W (469) BT_INIT: esp_bt_controller_mem_release not implemented, return OK I (469) BT_INIT: BT controller compile version [05195c9] I (469) phy_init: phy_version 503,13653eb,Jun 1 2022,17:47:08 W (479) phy_init: failed to load RF calibration data (0x1102), falling back to ...
(esp_bt_controller_mem_release(ESP_BT_MODE_CLASSIC_BT));esp_bt_controller_config_tbt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT(); ret = esp_bt_controller_init(&bt_cfg);if(ret) { ESP_LOGE(GATTS_TABLE_TAG,"%s init controller failed: %s", __func__, esp_err_to_name(ret));return; ...
W (395) BTDM_INIT: esp_bt_controller_mem_release not implemented, return OK I (405) BTDM_INIT: BT controller compile version [9c99115] I (405) coexist: coexist rom version 9387209 I (415) phy_init: phy_version 500,985899c,Apr 19 2021,16:05:08 ...
netif: addedinterfacest IP addr0.0.0.0netmask0.0.0.0gw0.0.0.0I (628) BLUFI_EXAMPLE: WIFI_EVENT_STA_START W (628) BTDM_INIT: esp_bt_controller_mem_releasenotimplemented,returnOK I (638) wifi:new:<1,1>,old:<1,0>, ap:<255,255>, sta:<1,1>, prof:1I (648) wifi:state: init -...
W (08:45:49.033) BTDM_INIT: esp_bt_controller_mem_release not implemented, return OK I (840) wifi:new:<1,1>, old:<1,0>, ap:<255,255>, sta:<1,1>, prof:1 I (850) wifi:state: init -> auth (b0) I (08:45:49.051) BTDM_INIT: BT controller compile version [9c99115] ...
W (365) BT_INIT: esp_bt_controller_mem_release not implemented, return OK I (365) BT_INIT: BT controller compile version [d913766] I (375) phy_init: phy_version 501,94697a2,Apr 7 2022,20:49:08 I (475) system_api: Base MAC address is not set I (475) system_api: read ...
直接烧入Homekit Lightbulb例程之后报错:E (410) esp_image: Image length 1665504 doesn't fit in ...
/ ff_memfree(), must be added to the project. */ #define _LFN_UNICODE 0 /* 0:ANSI/OEM or 1:Unicode */ /* This option switches character encoding on the API. (0:ANSI/OEM or 1:Unicode) / To use Unicode string for the path name, enable LFN feature and set _LFN_UNICODE ...
Siliconlabs的efr connect app支持ota功能,因此通过抓包Siliconlabs efr connect app的ota过程后按其实现相应service 以及char 后就可以直接用efr connect来进行ble ota升级,省去了自己实现 ble ota client的工作。 开发前提 esp32c3,该项目在esp32-c3-devkitm-1评估板上实测 ...
When programming your boards using Arduino IDE, you must use the GPIO number and not the number on the silkscreen. This applies to most ESP8266 boards.The ESP8266 peripherals include:17 GPIOs (usually not all GPIOs are accessible on the ESP8266 development boards) SPI I2C (implemented on ...