espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
13.78k stars 7.31k forks source link

【求助】在测试蓝牙1对8时,第一次扫描8个成功,就没问题,但若第一次扫描连接了比如7个,然后报错,再扫描也连接不上最后一个了,报这种错误 (IDFGH-14077) #14891

Open beautifulpeer opened 2 days ago

beautifulpeer commented 2 days ago

Answers checklist.

General issue report

ESP-IDF版本 5.3.1 芯片ESP32-S3 PICO BLE5.0

正常log:成功扫描到8个设备 2024-11-15 15:02:24 ESP-ROM:esp32s3-20210327 2024-11-15 15:02:24 Build:Mar 27 2021
2024-11-15 15:02:24 rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT) 2024-11-15 15:02:24 SPIWP:0xee 2024-11-15 15:02:24 mode:DIO, clock div:1 2024-11-15 15:02:24 load:0x3fce2820,len:0x1918 2024-11-15 15:02:24 load:0x403c8700,len:0x4 2024-11-15 15:02:24 load:0x403c8704,len:0xe04 2024-11-15 15:02:24 load:0x403cb700,len:0x3014 2024-11-15 15:02:24 entry 0x403c8930 2024-11-15 15:02:24 I (27) boot: ESP-IDF v5.3.1-dirty 2nd stage bootloader 2024-11-15 15:02:24 I (27) boot: compile time Nov 14 2024 17:53:11
2024-11-15 15:02:24 I (27) boot: Multicore bootloader 2024-11-15 15:02:24 I (30) boot: chip revision: v0.2 2024-11-15 15:02:24 I (34) qio_mode: Enabling default flash chip QIO 2024-11-15 15:02:24 I (39) boot.esp32s3: Boot SPI Speed : 80MHz 2024-11-15 15:02:24 I (44) boot.esp32s3: SPI Mode : QIO 2024-11-15 15:02:24 I (49) boot.esp32s3: SPI Flash Size : 8MB 2024-11-15 15:02:24 I (54) boot: Enabling RNG early entropy source... 2024-11-15 15:02:24 I (59) boot: Partition Table: 2024-11-15 15:02:24 I (63) boot: ## Label Usage Type ST Offset Length 2024-11-15 15:02:24 I (70) boot: 0 nvs WiFi data 01 02 00009000 00006000 2024-11-15 15:02:24 I (77) boot: 1 factory factory app 00 00 00010000 00200000 2024-11-15 15:02:24 I (85) boot: 2 custom_nvs WiFi data 01 02 00210000 00100000 2024-11-15 15:02:24 I (92) boot: End of partition table 2024-11-15 15:02:24 I (97) esp_image: segment 0: paddr=00010020 vaddr=3c070020 size=1ec24h (125988) map 2024-11-15 15:02:24 I (124) esp_image: segment 1: paddr=0002ec4c vaddr=3fc98700 size=013cch ( 5068) load 2024-11-15 15:02:24 I (125) esp_image: segment 2: paddr=00030020 vaddr=42000020 size=6e334h (451380) map 2024-11-15 15:02:24 I (198) esp_image: segment 3: paddr=0009e35c vaddr=3fc99acc size=02d00h ( 11520) load 2024-11-15 15:02:24 I (201) esp_image: segment 4: paddr=000a1064 vaddr=40374000 size=14678h ( 83576) load 2024-11-15 15:02:24 I (228) boot: Loaded app from partition at offset 0x10000 2024-11-15 15:02:24 I (228) boot: Disabling RNG early entropy source... 2024-11-15 15:02:24 I (240) cpu_start: Multicore app 2024-11-15 15:02:24 I (249) cpu_start: Pro cpu start user code 2024-11-15 15:02:24 I (249) cpu_start: cpu freq: 240000000 Hz 2024-11-15 15:02:24 I (249) app_init: Application information: 2024-11-15 15:02:24 I (252) app_init: Project name: tests 2024-11-15 15:02:24 I (257) app_init: App version: 35be65f-dirty 2024-11-15 15:02:24 I (262) app_init: Compile time: Nov 14 2024 19:15:00 2024-11-15 15:02:24 I (268) app_init: ELF file SHA256: 2d124f9cf329f5be... 2024-11-15 15:02:24 I (274) app_init: ESP-IDF: v5.3.1-dirty 2024-11-15 15:02:24 I (279) efuse_init: Min chip rev: v0.0 2024-11-15 15:02:24 I (284) efuse_init: Max chip rev: v0.99 2024-11-15 15:02:24 I (289) efuse_init: Chip rev: v0.2 2024-11-15 15:02:24 I (294) heap_init: Initializing. RAM available for dynamic allocation: 2024-11-15 15:02:24 I (301) heap_init: At 3FCA0590 len 00049180 (292 KiB): RAM 2024-11-15 15:02:24 I (307) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM 2024-11-15 15:02:24 I (313) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM 2024-11-15 15:02:24 I (320) heap_init: At 600FE100 len 00001EE8 (7 KiB): RTCRAM 2024-11-15 15:02:24 I (327) spi_flash: detected chip: generic 2024-11-15 15:02:24 I (330) spi_flash: flash io: qio 2024-11-15 15:02:25 I (335) sleep: Configure to isolate all GPIO pins in sleep state 2024-11-15 15:02:25 I (341) sleep: Enable automatic switching of GPIO sleep configuration 2024-11-15 15:02:25 I (348) coexist: coex firmware version: 4482466 2024-11-15 15:02:25 I (376) coexist: coexist rom version e7ae62f 2024-11-15 15:02:25 I (377) main_task: Started on CPU0 2024-11-15 15:02:25 I (387) main_task: Calling app_main() 2024-11-15 15:02:25 I (447) gpio: GPIO[12]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-15 15:02:25 I (457) gpio: GPIO[13]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-15 15:02:25 I (467) gpio: GPIO[15]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-15 15:02:25 I (477) gpio: GPIO[16]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-15 15:02:25 I (487) gpio: GPIO[17]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-15 15:02:25 I (497) gpio: GPIO[18]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-15 15:02:25 I (507) gpio: GPIO[36]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-15 15:02:25 I (517) gpio: GPIO[37]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-15 15:02:25 I (527) gpio: GPIO[38]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-15 15:02:25 I (537) gpio: GPIO[35]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:2 2024-11-15 15:02:25 E (537) test_ble_c: - - - - - - - - - - - - - - - - - - - - - - 2024-11-15 15:02:25 E (547) test_ble_c: >>>>>>>>>> test_ble_c <<<<<<<<<< 2024-11-15 15:02:25 E (557) test_ble_c: - - - - - - - - - - - - - - - - - - - - - - 2024-11-15 15:02:25 I (567) BLE_INIT: BT controller compile version [aa16a46] 2024-11-15 15:02:25 I (567) BLE_INIT: Bluetooth MAC: 3c:84:27:d8:84:d2 2024-11-15 15:02:25 I (577) phy_init: phy_version 680,a6008b2,Jun 4 2024,16:41:10 2024-11-15 15:02:25 I (637) main_task: Returned from app_main() 2024-11-15 15:02:26 I (2057) test_ble_c: most [8] sensor to scan 2024-11-15 15:02:28 I (4107) test_ble_c: 8 [1000]ms to get info 2024-11-15 15:02:28 I (4107) test_ble_c: request [8] sensor info once 2024-11-15 15:02:28 W (4107) test_ble_c: send [cmd_scan]

异常log:只连接了7个设备,第8个报警 2024-11-15 15:03:02 ESP-ROM:esp32s3-20210327 2024-11-15 15:03:02 Build:Mar 27 2021 2024-11-15 15:03:02 rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT) 2024-11-15 15:03:02 SPIWP:0xee 2024-11-15 15:03:02 mode:DIO, clock div:1 2024-11-15 15:03:02 load:0x3fce2820,len:0x1918 2024-11-15 15:03:02 load:0x403c8700,len:0x4 2024-11-15 15:03:02 load:0x403c8704,len:0xe04 2024-11-15 15:03:02 load:0x403cb700,len:0x3014 2024-11-15 15:03:02 entry 0x403c8930 2024-11-15 15:03:02 I (27) boot: ESP-IDF v5.3.1-dirty 2nd stage bootloader 2024-11-15 15:03:02 I (27) boot: compile time Nov 14 2024 17:53:11 2024-11-15 15:03:02 I (27) boot: Multicore bootloader 2024-11-15 15:03:02 I (30) boot: chip revision: v0.2 2024-11-15 15:03:02 I (34) qio_mode: Enabling default flash chip QIO 2024-11-15 15:03:02 I (39) boot.esp32s3: Boot SPI Speed : 80MHz 2024-11-15 15:03:02 I (44) boot.esp32s3: SPI Mode : QIO 2024-11-15 15:03:02 I (49) boot.esp32s3: SPI Flash Size : 8MB 2024-11-15 15:03:02 I (54) boot: Enabling RNG early entropy source... 2024-11-15 15:03:02 I (59) boot: Partition Table: 2024-11-15 15:03:02 I (63) boot: ## Label Usage Type ST Offset Length 2024-11-15 15:03:02 I (70) boot: 0 nvs WiFi data 01 02 00009000 00006000 2024-11-15 15:03:02 I (77) boot: 1 factory factory app 00 00 00010000 00200000 2024-11-15 15:03:02 I (85) boot: 2 custom_nvs WiFi data 01 02 00210000 00100000 2024-11-15 15:03:02 I (92) boot: End of partition table 2024-11-15 15:03:02 I (97) esp_image: segment 0: paddr=00010020 vaddr=3c070020 size=1ec24h (125988) map 2024-11-15 15:03:02 I (124) esp_image: segment 1: paddr=0002ec4c vaddr=3fc98700 size=013cch ( 5068) load 2024-11-15 15:03:02 I (125) esp_image: segment 2: paddr=00030020 vaddr=42000020 size=6e334h (451380) map 2024-11-15 15:03:02 I (198) esp_image: segment 3: paddr=0009e35c vaddr=3fc99acc size=02d00h ( 11520) load 2024-11-15 15:03:02 I (201) esp_image: segment 4: paddr=000a1064 vaddr=40374000 size=14678h ( 83576) load 2024-11-15 15:03:02 I (228) boot: Loaded app from partition at offset 0x10000 2024-11-15 15:03:02 I (228) boot: Disabling RNG early entropy source... 2024-11-15 15:03:02 I (240) cpu_start: Multicore app 2024-11-15 15:03:02 I (249) cpu_start: Pro cpu start user code 2024-11-15 15:03:02 I (249) cpu_start: cpu freq: 240000000 Hz 2024-11-15 15:03:02 I (249) app_init: Application information: 2024-11-15 15:03:02 I (252) app_init: Project name: tests 2024-11-15 15:03:02 I (257) app_init: App version: 35be65f-dirty 2024-11-15 15:03:02 I (262) app_init: Compile time: Nov 14 2024 19:15:00 2024-11-15 15:03:02 I (268) app_init: ELF file SHA256: 2d124f9cf329f5be... 2024-11-15 15:03:02 I (274) app_init: ESP-IDF: v5.3.1-dirty 2024-11-15 15:03:02 I (279) efuse_init: Min chip rev: v0.0 2024-11-15 15:03:02 I (284) efuse_init: Max chip rev: v0.99 2024-11-15 15:03:02 I (289) efuse_init: Chip rev: v0.2 2024-11-15 15:03:02 I (294) heap_init: Initializing. RAM available for dynamic allocation: 2024-11-15 15:03:02 I (301) heap_init: At 3FCA0590 len 00049180 (292 KiB): RAM 2024-11-15 15:03:02 I (307) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM 2024-11-15 15:03:02 I (313) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM 2024-11-15 15:03:02 I (320) heap_init: At 600FE100 len 00001EE8 (7 KiB): RTCRAM 2024-11-15 15:03:02 I (327) spi_flash: detected chip: generic 2024-11-15 15:03:02 I (330) spi_flash: flash io: qio 2024-11-15 15:03:02 I (335) sleep: Configure to isolate all GPIO pins in sleep state 2024-11-15 15:03:02 I (341) sleep: Enable automatic switching of GPIO sleep configuration 2024-11-15 15:03:02 I (348) coexist: coex firmware version: 4482466 2024-11-15 15:03:02 I (376) coexist: coexist rom version e7ae62f 2024-11-15 15:03:02 I (377) main_task: Started on CPU0 2024-11-15 15:03:02 I (387) main_task: Calling app_main() 2024-11-15 15:03:02 I (447) gpio: GPIO[12]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-15 15:03:02 I (457) gpio: GPIO[13]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-15 15:03:02 I (467) gpio: GPIO[15]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-15 15:03:02 I (477) gpio: GPIO[16]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-15 15:03:02 I (487) gpio: GPIO[17]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-15 15:03:02 I (497) gpio: GPIO[18]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-15 15:03:02 I (507) gpio: GPIO[36]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-15 15:03:02 I (517) gpio: GPIO[37]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-15 15:03:03 I (527) gpio: GPIO[38]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-15 15:03:03 I (537) gpio: GPIO[35]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:2 2024-11-15 15:03:03 E (537) test_ble_c: - - - - - - - - - - - - - - - - - - - - - - 2024-11-15 15:03:03 E (547) test_ble_c: >>>>>>>>>> test_ble_c <<<<<<<<<< 2024-11-15 15:03:03 E (557) test_ble_c: - - - - - - - - - - - - - - - - - - - - - - 2024-11-15 15:03:03 I (567) BLE_INIT: BT controller compile version [aa16a46] 2024-11-15 15:03:03 I (567) BLE_INIT: Bluetooth MAC: 3c:84:27:d8:84:d2 2024-11-15 15:03:03 I (577) phy_init: phy_version 680,a6008b2,Jun 4 2024,16:41:10 2024-11-15 15:03:03 I (637) main_task: Returned from app_main() 2024-11-15 15:03:04 I (1617) test_ble_c: most [8] sensor to scan 2024-11-15 15:03:06 W (4277) BT_HCI: btu_hcif_hdl_command_status,opcode:0x2043,status:0x3b 2024-11-15 15:03:06 W (4277) BT_APPL: gattc_conn_cb: if=1 st=0 id=1793 rsn=0x100 2024-11-15 15:03:06 W (4287) BT_APPL: gattc_conn_cb: if=2 st=0 id=1794 rsn=0x100 2024-11-15 15:03:06 W (4297) BT_APPL: gattc_conn_cb: if=3 st=0 id=1795 rsn=0x100 2024-11-15 15:03:06 W (4297) BT_APPL: gattc_conn_cb: if=4 st=0 id=1796 rsn=0x100 2024-11-15 15:03:06 W (4307) BT_APPL: gattc_conn_cb: if=5 st=0 id=1797 rsn=0x100 2024-11-15 15:03:06 W (4317) BT_APPL: gattc_conn_cb: if=6 st=0 id=1798 rsn=0x100 2024-11-15 15:03:06 W (4317) BT_APPL: gattc_conn_cb: if=7 st=0 id=1799 rsn=0x100 2024-11-15 15:03:06 W (4327) BT_APPL: gattc_conn_cb: if=8 st=0 id=1800 rsn=0x100 2024-11-15 15:03:06 E (4337) egl_ble_c: p_data->disconnect.conn_id :7 disconnect

  1. 第一次连接,若能连接上8个设备,那么就没问题
  2. 第一次连接,可能只连接7个设备,连接第8个时会报警告,且再也连接不上了,必须给接收端重启再次尝试才行 3.BT_HCI: btu_hcif_hdl_command_status,opcode:0x2043,status:0x3b这个警告是由于连接参数不对导致,但我正常和异常时使用的都是同一组参数,参入如下:

static esp_ble_ext_scan_params_t m_scan_params = { .own_addr_type = BLE_ADDR_TYPE_PUBLIC, .filter_policy = BLE_SCAN_FILTER_ALLOW_ALL, .scan_duplicate = BLE_SCAN_DUPLICATE_ENABLE, .cfg_mask = ESP_BLE_GAP_EXT_SCAN_CFG_UNCODE_MASK, .uncoded_cfg = {BLE_SCAN_TYPE_ACTIVE, 160, 160}, // 400ms 20ms : 640, 32 100ms 50ms : 160, 80 (625 us units) .coded_cfg = {BLE_SCAN_TYPE_ACTIVE, 160, 160}, };

const esp_ble_gap_conn_params_t phy_1m_conn_params = { .scan_interval = 0x50, // 扫描间隔,单位:0.625ms .scan_window = 0x50, // 扫描窗口,单位:0.625ms .interval_min = 0x10, // 最小连接间隔,单位:1.25ms .interval_max = 0x30, // 最大连接间隔,单位:1.25ms .latency = 0, // 连接延迟,单位:连接事件 .supervision_timeout = 100, // 连接监督超时,单位:10ms .min_ce_len = 0, // 最小连接事件长度,单位:0.625ms .max_ce_len = 0 // 最大连接事件长度,单位:0.625ms };

4.这种情况很不稳定,有时行,有时不行,如何才能避免此种情况?

@esp-zhp

beautifulpeer commented 2 days ago

有时还会报W (1887) BT_L2CAP: L2CAP - LE - cannot start new connection at conn st: 1 这个警告,但是也连接成功8个设备了

esp-zhp commented 2 days ago

@beautifulpeer 你那面方便获取一下 HCI log 吗?

beautifulpeer commented 2 days ago

您指的是这个吗,修改成哪个级别 image

esp-zhp commented 2 days ago

image

启用配置项后,可以在 app_main 中调用以下函数来输出 HCI 日志:

extern void bt_hci_log_hci_data_show(void);
extern void bt_hci_log_hci_adv_show(void);

while (1)
{
    vTaskDelay(1000 / portTICK_PERIOD_MS);
    bt_hci_log_hci_data_show();
    bt_hci_log_hci_adv_show();
}

该循环将每秒周期性地输出 HCI 数据和广播信息。

请给我完整的 HCI log 信息。谢谢

beautifulpeer commented 2 days ago

您好,HCI log已开启,辛苦您帮我看看,此次连接8个异常

2024-11-15 16:28:29 ESP-ROM:esp32s3-20210327 2024-11-15 16:28:29 Build:Mar 27 2021 2024-11-15 16:28:29 rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT) 2024-11-15 16:28:29 SPIWP:0xee 2024-11-15 16:28:29 mode:DIO, clock div:1 2024-11-15 16:28:29 load:0x3fce2820,len:0x1918 2024-11-15 16:28:29 load:0x403c8700,len:0x4 2024-11-15 16:28:29 load:0x403c8704,len:0xe04 2024-11-15 16:28:29 load:0x403cb700,len:0x3014 2024-11-15 16:28:29 entry 0x403c8930 2024-11-15 16:28:29 I (27) boot: ESP-IDF v5.3.1-dirty 2nd stage bootloader 2024-11-15 16:28:29 I (27) boot: compile time Nov 14 2024 17:53:11
2024-11-15 16:28:29 I (27) boot: Multicore bootloader 2024-11-15 16:28:29 I (30) boot: chip revision: v0.2 2024-11-15 16:28:29 I (34) qio_mode: Enabling default flash chip QIO 2024-11-15 16:28:29 I (39) boot.esp32s3: Boot SPI Speed : 80MHz 2024-11-15 16:28:29 I (44) boot.esp32s3: SPI Mode : QIO
2024-11-15 16:28:29 I (49) boot.esp32s3: SPI Flash Size : 8MB
2024-11-15 16:28:29 I (54) boot: Enabling RNG early entropy source... 2024-11-15 16:28:29 I (59) boot: Partition Table: 2024-11-15 16:28:29 I (63) boot: ## Label Usage Type ST Offset Length 2024-11-15 16:28:29 I (70) boot: 0 nvs WiFi data 01 02 00009000 00006000 2024-11-15 16:28:29 I (77) boot: 1 factory factory app 00 00 00010000 00200000 2024-11-15 16:28:29 I (85) boot: 2 custom_nvs WiFi data 01 02 00210000 00100000 2024-11-15 16:28:29 I (92) boot: End of partition table 2024-11-15 16:28:29 I (97) esp_image: segment 0: paddr=00010020 vaddr=3c070020 size=1ec54h (126036) map 2024-11-15 16:28:29 I (124) esp_image: segment 1: paddr=0002ec7c vaddr=3fc98900 size=0139ch ( 5020) load 2024-11-15 16:28:29 I (125) esp_image: segment 2: paddr=00030020 vaddr=42000020 size=6e87ch (452732) map 2024-11-15 16:28:30 I (199) esp_image: segment 3: paddr=0009e8a4 vaddr=3fc99c9c size=02d30h ( 11568) load 2024-11-15 16:28:30 I (201) esp_image: segment 4: paddr=000a15dc vaddr=40374000 size=14840h ( 84032) load 2024-11-15 16:28:30 I (229) boot: Loaded app from partition at offset 0x10000 2024-11-15 16:28:30 I (229) boot: Disabling RNG early entropy source... 2024-11-15 16:28:30 I (241) cpu_start: Multicore app 2024-11-15 16:28:30 I (250) cpu_start: Pro cpu start user code 2024-11-15 16:28:30 I (250) cpu_start: cpu freq: 240000000 Hz 2024-11-15 16:28:30 I (250) app_init: Application information: 2024-11-15 16:28:30 I (253) app_init: Project name: tests 2024-11-15 16:28:30 I (257) app_init: App version: 35be65f-dirty 2024-11-15 16:28:30 I (263) app_init: Compile time: Nov 15 2024 16:25:50 2024-11-15 16:28:30 I (269) app_init: ELF file SHA256: fa5ed780e34f224c... 2024-11-15 16:28:30 I (275) app_init: ESP-IDF: v5.3.1-dirty 2024-11-15 16:28:30 I (280) efuse_init: Min chip rev: v0.0 2024-11-15 16:28:30 I (285) efuse_init: Max chip rev: v0.99 2024-11-15 16:28:30 I (290) efuse_init: Chip rev: v0.2 2024-11-15 16:28:30 I (294) heap_init: Initializing. RAM available for dynamic allocation: 2024-11-15 16:28:30 I (302) heap_init: At 3FCA07E0 len 00048F30 (291 KiB): RAM 2024-11-15 16:28:30 I (308) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM 2024-11-15 16:28:30 I (314) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM 2024-11-15 16:28:30 I (320) heap_init: At 600FE100 len 00001EE8 (7 KiB): RTCRAM 2024-11-15 16:28:30 I (327) spi_flash: detected chip: generic 2024-11-15 16:28:30 I (331) spi_flash: flash io: qio 2024-11-15 16:28:30 I (335) sleep: Configure to isolate all GPIO pins in sleep state 2024-11-15 16:28:30 I (342) sleep: Enable automatic switching of GPIO sleep configuration 2024-11-15 16:28:30 I (349) coexist: coex firmware version: 4482466 2024-11-15 16:28:30 I (376) coexist: coexist rom version e7ae62f 2024-11-15 16:28:30 I (377) main_task: Started on CPU0 2024-11-15 16:28:30 I (387) main_task: Calling app_main() 2024-11-15 16:28:30 I (447) gpio: GPIO[12]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-15 16:28:30 I (457) gpio: GPIO[13]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-15 16:28:30 I (467) gpio: GPIO[15]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-15 16:28:30 I (477) gpio: GPIO[16]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-15 16:28:30 I (487) gpio: GPIO[17]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-15 16:28:30 I (497) gpio: GPIO[18]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-15 16:28:30 I (507) gpio: GPIO[36]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-15 16:28:30 I (517) gpio: GPIO[37]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-15 16:28:30 I (527) gpio: GPIO[38]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-15 16:28:30 I (537) gpio: GPIO[35]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:2 2024-11-15 16:28:30 E (537) test_ble_c: - - - - - - - - - - - - - - - - - - - - - - 2024-11-15 16:28:30 E (547) test_ble_c: >>>>>>>>>> test_ble_c <<<<<<<<<< 2024-11-15 16:28:30 E (557) test_ble_c: - - - - - - - - - - - - - - - - - - - - - - 2024-11-15 16:28:30 I (567) BLE_INIT: BT controller compile version [aa16a46] 2024-11-15 16:28:30 I (567) BLE_INIT: Bluetooth MAC: 3c:84:27:d8:84:d2 2024-11-15 16:28:30 I (577) phy_init: phy_version 680,a6008b2,Jun 4 2024,16:41:10 2024-11-15 16:28:30 I (637) main_task: Returned from app_main() 2024-11-15 16:28:30 00 C:03 0c 00 2024-11-15 16:28:30 01 E:0e 04 05 03 0c 00 2024-11-15 16:28:30 02 C:31 0c 01 01 2024-11-15 16:28:30 03 E:0e 04 05 31 0c 00 2024-11-15 16:28:30 04 C:09 fd 05 01 64 00 14 00 2024-11-15 16:28:30 05 E:0e 04 05 09 fd 00 2024-11-15 16:28:30 06 C:33 0c 07 9b 06 ff 14 00 0a 00 2024-11-15 16:28:30 07 E:0e 04 05 33 0c 00 2024-11-15 16:28:30 08 C:01 10 00 2024-11-15 16:28:30 09 E:0e 0c 05 01 10 00 09 16 00 09 e5 02 16 00 2024-11-15 16:28:30 0a C:09 10 00 2024-11-15 16:28:30 0b E:0e 0a 05 09 10 00 d2 84 d8 27 84 3c 2024-11-15 16:28:30 0c C:02 10 00 2024-11-15 16:28:30 0d E:0e 44 05 02 10 00 20 00 80 00 00 c0 00 00 00 00 e4 00 00 00 28 22 00 00 00 00 00 00 04 00 00 f7 ff ff 7f 00 00 00 30 f0 ff ff ff ff ff 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 2024-11-15 16:28:30 0e C:0f 20 00 2024-11-15 16:28:30 0f E:0e 05 05 0f 20 00 0c 2024-11-15 16:28:30 10 C:02 20 00 2024-11-15 16:28:30 11 E:0e 07 05 02 20 00 fb 00 0c 2024-11-15 16:28:30 12 C:1c 20 00 2024-11-15 16:28:30 13 E:0e 0c 05 1c 20 00 ff ff ff ff ff 03 00 00 2024-11-15 16:28:30 14 C:03 20 00 2024-11-15 16:28:30 15 E:0e 0c 05 03 20 00 ff f9 01 08 00 00 00 00 2024-11-15 16:28:30 16 C:2a 20 00 2024-11-15 16:28:30 17 E:0e 05 05 2a 20 00 0a 2024-11-15 16:28:30 18 C:24 20 04 fb 00 90 42 2024-11-15 16:28:30 19 E:0e 04 05 24 20 00 2024-11-15 16:28:30 1a C:23 20 00 2024-11-15 16:28:30 1b E:0e 08 05 23 20 00 fb 00 90 42 2024-11-15 16:28:30 1c C:01 20 08 ff ff ff 00 00 00 00 00 2024-11-15 16:28:30 1d E:0e 04 05 01 20 00 2024-11-15 16:28:30 1e C:01 0c 08 ff ff ff ff ff ff bf 3d 2024-11-15 16:28:30 1f E:0e 04 05 01 0c 00 2024-11-15 16:28:30 20 C:14 0c 00 2024-11-15 16:28:30 21 E:0e 04 05 14 0c 01 2024-11-15 16:28:30 22 C:41 20 08 00 00 01 01 a0 00 a0 00 2024-11-15 16:28:30 23 E:0e 04 05 41 20 00 2024-11-15 16:28:30 24 C:41 20 08 00 00 01 01 a0 00 a0 00 2024-11-15 16:28:30 25 E:0e 04 05 41 20 00 2024-11-15 16:28:30 26 C:41 20 08 00 00 01 01 a0 00 a0 00 2024-11-15 16:28:30 27 E:0e 04 05 41 20 00 2024-11-15 16:28:30 28 C:41 20 08 00 00 01 01 a0 00 a0 00 2024-11-15 16:28:30 29 E:0e 04 05 41 20 00 2024-11-15 16:28:30 2a C:41 20 08 00 00 01 01 a0 00 a0 00 2024-11-15 16:28:30 2b E:0e 04 05 41 20 00 2024-11-15 16:28:30 2c C:41 20 08 00 00 01 01 a0 00 a0 00 2024-11-15 16:28:30 2d E:0e 04 05 41 20 00 2024-11-15 16:28:30 2e C:41 20 08 00 00 01 01 a0 00 a0 00 2024-11-15 16:28:30 2f E:0e 04 05 41 20 00 2024-11-15 16:28:30 30 C:41 20 08 00 00 01 01 a0 00 a0 00 2024-11-15 16:28:30 31 E:0e 04 05 41 20 00 2024-11-15 16:28:36 I (7087) test_ble_c: most [8] sensor to scan 2024-11-15 16:28:36 I (7097) test_ble_c: 0x3fca378c 45 72 67 6f 4c 41 42 5f 78 78 78 78 35 |ErgoLAB_xxxx5| 2024-11-15 16:28:37 I (7237) test_ble_c: most [8] sensor to scan 2024-11-15 16:28:37 I (7237) test_ble_c: 0x3fca4388 45 72 67 6f 4c 41 42 5f 78 78 78 78 32 |ErgoLAB_xxxx2| 2024-11-15 16:28:37 I (7297) test_ble_c: 0x3fcb7fe0 45 72 67 6f 4c 41 42 5f 78 78 78 78 38 |ErgoLAB_xxxx8| 2024-11-15 16:28:37 I (7377) test_ble_c: 0x3fcb9158 45 72 67 6f 4c 41 42 5f 78 78 78 78 33 |ErgoLAB_xxxx3| 2024-11-15 16:28:37 I (7487) test_ble_c: 0x3fcbafdc 45 72 67 6f 4c 41 42 5f 78 78 78 78 34 |ErgoLAB_xxxx4| 2024-11-15 16:28:37 I (7627) test_ble_c: 0x3fcbbd48 45 72 67 6f 4c 41 42 5f 78 78 78 78 37 |ErgoLAB_xxxx7| 2024-11-15 16:28:37 00 2024-11-15 16:28:37 4c H:01 00 0b 00 07 00 04 00 10 01 00 ff ff 00 28 2024-11-15 16:28:37 4d C:13 20 0e 01 00 0c 00 0c 00 00 00 64 00 05 00 05 00 2024-11-15 16:28:37 4e E:0f 04 00 05 13 20 2024-11-15 16:28:37 4f C:42 20 06 01 01 c8 00 00 00 2024-11-15 16:28:37 50 E:0e 04 05 42 20 00 2024-11-15 16:28:37 51 C:42 20 06 00 01 00 00 00 00 2024-11-15 16:28:37 52 E:0e 04 05 42 20 00 2024-11-15 16:28:37 53 C:43 20 1a 00 00 00 e2 26 57 fa 12 f4 01 50 00 50 00 10 00 30 00 00 00 f4 01 05 00 05 00 2024-11-15 16:28:37 54 E:0f 04 00 05 43 20 2024-11-15 16:28:37 55 E:3e 0b 07 01 00 fb 00 90 42 fb 00 90 42 2024-11-15 16:28:37 56 E:13 05 01 01 00 01 00 2024-11-15 16:28:37 57 E:3e 0c 04 00 02 00 ff f9 01 00 00 00 00 00 2024-11-15 16:28:37 58 C:1d 04 02 02 00 2024-11-15 16:28:37 59 E:0f 04 00 05 1d 04 2024-11-15 16:28:37 5a E:0c 08 00 02 00 09 e5 02 16 00 2024-11-15 16:28:37 5b C:22 20 06 02 00 fb 00 90 42 2024-11-15 16:28:37 5c E:0e 06 05 22 20 00 02 00 2024-11-15 16:28:37 5d H:02 00 0b 00 07 00 04 00 10 01 00 ff ff 00 28 2024-11-15 16:28:37 5e C:13 20 0e 02 00 0c 00 0c 00 00 00 64 00 05 00 05 00 2024-11-15 16:28:37 5f E:0f 04 00 05 13 20 2024-11-15 16:28:37 60 C:42 20 06 01 01 c8 00 00 00 2024-11-15 16:28:37 61 E:0e 04 05 42 20 00 2024-11-15 16:28:37 62 E:3e 1f 0a 00 03 00 00 00 e2 26 57 fa 12 f4 00 00 00 00 00 00 00 00 00 00 00 00 30 00 00 00 f4 01 00 2024-11-15 16:28:37 63 E:3e 04 14 03 00 01 2024-11-15 16:28:37 64 C:16 20 02 03 00 2024-11-15 16:28:37 65 E:0f 04 00 05 16 20 2024-11-15 16:28:37 66 C:42 20 06 00 01 00 00 00 00 2024-11-15 16:28:37 67 E:0e 04 05 42 20 00 2024-11-15 16:28:37 68 C:43 20 1a 00 00 00 ae f5 71 33 e8 64 01 50 00 50 00 10 00 30 00 00 00 f4 01 05 00 05 00 2024-11-15 16:28:37 69 E:0f 04 00 05 43 20 2024-11-15 16:28:37 6a E:3e 1f 0a 00 04 00 00 00 ae f5 71 33 e8 64 00 00 00 00 00 00 00 00 00 00 00 00 30 00 00 00 f4 01 00 2024-11-15 16:28:37 6b E:3e 04 14 04 00 01 2024-11-15 16:28:37 6c C:16 20 02 04 00 2024-11-15 16:28:37 6d E:0f 04 00 05 16 20 2024-11-15 16:28:37 6e D:01 20 18 00 14 00 04 00 11 06 01 00 05 00 01 18 14 00 1c 00 00 18 28 00 ff ff f0 ab 2024-11-15 16:28:37 6f C:35 0c 05 01 01 00 01 00 2024-11-15 16:28:37 70 H:01 00 0b 00 07 00 04 00 08 01 00 05 00 02 28 2024-11-15 16:28:37 71 E:3e 0b 07 02 00 fb 00 90 42 fb 00 90 42 2024-11-15 16:28:37 72 E:13 05 01 02 00 01 00 2024-11-15 16:28:37 73 E:13 05 01 01 00 01 00 2024-11-15 16:28:37 74 D:02 20 18 00 14 00 04 00 11 06 01 00 05 00 01 18 14 00 1c 00 00 18 28 00 ff ff f0 ab 2024-11-15 16:28:37 75 C:35 0c 05 01 02 00 01 00 2024-11-15 16:28:37 76 H:02 00 0b 00 07 00 04 00 08 01 00 05 00 02 28 2024-11-15 16:28:37 77 E:3e 0c 04 00 03 00 ff f9 01 00 00 00 00 00 2024-11-15 16:28:37 78 C:1d 04 02 03 00 2024-11-15 16:28:37 79 E:0f 04 00 05 1d 04 2024-11-15 16:28:37 7a E:0c 08 00 03 00 09 e5 02 16 00 2024-11-15 16:28:37 7b C:22 20 06 03 00 fb 00 90 42 2024-11-15 16:28:37 7c E:0e 06 05 22 20 00 03 00 2024-11-15 16:28:37 7d H:03 00 0b 00 07 00 04 00 10 01 00 ff ff 00 28 2024-11-15 16:28:37 7e C:13 20 0e 03 00 0c 00 0c 00 00 00 64 00 05 00 05 00 2024-11-15 16:28:37 7f E:0f 04 00 05 13 20 2024-11-15 16:28:37 80 E:3e 0c 04 00 04 00 ff f9 01 00 00 00 00 00 2024-11-15 16:28:37 81 C:1d 04 02 04 00 2024-11-15 16:28:37 82 E:0f 04 00 05 1d 04 2024-11-15 16:28:37 83 E:0c 08 00 04 00 09 e5 02 16 00 2024-11-15 16:28:37 84 C:22 20 06 04 00 fb 00 90 42 2024-11-15 16:28:37 85 E:0e 06 05 22 20 00 04 00 2024-11-15 16:28:37 86 H:04 00 0b 00 07 00 04 00 10 01 00 ff ff 00 28 2024-11-15 16:28:37 87 C:42 20 06 01 01 c8 00 00 00 2024-11-15 16:28:37 88 E:0e 04 05 42 20 00 2024-11-15 16:28:37 89 C:13 20 0e 04 00 0c 00 0c 00 00 00 64 00 05 00 05 00 2024-11-15 16:28:37 8a E:0f 04 00 05 13 20 2024-11-15 16:28:37 8b C:42 20 06 01 01 c8 00 00 00 2024-11-15 16:28:37 8c E:0e 04 05 42 20 00 2024-11-15 16:28:37 8d C:42 20 06 00 01 00 00 00 00 2024-11-15 16:28:37 8e E:0e 04 05 42 20 00 2024-11-15 16:28:37 8f C:43 20 1a 00 00 00 32 27 72 33 e8 64 01 50 00 50 00 10 00 30 00 00 00 f4 01 05 00 05 00 2024-11-15 16:28:37 90 E:0f 04 00 05 43 20 2024-11-15 16:28:37 91 E:3e 1f 0a 00 05 00 00 00 32 27 72 33 e8 64 00 00 00 00 00 00 00 00 00 00 00 00 30 00 00 00 f4 01 00 2024-11-15 16:28:37 92 E:3e 04 14 05 00 01 2024-11-15 16:28:37 93 C:16 20 02 05 00 2024-11-15 16:28:37 94 E:0f 04 00 05 16 20 2024-11-15 16:28:37 95 D:01 20 09 00 05 00 04 00 01 08 01 00 0a 2024-11-15 16:28:37 96 C:35 0c 05 01 01 00 01 00 2024-11-15 16:28:37 97 H:01 00 0b 00 07 00 04 00 08 01 00 05 00 03 28 2024-11-15 16:28:37 98 E:13 05 01 02 00 01 00 2024-11-15 16:28:37 99 E:3e 0b 07 03 00 fb 00 90 42 fb 00 90 42 2024-11-15 16:28:37 9a E:13 05 01 03 00 01 00 2024-11-15 16:28:37 9b E:3e 0b 07 04 00 fb 00 90 42 fb 00 90 42 2024-11-15 16:28:37 9c E:13 05 01 04 00 01 00 2024-11-15 16:28:37 9d E:13 05 01 01 00 01 00 2024-11-15 16:28:37 9e D:02 20 09 00 05 00 04 00 01 08 01 00 0a 2024-11-15 16:28:37 9f C:35 0c 05 01 02 00 01 00 2024-11-15 16:28:37 a0 H:02 00 0b 00 07 00 04 00 08 01 00 05 00 03 28 2024-11-15 16:28:37 a1 D:03 20 18 00 14 00 04 00 11 06 01 00 05 00 01 18 14 00 1c 00 00 18 28 00 ff ff f0 ab 2024-11-15 16:28:37 a2 C:35 0c 05 01 03 00 01 00 2024-11-15 16:28:37 a3 H:03 00 0b 00 07 00 04 00 08 01 00 05 00 02 28 2024-11-15 16:28:37 a4 D:04 20 18 00 14 00 04 00 11 06 01 00 05 00 01 18 14 00 1c 00 00 18 28 00 ff ff f0 ab 2024-11-15 16:28:37 a5 C:35 0c 05 01 04 00 01 00 2024-11-15 16:28:37 a6 H:04 00 0b 00 07 00 04 00 08 01 00 05 00 02 28 2024-11-15 16:28:37 a7 E:3e 0c 04 00 05 00 ff f9 01 00 00 00 00 00 2024-11-15 16:28:37 a8 C:1d 04 02 05 00 2024-11-15 16:28:37 a9 E:0f 04 00 05 1d 04 2024-11-15 16:28:37 aa E:0c 08 00 05 00 09 e5 02 16 00 2024-11-15 16:28:37 ab C:22 20 06 05 00 fb 00 90 42 2024-11-15 16:28:37 ac E:0e 06 05 22 20 00 05 00 2024-11-15 16:28:37 ad H:05 00 0b 00 07 00 04 00 10 01 00 ff ff 00 28 2024-11-15 16:28:37 ae C:13 20 0e 05 00 0c 00 0c 00 00 00 64 00 05 00 05 00 2024-11-15 16:28:37 af E:0f 04 00 05 13 20 2024-11-15 16:28:37 b0 C:42 20 06 01 01 c8 00 00 00 2024-11-15 16:28:37 b1 E:0e 04 05 42 20 00 2024-11-15 16:28:37 b2 C:42 20 06 00 01 00 00 00 00 2024-11-15 16:28:37 b3 E:0e 04 05 42 20 00 2024-11-15 16:28:37 b4 C:43 20 1a 00 00 00 0a 5c d7 27 84 3c 01 50 00 50 00 10 00 30 00 00 00 f4 01 05 00 05 00 2024-11-15 16:28:37 b5 E:0f 04 00 05 43 20 2024-11-15 16:28:37 b6 D:01 20 0d 00 09 00 04 00 09 07 02 00 20 03 00 05 2a 2024-11-15 16:28:37 b7 C:35 0c 05 01 01 00 01 00 2024-11-15 16:28:37 b8 H:01 00 0b 00 07 00 04 00 08 03 00 05 00 03 28 2024-11-15 16:28:37 b9 E:13 05 01 02 00 01 00 2024-11-15 16:28:37 ba E:13 05 01 03 00 01 00 2024-11-15 16:28:37 bb E:13 05 01 04 00 01 00 2024-11-15 16:28:37 bc E:3e 0b 07 05 00 fb 00 90 42 fb 00 90 42 2024-11-15 16:28:37 bd E:13 05 01 01 00 01 00 2024-11-15 16:28:37 be D:02 20 0d 00 09 00 04 00 09 07 02 00 20 03 00 05 2a 2024-11-15 16:28:37 bf C:35 0c 05 01 02 00 01 00 2024-11-15 16:28:37 c0 H:02 00 0b 00 07 00 04 00 08 03 00 05 00 03 28 2024-11-15 16:28:37 c1 D:03 20 09 00 05 00 04 00 01 08 01 00 0a 2024-11-15 16:28:37 c2 C:35 0c 05 01 03 00 01 00 2024-11-15 16:28:38 c3 H:03 00 0b 00 07 00 04 00 08 01 00 05 00 03 28 2024-11-15 16:28:38 c4 D:04 20 09 00 05 00 04 00 01 08 01 00 0a 2024-11-15 16:28:38 c5 C:35 0c 05 01 04 00 01 00 2024-11-15 16:28:38 c6 H:04 00 0b 00 07 00 04 00 08 01 00 05 00 03 28 2024-11-15 16:28:38 c7 E:13 05 01 05 00 01 00 2024-11-15 16:28:38 c8 D:05 20 18 00 14 00 04 00 11 06 01 00 05 00 01 18 14 00 1c 00 00 18 28 00 ff ff f0 ab 2024-11-15 16:28:38 c9 C:35 0c 05 01 05 00 01 00 2024-11-15 16:28:38 ca H:05 00 0b 00 07 00 04 00 08 01 00 05 00 02 28 2024-11-15 16:28:38 00 2d 0d 01 13 00 01 c9 9d 98 b0 a6 53 01 00 ff 7f b9 00 00 00 00 00 00 00 00 00 13 02 01 1a 02 0a 08 0c ff 4c 00 10 07 33 1f 68 W (8217) BT_HCI: hcif disc complete: hdl 0x6, rsn 0x3e 2024-11-15 16:28:38 55 46 e9 18 2024-11-15 16:28:38 01 1a 0d 01 1b 00 01 c9 9d 98 b0 a6 53 01 00 ff 7f b9 00 00 00 00 00 00 00 00 00 00 2024-11-15 16:28:38 02 32 0d 01 01 00 00 56 27 72 33 e8 64 01 02 00 7f cb 00 00 00 00 00 00 00 00 00 18 05 03 f0 ab 05 09 02 01 06 0e 09 45 72 67 6f W (8227) BT_HCI: btu_hcif_hdl_command_status,opcode:0x2016,status:0x02 2024-11-15 16:28:38 4c 41 42 5f 78 78 78 78 35 2024-11-15 16:28:38 03 32 0d 01 01 00 00 e2 26 57 fa 12 f4 01 02 00 7f e3 00 00 00 00 00 00 00 00 00 18 05 03 f0 ab 08 09 02 01 06 0e 09 45 72 67 6f 4c 41 42 5f 78 78 78 78 38 2024-11-15 16:28:38 04 32 0d 01 01 00 00 1e f6 71 33 e8 64 01 02 00 7f d4 00 00 00 00 00 00 00 00 00 18 05 03 f0 ab 02 09 02 01 06 0e 09 45 72 67 6f 4c 41 42 5f 78 78 78 78 32 2024-11-15 16:28:38 05 39 0d 01 13 00 00 e5 a3 56 b6 2b 02 01 00 ff 7f ca 00 00 00 00 00 00 00 00 00 1f 17 ff ff ff ff ff 00 01 00 23 02 28 00 00 00 00 00 00 28 ad ee b6 2b 02 03 03 30 af 00 00 00 2024-11-15 16:28:38 06 39 0d 01 1b 00 00 e5 a3 56 b6 2b 02 01 00 ff 7f c6 00 00 00 00 00 00 00 00 00 1f 0c 09 70 69 63 75 6e 20 46 38 70 72 6f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 2024-11-15 16:28:38 07 22 0d 01 10 00 01 43 b5 aa a9 41 e2 01 00 ff 7f bc 00 00 00 00 00 00 00 00 00 08 07 ff 4c 00 12 02 00 01 2024-11-15 16:28:38 08 32 0d 01 01 00 00 e2 26 57 fa 12 f4 01 02 00 7f e2 00 00 00 00 00 00 00 00 00 18 05 03 f0 ab 08 09 02 01 06 0e 09 45 72 67 6f 4c 41 42 5f 78 78 78 78 38 2024-11-15 16:28:38 09 2b 0d 01 13 00 01 08 85 bb 8f d1 7d 01 00 ff 7f a8 00 00 00 00 00 00 00 00 00 11 02 01 1a 02 0a 0c 0a ff 4c 00 10 05 3f 18 61 88 17 2024-11-15 16:28:38 0a 1a 0d 01 1b 00 01 08 85 bb 8f d1 7d 01 00 ff 7f a7 00 00 00 00 00 00 00 00 00 00 2024-11-15 16:28:38 0b 32 0d 01 01 00 00 ae f5 71 33 e8 64 01 02 00 7f d2 00 00 00 00 00 00 00 00 00 18 05 03 f0 ab 03 09 02 01 06 0e 09 45 72 67 6f 4c 41 42 5f 78 78 78 78 33 2024-11-15 16:28:38 0c 39 0d 01 10 00 01 fc 5a 6d 9c 20 2a 01 00 ff 7f c1 00 00 00 00 00 00 00 00 00 1f 1e ff 06 00 01 09 20 02 fd cf 7a 3e af 98 6e c6 43 85 36 a5 41 e1 f7 c3 24 68 50 76 e1 ed 5d 2024-11-15 16:28:38 0d 32 0d 01 01 00 00 32 27 72 33 e8 64 01 02 00 7f db 00 00 00 00 00 00 00 00 00 18 05 03 f0 ab 04 09 02 01 06 0e 09 45 72 67 6f 4c 41 42 5f 78 78 78 78 34 2024-11-15 16:28:38 0e 39 0d 01 10 00 01 6e 2e cb 74 c7 24 01 00 ff 7f a8 00 00 00 00 00 00 00 00 00 1f 1e ff 06 00 01 09 20 22 65 81 8e 8b 97 4d c5 9a 6a 50 66 f7 20 52 de 42 22 5c 73 79 27 f9 20 2024-11-15 16:28:38 0f 39 0d 01 10 00 01 51 50 21 f5 6e 13 01 00 ff 7f ac 00 00 00 00 00 00 00 00 00 1f 1e ff 06 00 01 09 20 22 b4 ee ad b3 eb 8e 98 68 a2 4b 8a aa 4c a0 6a 98 63 cc 86 7a cf 55 6e 2024-11-15 16:28:38 10 39 0d 01 10 00 01 5e 46 41 0f dd 04 01 00 ff 7f a4 00 00 00 00 00 00 00 00 00 1f 1e ff 06 00 01 09 20 22 fb 7f ef 8d c0 62 a6 08 68 a9 cc 36 6c 8b a1 59 ca 8a 05 15 01 21 50 2024-11-15 16:28:38 11 2b 0d 01 13 00 01 08 85 bb 8f d1 7d 01 00 ff 7f a8 00 00 00 00 00 00 00 00 00 11 02 01 1a 02 0a 0c 0a ff 4c 00 10 05 3f 18 61 88 17 2024-11-15 16:28:38 12 39 0d 01 10 00 01 d5 3c 69 61 cb 01 01 00 ff 7f c0 00 00 00 00 00 00 00 00 00 1f 1e ff 06 00 01 09 20 22 26 70 5c b0 20 da 36 bb c4 35 dd 42 01 e2 f0 3d fb ca 01 ea 42 f1 7c 2024-11-15 16:28:38 13 32 0d 01 01 00 00 0a 5c d7 27 84 3c 01 02 00 7f d0 00 00 00 00 00 00 00 00 00 18 05 03 f0 ab 07 09 02 01 06 0e 09 45 72 67 6f 4c 41 42 5f 78 78 78 78 37 2024-11-15 16:28:39
2024-11-15 16:28:39 92 E:13 05 01 04 00 01 00 2024-11-15 16:28:39 93 E:13 05 01 01 00 01 00 2024-11-15 16:28:39 94 E:13 05 01 02 00 01 00 2024-11-15 16:28:39 95 D:03 20 0a 00 06 00 04 00 05 01 2d 00 02 29 2024-11-15 16:28:39 96 C:35 0c 05 01 03 00 01 00 2024-11-15 16:28:39 97 H:03 00 09 00 05 00 04 00 04 2e 00 ff ff 2024-11-15 16:28:39 98 D:04 20 0a 00 06 00 04 00 05 01 2d 00 02 29 2024-11-15 16:28:39 99 C:35 0c 05 01 04 00 01 00 2024-11-15 16:28:39 9a H:04 00 09 00 05 00 04 00 04 2e 00 ff ff 2024-11-15 16:28:39 9b D:01 20 09 00 05 00 04 00 01 08 2c 00 0a 2024-11-15 16:28:39 9c C:35 0c 05 01 01 00 01 00 2024-11-15 16:28:39 9d H:01 00 09 00 05 00 04 00 04 2d 00 ff ff 2024-11-15 16:28:39 9e D:02 20 07 00 03 00 04 00 03 f7 00 2024-11-15 16:28:39 9f C:35 0c 05 01 02 00 01 00 2024-11-15 16:28:39 a0 H:02 00 09 00 05 00 04 00 12 04 00 02 00 2024-11-15 16:28:39 a1 E:13 05 01 03 00 01 00 2024-11-15 16:28:39 a2 E:13 05 01 04 00 01 00 2024-11-15 16:28:39 a3 E:13 05 01 01 00 01 00 2024-11-15 16:28:39 a4 E:13 05 01 02 00 01 00 2024-11-15 16:28:39 a5 D:03 20 09 00 05 00 04 00 01 04 2e 00 0a 2024-11-15 16:28:39 a6 C:35 0c 05 01 03 00 01 00 2024-11-15 16:28:39 a7 H:03 00 07 00 03 00 04 00 02 f7 00 2024-11-15 16:28:39 a8 D:04 20 09 00 05 00 04 00 01 04 2e 00 0a 2024-11-15 16:28:39 a9 C:35 0c 05 01 04 00 01 00 2024-11-15 16:28:39 aa H:04 00 07 00 03 00 04 00 02 f7 00 2024-11-15 16:28:39 ab E:13 05 01 05 00 01 00 2024-11-15 16:28:39 ac D:02 20 05 00 01 00 04 00 13 2024-11-15 16:28:39 ad C:35 0c 05 01 02 00 01 00 2024-11-15 16:28:39 ae H:02 00 09 00 05 00 04 00 52 2d 00 01 00 2024-11-15 16:28:39 af E:13 05 01 03 00 01 00 2024-11-15 16:28:39 b0 E:13 05 01 04 00 01 00 2024-11-15 16:28:39 b1 D:01 20 0a 00 06 00 04 00 05 01 2d 00 02 29 2024-11-15 16:28:39 b2 C:35 0c 05 01 01 00 01 00 2024-11-15 16:28:39 b3 H:01 00 09 00 05 00 04 00 04 2e 00 ff ff 2024-11-15 16:28:39 b4 E:13 05 01 02 00 01 00 2024-11-15 16:28:39 b5 D:03 20 07 00 03 00 04 00 03 f7 00 2024-11-15 16:28:39 b6 C:35 0c 05 01 03 00 01 00 2024-11-15 16:28:39 b7 H:03 00 09 00 05 00 04 00 12 04 00 02 00 2024-11-15 16:28:39 b8 D:04 20 07 00 03 00 04 00 03 f7 00 2024-11-15 16:28:39 b9 C:35 0c 05 01 04 00 01 00 2024-11-15 16:28:39 ba H:04 00 09 00 05 00 04 00 12 04 00 02 00 2024-11-15 16:28:39 bb E:13 05 01 01 00 01 00 2024-11-15 16:28:39 bc E:13 05 01 03 00 01 00 2024-11-15 16:28:39 bd E:13 05 01 04 00 01 00 2024-11-15 16:28:39 be D:01 20 09 00 05 00 04 00 01 04 2e 00 0a 2024-11-15 16:28:39 bf C:35 0c 05 01 01 00 01 00 2024-11-15 16:28:39 c0 H:01 00 07 00 03 00 04 00 02 f7 00 2024-11-15 16:28:39 c1 D:03 20 05 00 01 00 04 00 13 2024-11-15 16:28:39 c2 C:35 0c 05 01 03 00 01 00 2024-11-15 16:28:39 c3 H:03 00 09 00 05 00 04 00 52 2d 00 01 00 2024-11-15 16:28:39 c4 D:04 20 05 00 01 00 04 00 13 2024-11-15 16:28:39 c5 C:35 0c 05 01 04 00 01 00 2024-11-15 16:28:39 c6 H:04 00 09 00 05 00 04 00 52 2d 00 01 00 2024-11-15 16:28:39 c7 D:05 20 09 00 05 00 04 00 01 04 05 00 0a 2024-11-15 16:28:39 c8 C:35 0c 05 01 05 00 01 00 2024-11-15 16:28:39 c9 H:05 00 0b 00 07 00 04 00 08 14 00 1c 00 02 28 2024-11-15 16:28:39 ca E:13 05 01 03 00 01 00 2024-11-15 16:28:39 cb E:13 05 01 04 00 01 00 2024-11-15 16:28:39 cc E:13 05 01 01 00 01 00 2024-11-15 16:28:39 cd D:01 20 07 00 03 00 04 00 03 f7 00 2024-11-15 16:28:39 ce C:35 0c 05 01 01 00 01 00 2024-11-15 16:28:39 cf H:01 00 09 00 05 00 04 00 12 04 00 02 00 2024-11-15 16:28:39 d0 E:13 05 01 05 00 01 00 2024-11-15 16:28:39 d1 E:13 05 01 01 00 01 00 2024-11-15 16:28:39 d2 D:01 20 05 00 01 00 04 00 13 2024-11-15 16:28:39 d3 C:35 0c 05 01 01 00 01 00 2024-11-15 16:28:39 d4 H:01 00 09 00 05 00 04 00 52 2d 00 01 00 2024-11-15 16:28:39 d5 E:13 05 01 01 00 01 00 2024-11-15 16:28:39 d6 E:3e 0a 03 00 05 00 0c 00 00 00 64 00 2024-11-15 16:28:39 d7 D:05 20 09 00 05 00 04 00 01 08 14 00 0a 2024-11-15 16:28:39 d8 C:35 0c 05 01 05 00 01 00 2024-11-15 16:28:39 d9 H:05 00 0b 00 07 00 04 00 08 14 00 1c 00 03 28 2024-11-15 16:28:39 da E:13 05 01 05 00 01 00 2024-11-15 16:28:39 db D:05 20 1b 00 17 00 04 00 09 07 15 00 02 16 00 00 2a 17 00 02 18 00 01 2a 19 00 02 1a 00 a6 2a 2024-11-15 16:28:39 dc C:35 0c 05 01 05 00 01 00 2024-11-15 16:28:39 dd H:05 00 0b 00 07 00 04 00 08 1a 00 1c 00 03 28 2024-11-15 16:28:39 de E:13 05 01 05 00 01 00 2024-11-15 16:28:39 df D:05 20 09 00 05 00 04 00 01 08 1a 00 0a 2024-11-15 16:28:39 e0 C:35 0c 05 01 05 00 01 00 2024-11-15 16:28:39 e1 H:05 00 09 00 05 00 04 00 04 1b 00 1c 00 2024-11-15 16:28:39 e2 E:13 05 01 05 00 01 00 2024-11-15 16:28:39 e3 E:3e 1f 0a 00 06 00 00 00 0a 5c d7 27 84 3c 00 00 00 00 00 00 00 00 00 00 00 00 30 00 00 00 f4 01 00 2024-11-15 16:28:39 e4 E:3e 04 14 06 00 01 2024-11-15 16:28:39 e5 C:16 20 02 06 00 2024-11-15 16:28:39 e6 E:0f 04 00 05 16 20 2024-11-15 16:28:39 e7 D:05 20 09 00 05 00 04 00 01 04 1b 00 0a 2024-11-15 16:28:39 e8 C:35 0c 05 01 05 00 01 00 2024-11-15 16:28:39 e9 H:05 00 0b 00 07 00 04 00 08 28 00 ff ff 02 28 2024-11-15 16:28:39 ea E:13 05 01 05 00 01 00 2024-11-15 16:28:39 eb D:05 20 09 00 05 00 04 00 01 08 28 00 0a 2024-11-15 16:28:39 ec C:35 0c 05 01 05 00 01 00 2024-11-15 16:28:39 ed H:05 00 0b 00 07 00 04 00 08 28 00 ff ff 03 28 2024-11-15 16:28:39 ee E:3e 0c 04 00 06 00 ff f9 01 00 00 00 00 00 2024-11-15 16:28:39 ef C:1d 04 02 06 00 2024-11-15 16:28:39 f0 E:0f 04 00 05 1d 04 2024-11-15 16:28:39 f1 E:0c 08 00 06 00 09 e5 02 16 00 2024-11-15 16:28:39 f2 C:22 20 06 06 00 fb 00 90 42 2024-11-15 16:28:39 f3 E:0e 06 05 22 20 00 06 00 2024-11-15 16:28:39 f4 H:06 00 0b 00 07 00 04 00 10 01 00 ff ff 00 28 2024-11-15 16:28:39 f5 C:13 20 0e 06 00 0c 00 0c 00 00 00 64 00 05 00 05 00 2024-11-15 16:28:39 f6 E:0f 04 00 05 13 20 2024-11-15 16:28:39 f7 C:42 20 06 01 01 c8 00 00 00 2024-11-15 16:28:39 f8 E:0e 04 05 42 20 00 2024-11-15 16:28:39 f9 E:13 05 01 05 00 01 00 2024-11-15 16:28:39 fa D:05 20 14 00 10 00 04 00 09 07 29 00 0c 2a 00 a2 a5 2b 00 10 2c 00 a3 a5 2024-11-15 16:28:39 fb C:35 0c 05 01 05 00 01 00 2024-11-15 16:28:39 fc H:05 00 0b 00 07 00 04 00 08 2c 00 ff ff 03 28 2024-11-15 16:28:39 fd E:3e 0b 07 06 00 fb 00 90 42 fb 00 90 42 2024-11-15 16:28:39 fe E:13 05 01 06 00 01 00 2024-11-15 16:28:39 ff E:13 05 01 05 00 01 00 2024-11-15 16:28:39 00 D:05 20 09 00 05 00 04 00 01 08 2c 00 0a 2024-11-15 16:28:39 01 C:35 0c 05 01 05 00 01 00 2024-11-15 16:28:39 02 H:05 00 09 00 05 00 04 00 04 2d 00 ff ff 2024-11-15 16:28:39 03 E:13 05 01 05 00 01 00 2024-11-15 16:28:39 04 D:05 20 0a 00 06 00 04 00 05 01 2d 00 02 29 2024-11-15 16:28:39 05 C:35 0c 05 01 05 00 01 00 2024-11-15 16:28:39 06 H:05 00 09 00 05 00 04 00 04 2e 00 ff ff 2024-11-15 16:28:39 07 D:06 20 18 00 14 00 04 00 11 06 01 00 05 00 01 18 14 00 1c 00 00 18 28 00 ff ff f0 ab 2024-11-15 16:28:39 08 C:35 0c 05 01 06 00 01 00 2024-11-15 16:28:39 09 H:06 00 0b 00 07 00 04 00 08 01 00 05 00 02 28 2024-11-15 16:28:39 0a E:13 05 01 05 00 01 00 2024-11-15 16:28:39 0b D:05 20 09 00 05 00 04 00 01 04 2e 00 0a 2024-11-15 16:28:39 0c C:35 0c 05 01 05 00 01 00 2024-11-15 16:28:39 0d H:05 00 07 00 03 00 04 00 02 f7 00 2024-11-15 16:28:39 0e E:13 05 01 06 00 01 00 2024-11-15 16:28:39 0f E:13 05 01 05 00 01 00 2024-11-15 16:28:39 10 D:05 20 07 00 03 00 04 00 03 f7 00 2024-11-15 16:28:39 11 C:35 0c 05 01 05 00 01 00 2024-11-15 16:28:39 12 H:05 00 09 00 05 00 04 00 12 04 00 02 00 2024-11-15 16:28:39 13 D:06 20 09 00 05 00 04 00 01 08 01 00 0a 2024-11-15 16:28:39 14 C:35 0c 05 01 06 00 01 00 2024-11-15 16:28:39 15 H:06 00 0b 00 07 00 04 00 08 01 00 05 00 03 28 2024-11-15 16:28:39 16 E:13 05 01 05 00 01 00 2024-11-15 16:28:39 17 D:05 20 05 00 01 00 04 00 13 2024-11-15 16:28:39 18 C:35 0c 05 01 05 00 01 00 2024-11-15 16:28:39 19 H:05 00 09 00 05 00 04 00 52 2d 00 01 00 2024-11-15 16:28:39 1a E:13 05 01 06 00 01 00 2024-11-15 16:28:39 1b E:13 05 01 05 00 01 00 2024-11-15 16:28:39 I (10137) test_ble_c: 0x3fcbb40c 45 72 67 6f 4c 41 42 5f 78 78 78 78 36 |ErgoLAB_xxxx6| 2024-11-15 16:28:39 W (10137) BT_HCI: btu_hcif_hdl_command_status,opcode:0x2043,status:0x3b 2024-11-15 16:28:39 W (10137) BT_APPL: gattc_conn_cb: if=1 st=0 id=1537 rsn=0x100 2024-11-15 16:28:39 W (10147) BT_APPL: gattc_conn_cb: if=2 st=0 id=1538 rsn=0x100 2024-11-15 16:28:39 W (10147) BT_APPL: gattc_conn_cb: if=3 st=0 id=1539 rsn=0x100 2024-11-15 16:28:39 W (10157) BT_APPL: gattc_conn_cb: if=4 st=0 id=1540 rsn=0x100 2024-11-15 16:28:39 W (10167) BT_APPL: gattc_conn_cb: if=5 st=0 id=1541 rsn=0x100 2024-11-15 16:28:40 W (10167) BT_APPL: gattc_conn_cb: if=6 st=0 id=1542 rsn=0x100 2024-11-15 16:28:40 W (10177) BT_APPL: gattc_conn_cb: if=7 st=0 id=1543 rsn=0x100 2024-11-15 16:28:40 W (10187) BT_APPL: gattc_conn_cb: if=8 st=0 id=1544 rsn=0x100 2024-11-15 16:28:40 E (10187) egl_ble_c: p_data->disconnect.conn_id :6 disconnect 2024-11-15 16:28:40 I (10197) egl_ble_c: 0x3fcaf94a 64 e8 33 71 f5 a2 |d.3q..| 2024-11-15 16:28:40 1c D:06 20 0d 00 09 00 04 00 09 07 02 00 20 03 00 05 2a 2024-11-15 16:28:40 1d E:3e 0a 03 00 06 00 0c 00 00 00 64 00 2024-11-15 16:28:40 1e C:35 0c 05 01 06 00 01 00 2024-11-15 16:28:40 1f H:06 00 0b 00 07 00 04 00 08 03 00 05 00 03 28 2024-11-15 16:28:40 20 E:13 05 01 06 00 01 00 2024-11-15 16:28:40 21 D:06 20 09 00 05 00 04 00 01 08 03 00 0a 2024-11-15 16:28:40 22 C:35 0c 05 01 06 00 01 00 2024-11-15 16:28:40 23 H:06 00 09 00 05 00 04 00 04 04 00 05 00 2024-11-15 16:28:40 24 E:13 05 01 06 00 01 00 2024-11-15 16:28:40 25 D:06 20 0a 00 06 00 04 00 05 01 04 00 02 29 2024-11-15 16:28:40 26 C:35 0c 05 01 06 00 01 00 2024-11-15 16:28:40 27 H:06 00 09 00 05 00 04 00 04 05 00 05 00 2024-11-15 16:28:40 28 E:13 05 01 06 00 01 00 2024-11-15 16:28:40 29 D:06 20 09 00 05 00 04 00 01 04 05 00 0a 2024-11-15 16:28:40 2a C:35 0c 05 01 06 00 01 00 2024-11-15 16:28:40 2b H:06 00 0b 00 07 00 04 00 08 14 00 1c 00 02 28 2024-11-15 16:28:40 2c C:42 20 06 00 01 00 00 00 00 2024-11-15 16:28:40 2d E:0e 04 05 42 20 00 2024-11-15 16:28:40 2e C:43 20 1a 00 00 00 a2 f5 71 33 e8 64 01 50 00 50 00 10 00 30 00 00 00 f4 01 05 00 05 00 2024-11-15 16:28:40 2f E:0f 04 3b 05 43 20 2024-11-15 16:28:40 30 E:13 05 01 06 00 01 00 2024-11-15 16:28:40 31 D:06 20 09 00 05 00 04 00 01 08 14 00 0a 2024-11-15 16:28:40 32 C:35 0c 05 01 06 00 01 00 2024-11-15 16:28:40 33 H:06 00 0b 00 07 00 04 00 08 14 00 1c 00 03 28 2024-11-15 16:28:40 34 E:13 05 01 06 00 01 00 2024-11-15 16:28:40 35 D:06 20 1b 00 17 00 04 00 09 07 15 00 02 16 00 00 2a 17 00 02 18 00 01 2a 19 00 02 1a 00 a6 2a 2024-11-15 16:28:40 36 C:35 0c 05 01 06 00 01 00 2024-11-15 16:28:40 37 H:06 00 0b 00 07 00 04 00 08 1a 00 1c 00 03 28 2024-11-15 16:28:40 38 E:13 05 01 06 00 01 00 2024-11-15 16:28:40 39 D:06 20 09 00 05 00 04 00 01 08 1a 00 0a 2024-11-15 16:28:40 3a C:35 0c 05 01 06 00 01 00 2024-11-15 16:28:40 3b H:06 00 09 00 05 00 04 00 04 1b 00 1c 00 2024-11-15 16:28:40 3c E:13 05 01 06 00 01 00 2024-11-15 16:28:40 3d D:06 20 09 00 05 00 04 00 01 04 1b 00 0a 2024-11-15 16:28:40 3e C:35 0c 05 01 06 00 01 00 2024-11-15 16:28:40 3f H:06 00 0b 00 07 00 04 00 08 28 00 ff ff 02 28 2024-11-15 16:28:40 40 E:13 05 01 06 00 01 00 2024-11-15 16:28:40 41 D:06 20 09 00 05 00 04 00 01 08 28 00 0a 2024-11-15 16:28:40 42 C:35 0c 05 01 06 00 01 00 2024-11-15 16:28:40 43 H:06 00 0b 00 07 00 04 00 08 28 00 ff ff 03 28 2024-11-15 16:28:40 44 E:13 05 01 06 00 01 00 2024-11-15 16:28:40 45 D:06 20 14 00 10 00 04 00 09 07 29 00 0c 2a 00 a2 a5 2b 00 10 2c 00 a3 a5 2024-11-15 16:28:40 46 C:35 0c 05 01 06 00 01 00 2024-11-15 16:28:40 47 H:06 00 0b 00 07 00 04 00 08 2c 00 ff ff 03 28 2024-11-15 16:28:40 48 E:13 05 01 06 00 01 00 2024-11-15 16:28:40 49 D:06 20 09 00 05 00 04 00 01 08 2c 00 0a 2024-11-15 16:28:40 4a C:35 0c 05 01 06 00 01 00 2024-11-15 16:28:40 4b H:06 00 09 00 05 00 04 00 04 2d 00 ff ff 2024-11-15 16:28:40 4c E:13 05 01 06 00 01 00 2024-11-15 16:28:40 4d D:06 20 0a 00 06 00 04 00 05 01 2d 00 02 29 2024-11-15 16:28:40 4e C:35 0c 05 01 06 00 01 00 2024-11-15 16:28:40 4f H:06 00 09 00 05 00 04 00 04 2e 00 ff ff 2024-11-15 16:28:40 50 E:13 05 01 06 00 01 00 2024-11-15 16:28:40 51 D:06 20 09 00 05 00 04 00 01 04 2e 00 0a 2024-11-15 16:28:40 52 C:35 0c 05 01 06 00 01 00 2024-11-15 16:28:40 53 H:06 00 07 00 03 00 04 00 02 f7 00 2024-11-15 16:28:40 54 E:13 05 01 06 00 01 00 2024-11-15 16:28:40 55 D:06 20 07 00 03 00 04 00 03 f7 00 2024-11-15 16:28:40 56 C:35 0c 05 01 06 00 01 00 2024-11-15 16:28:40 57 H:06 00 09 00 05 00 04 00 12 04 00 02 00 2024-11-15 16:28:40 58 E:13 05 01 06 00 01 00 2024-11-15 16:28:40 59 D:06 20 05 00 01 00 04 00 13 2024-11-15 16:28:40 5a C:35 0c 05 01 06 00 01 00 2024-11-15 16:28:40 5b H:06 00 09 00 05 00 04 00 52 2d 00 01 00 2024-11-15 16:28:40 5c E:13 05 01 06 00 01 00 2024-11-15 16:28:40 14 39 0d 01 10 00 01 a0 76 02 a4 07 31 01 00 ff 7f a7 00 00 00 00 00 00 00 00 00 1f 1e ff 06 00 01 09 20 22 73 de 35 1e 83 a7 1d bf 64 05 42 8a 77 31 d2 d6 37 b7 48 78 0c 71 36 2024-11-15 16:28:40 15 32 0d 01 01 00 00 a2 f5 71 33 e8 64 01 02 00 7f d8 00 00 00 00 00 00 00 00 00 18 05 03 f0 ab 06 09 02 01 06 0e 09 45 72 67 6f 4c 41 42 5f 78 78 78 78 36

esp-cjh commented 2 days ago

@beautifulpeer 好的,我来看一下

beautifulpeer commented 1 day ago

补充一点, conn_params.latency = 0; conn_params.min_int = 12; // min_int = 121.25ms = 15ms //测试发现最小值不能低于13.75ms conn_params.max_int = 12; // max_int = 121.25ms = 15ms conn_params.timeout = 100; // timeout = 100*10ms = 1000ms 此参数会下发到每个连接的设备中,连接的设备打印的log为: 2024-11-16 11:47:48 I (353016) ble_p: update connetion params status = 0, min_int = 0, max_int = 0,conn_int = 12,latency = 0, timeout = 100 2024-11-16 11:47:49 I (353556) ble_p: ESP_GATTS_MTU_EVT, MTU 247 其中,min_int = 0, max_int = 0,这两个参数为0,我不知道为什么

beautifulpeer commented 1 day ago

还有个问题,在我重启接收端是,开始扫描,有时会重启,不是经常复现,不知道为什么

log如下:

2024-11-14 16:56:20 ESP-ROM:esp32s3-20210327 2024-11-14 16:56:20 Build:Mar 27 2021
2024-11-14 16:56:20 rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT) 2024-11-14 16:56:20 SPIWP:0xee 2024-11-14 16:56:20 mode:DIO, clock div:1 2024-11-14 16:56:20 load:0x3fce2820,len:0x1918 2024-11-14 16:56:20 load:0x403c8700,len:0x4 2024-11-14 16:56:20 load:0x403c8704,len:0xe04 2024-11-14 16:56:20 load:0x403cb700,len:0x3014 2024-11-14 16:56:20 entry 0x403c8930 2024-11-14 16:56:20 I (27) boot: ESP-IDF v5.3.1-dirty 2nd stage bootloader 2024-11-14 16:56:20 I (27) boot: compile time Nov 14 2024 16:35:29
2024-11-14 16:56:20 I (27) boot: Multicore bootloader 2024-11-14 16:56:20 I (30) boot: chip revision: v0.2 2024-11-14 16:56:20 I (34) qio_mode: Enabling default flash chip QIO 2024-11-14 16:56:20 I (39) boot.esp32s3: Boot SPI Speed : 80MHz
2024-11-14 16:56:20 I (44) boot.esp32s3: SPI Mode : QIO
2024-11-14 16:56:20 I (49) boot.esp32s3: SPI Flash Size : 8MB
2024-11-14 16:56:20 I (54) boot: Enabling RNG early entropy source... 2024-11-14 16:56:20 I (59) boot: Partition Table: 2024-11-14 16:56:20 I (63) boot: ## Label Usage Type ST Offset Length
2024-11-14 16:56:20 I (70) boot: 0 nvs WiFi data 01 02 00009000 00006000 2024-11-14 16:56:20 I (77) boot: 1 phy_init RF data 01 01 0000f000 00001000 2024-11-14 16:56:20 I (85) boot: 2 factory factory app 00 00 00010000 00100000 2024-11-14 16:56:20 I (92) boot: End of partition table 2024-11-14 16:56:20 I (97) esp_image: segment 0: paddr=00010020 vaddr=3c070020 size=1ebd4h (125908) map 2024-11-14 16:56:20 I (124) esp_image: segment 1: paddr=0002ebfc vaddr=3fc98700 size=0141ch ( 5148) load 2024-11-14 16:56:20 I (125) esp_image: segment 2: paddr=00030020 vaddr=42000020 size=6e300h (451328) map 2024-11-14 16:56:20 I (198) esp_image: segment 3: paddr=0009e328 vaddr=3fc99b1c size=02cb0h ( 11440) load 2024-11-14 16:56:20 I (201) esp_image: segment 4: paddr=000a0fe0 vaddr=40374000 size=14678h ( 83576) load 2024-11-14 16:56:20 I (228) boot: Loaded app from partition at offset 0x10000 2024-11-14 16:56:20 I (228) boot: Disabling RNG early entropy source...
2024-11-14 16:56:20 I (240) cpu_start: Multicore app 2024-11-14 16:56:20 I (249) cpu_start: Pro cpu start user code 2024-11-14 16:56:20 I (249) cpu_start: cpu freq: 240000000 Hz 2024-11-14 16:56:20 I (249) app_init: Application information: 2024-11-14 16:56:20 I (252) app_init: Project name: tests 2024-11-14 16:56:20 I (257) app_init: App version: ccf2136-dirty 2024-11-14 16:56:20 I (262) app_init: Compile time: Nov 14 2024 16:35:09 2024-11-14 16:56:20 I (268) app_init: ELF file SHA256: 75b0ad98c9416f9b... 2024-11-14 16:56:20 I (274) app_init: ESP-IDF: v5.3.1-dirty 2024-11-14 16:56:20 I (279) efuse_init: Min chip rev: v0.0 2024-11-14 16:56:20 I (284) efuse_init: Max chip rev: v0.99 2024-11-14 16:56:20 I (289) efuse_init: Chip rev: v0.2 2024-11-14 16:56:20 I (294) heap_init: Initializing. RAM available for dynamic allocation: 2024-11-14 16:56:20 I (301) heap_init: At 3FCA0590 len 00049180 (292 KiB): RAM 2024-11-14 16:56:20 I (307) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM 2024-11-14 16:56:20 I (313) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM 2024-11-14 16:56:20 I (320) heap_init: At 600FE100 len 00001EE8 (7 KiB): RTCRAM 2024-11-14 16:56:20 I (327) spi_flash: detected chip: generic 2024-11-14 16:56:20 I (330) spi_flash: flash io: qio 2024-11-14 16:56:20 I (335) sleep: Configure to isolate all GPIO pins in sleep state 2024-11-14 16:56:20 I (341) sleep: Enable automatic switching of GPIO sleep configuration 2024-11-14 16:56:20 I (348) coexist: coex firmware version: 4482466 2024-11-14 16:56:20 I (376) coexist: coexist rom version e7ae62f 2024-11-14 16:56:20 I (376) main_task: Started on CPU0 2024-11-14 16:56:20 I (386) main_task: Calling app_main() 2024-11-14 16:56:20 I (446) gpio: GPIO[12]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-14 16:56:21 I (456) gpio: GPIO[13]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-14 16:56:21 I (466) gpio: GPIO[15]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-14 16:56:21 I (476) gpio: GPIO[16]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-14 16:56:21 I (486) gpio: GPIO[17]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-14 16:56:21 I (496) gpio: GPIO[18]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-14 16:56:21 I (506) gpio: GPIO[36]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-14 16:56:21 I (516) gpio: GPIO[37]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-14 16:56:21 I (526) gpio: GPIO[38]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 2024-11-14 16:56:21 I (536) gpio: GPIO[35]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:2 2024-11-14 16:56:21 E (536) test_ble_c: - - - - - - - - - - - - - - - - - - - - - - 2024-11-14 16:56:21 E (546) test_ble_c: >>>>>>>>>> test_ble_c <<<<<<<<<< 2024-11-14 16:56:21 E (556) test_ble_c: - - - - - - - - - - - - - - - - - - - - - - 2024-11-14 16:56:21 I (566) BLE_INIT: BT controller compile version [aa16a46] 2024-11-14 16:56:21 I (566) BLE_INIT: Bluetooth MAC: 3c:84:27:d8:84:d2 2024-11-14 16:56:21 I (576) phy_init: phy_version 680,a6008b2,Jun 4 2024,16:41:10 2024-11-14 16:56:21 I (666) main_task: Returned from app_main() 2024-11-14 16:59:33 I (193156) test_ble_c: most [8] sensor to scan 2024-11-14 16:59:33 I (193166) test_ble_c: 0x3fcb39c8 45 72 67 6f 4c 41 42 5f 78 78 78 78 38
2024-11-14 16:59:33 I (193256) test_ble_c: 0x3fca4114 45 72 67 6f 4c 41 42 5f 78 78 78 78 35
2024-11-14 16:59:33 I (193296) test_ble_c: most [7] sensor to scan 2024-11-14 16:59:33 I (193316) test_ble_c: 0x3fcb4520 45 72 67 6f 4c 41 42 5f 78 78 78 78 35
2024-11-14 16:59:33 W (193316) BT_GATT: gatt_connect wrong state 2 2024-11-14 16:59:33 W (193456) BT_L2CAP: l2cble_start_conn_update, the last connection update command still pending. 2024-11-14 16:59:34 I (193456) test_ble_c: 0x3fcb4970 45 72 67 6f 4c 41 42 5f 78 78 78 78 34
2024-11-14 16:59:34 I (193746) test_ble_c: 0x3fcb5d40 45 72 67 6f 4c 41 42 5f 78 78 78 78 37
2024-11-14 16:59:34 I (193886) test_ble_c: 0x3fcb7038 45 72 67 6f 4c 41 42 5f 78 78 78 78 33
2024-11-14 16:59:34 I (193996) test_ble_c: 0x3fcb8404 45 72 67 6f 4c 41 42 5f 78 78 78 78 31
2024-11-14 16:59:35 2024-11-14 16:59:35 assert failed: tlsf_free tlsf.c:1201 (!block_is_free(block) && "block already marked as free") 2024-11-14 16:59:35 2024-11-14 16:59:35 2024-11-14 16:59:35 Backtrace: 0x40375aca:0x3fcb2620 0x4037fc85:0x3fcb2640 0x403866a9:0x3fcb2660 0x40384fda:0x3fcb2780 0x40384e60:0x3fcb27a0 0x403762ca:0x3fcb27c0 0x403866d9:0x3fcb27e0 0x42032691:0x3fcb2800 0x42032979:0x3fcb2830 0x4201b859:0x3fcb2870 0x4201b946:0x3fcb2890 0x42021e81:0x3fcb28b0 0x4201b0d6:0x3fcb28f0 0x42024d37:0x3fcb2910 0x4038072d:0x3fcb2940 --- 2024-11-14 16:59:36 0x40375aca: panic_abort at E:/kf/15vscode_insiders/v5.3.1/esp-idf/components/esp_system/panic.c:463 2024-11-14 16:59:36 0x4037fc85: esp_system_abort at E:/kf/15vscode_insiders/v5.3.1/esp-idf/components/esp_system/port/esp_system_chip.c:92 2024-11-14 16:59:36 0x403866a9: assert_func at E:/kf/15vscode_insiders/v5.3.1/esp-idf/components/newlib/assert.c:80 2024-11-14 16:59:36 0x40384fda: tlsf_free at E:/kf/15vscode_insiders/v5.3.1/esp-idf/components/heap/tlsf/tlsf.c:1201 (discriminator 1) 2024-11-14 16:59:36 0x40384e60: multi_heap_free_impl at E:/kf/15vscode_insiders/v5.3.1/esp-idf/components/heap/multi_heap.c:235 2024-11-14 16:59:36 0x403762ca: heap_caps_free at E:/kf/15vscode_insiders/v5.3.1/esp-idf/components/heap/heap_caps_base.c:70 2024-11-14 16:59:36 0x403866d9: free at E:/kf/15__vscode_insiders/v5.3.1/esp-idf/components/newlib/heap.c:39 2024-11-14 16:59:36 0x42032691: gatt_cl_send_next_cmd_inq at E:/kf/15vscode_insiders/v5.3.1/esp-idf/components/bt/host/bluedroid/stack/gatt/gatt_cl.c:1109 2024-11-14 16:59:36 0x42032979: gatt_client_handle_server_rsp at E:/kf/15vscode_insiders/v5.3.1/esp-idf/components/bt/host/bluedroid/stack/gatt/gatt_cl.c:1237 2024-11-14 16:59:36 0x4201b859: gatt_data_process at E:/kf/15vscode_insiders/v5.3.1/esp-idf/components/bt/host/bluedroid/stack/gatt/gatt_main.c:1005 2024-11-14 16:59:36 0x4201b946: gatt_le_data_ind at E:/kf/15____vscode_insiders/v5.3.1/esp-idf/components/bt/host/bluedroid/stack/gatt/gatt_main.c:588 2024-11-14 16:59:36 0x42021e81: l2c_rcv_acl_data at E:/kf/15vscode_insiders/v5.3.1/esp-idf/components/bt/host/bluedroid/stack/l2cap/l2c_main.c:297 2024-11-14 16:59:36 0x4201b0d6: btu_hci_msg_process at E:/kf/15vscode_insiders/v5.3.1/esp-idf/components/bt/host/bluedroid/stack/btu/btu_task.c:144 2024-11-14 16:59:36 0x42024d37: osi_thread_run at E:/kf/15vscode_insiders/v5.3.1/esp-idf/components/bt/common/osi/thread.c:165 2024-11-14 16:59:36 0x4038072d: vPortTaskWrapper at E:/kf/15____vscode_insiders/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/port.c:134

2024-11-14 16:59:36 2024-11-14 16:59:36 2024-11-14 16:59:36 2024-11-14 16:59:36 2024-11-14 16:59:36 ELF file SHA256: 75b0ad98c9416f9b 2024-11-14 16:59:36 2024-11-14 16:59:36 Rebooting... 2024-11-14 16:59:36 �ESP-ROM:esp32s3-20210327 2024-11-14 16:59:36 Build:Mar 27 2021 2024-11-14 16:59:36 rst:0xc (RTC_SW_CPU_RST),boot:0x8 (SPI_FAST_FLASH_BOOT) 2024-11-14 16:59:36 Saved PC:0x40375a78 --- 2024-11-14 16:59:36 0x40375a78: esp_restart_noos at E:/kf/15____vscode_insiders/v5.3.1/esp-idf/components/esp_system/port/soc/esp32s3/system_internal.c:158

2024-11-14 16:59:36 SPIWP:0xee 2024-11-14 16:59:36 mode:DIO, clock div:1 2024-11-14 16:59:36 load:0x3fce2820,len:0x1918 2024-11-14 16:59:36 load:0x403c8700,len:0x4 2024-11-14 16:59:36 load:0x403c8704,len:0xe04 2024-11-14 16:59:36 load:0x403cb700,len:0x3014 2024-11-14 16:59:36 entry 0x403c8930 2024-11-14 16:59:36 I (31) boot: ESP-IDF v5.3.1-dirty 2nd stage bootloader 2024-11-14 16:59:36 I (31) boot: compile time Nov 14 2024 16:35:29 2024-11-14 16:59:36 I (31) boot: Multicore bootloader 2024-11-14 16:59:36 I (35) boot: chip revision: v0.2 2024-11-14 16:59:36 I (39) qio_mode: Enabling default flash chip QIO 2024-11-14 16:59:36 I (44) boot.esp32s3: Boot SPI Speed : 80MHz 2024-11-14 16:59:36 I (49) boot.esp32s3: SPI Mode : QIO 2024-11-14 16:59:36 I (53) boot.esp32s3: SPI Flash Size : 8MB 2024-11-14 16:59:36 I (58) boot: Enabling RNG early entropy source... 2024-11-14 16:59:36 I (64) boot: Partition Table:

beautifulpeer commented 1 day ago

还有就是,在连接成功8个设备后,主动给一个设备复位,接收端这边会主动根据上次连接的地址来重连,但接收端报错还是一直报警告且连接不上,一直重连,一直是报这个警告

报警告log如下:

2024-11-16 15:12:13 I (110067) egl_ble_c: reconnect start 2024-11-16 15:12:13 I (110067) egl_ble_c: 0x3fc9cf54 3c 84 27 d8 7d d2 |<.'.}.| 2024-11-16 15:12:13 W (110077) BT_HCI: btu_hcif_hdl_command_status,opcode:0x2043,status:0x3b 2024-11-16 15:12:13 W (110087) BT_APPL: gattc_conn_cb: if=1 st=0 id=1537 rsn=0x100 2024-11-16 15:12:13 W (110097) BT_APPL: gattc_conn_cb: if=2 st=0 id=1538 rsn=0x100 2024-11-16 15:12:13 W (110097) BT_APPL: gattc_conn_cb: if=3 st=0 id=1539 rsn=0x100 2024-11-16 15:12:13 W (110107) BT_APPL: gattc_conn_cb: if=4 st=0 id=1540 rsn=0x100 2024-11-16 15:12:13 W (110117) BT_APPL: gattc_conn_cb: if=5 st=0 id=1541 rsn=0x100 2024-11-16 15:12:13 W (110117) BT_APPL: gattc_conn_cb: if=6 st=0 id=1542 rsn=0x100 2024-11-16 15:12:13 W (110127) BT_APPL: gattc_conn_cb: if=7 st=0 id=1543 rsn=0x100 2024-11-16 15:12:13 W (110127) BT_APPL: gattc_conn_cb: if=8 st=0 id=1544 rsn=0x100

beautifulpeer commented 1 day ago

这是我设备端广播参数

esp_ble_gap_ext_adv_params_t ext_adv_params_2M = { .type = ESP_BLE_GAP_SET_EXT_ADV_PROP_CONNECTABLE, .interval_min = 0x20,
.interval_max = 0x20,
.channel_map = ADV_CHNL_ALL, .filter_policy = ADV_FILTER_ALLOW_SCAN_ANY_CON_ANY, .primary_phy = ESP_BLE_GAP_PHY_1M, .max_skip = 0, .secondary_phy = ESP_BLE_GAP_PHY_2M, .sid = 0, .scan_req_notif = false, .own_addr_type = BLE_ADDR_TYPE_PUBLIC, .tx_power = EXT_ADV_TX_PWR_NO_PREFERENCE, };