Search found 4 matches

by Coopersu
Tue Apr 12, 2022 10:52 am
Forum: ESP 生产支持讨论版
Topic: 关于flash_download_tool_3.9.2工具如何解析到CombineBin生成的target.bin中各个镜像的烧录地址的?
Replies: 1
Views: 4552

关于flash_download_tool_3.9.2工具如何解析到CombineBin生成的target.bin中各个镜像的烧录地址的?

对于windows上flash_download_tool_3.9.2这个工具有点疑问,我使用flash_download_tool_3.9.2工具,将bootloader.bin partition-table.bin app.bin 配置好地址并CombineBin出target.bin,然后将configure文件夹删除了重新打开flash_download工具,这次仅配置target.bin,并将addr设置为0,然后点START,也能升级成功。 问题:我使用beyondcompare对比bootloader.bin partition-table.bin app.bin和和targe...
by Coopersu
Mon Apr 11, 2022 3:24 am
Forum: ESP-IDF 中文讨论版
Topic: 在使用esp-idf中bluedroid/ble/gatt_client时接口esp_ble_gap_stop_scanning不返回,似乎是卡死在里面了,是什么原因??
Replies: 1
Views: 1540

在使用esp-idf中bluedroid/ble/gatt_client时接口esp_ble_gap_stop_scanning不返回,似乎是卡死在里面了,是什么原因??

esp-idf branch: release/v4.3 commit:06ce378142f91b90f6c0673fa9363e526664eada example: bluetooth/bluedroid/ble/gatt_client 我的修改: 在esp_gap_cb中ESP_GAP_BLE_SCAN_START_COMPLETE_EVT事件 添加了resp adv中解析蓝牙设备名称的代码,其他无改动 case ESP_GAP_BLE_SCAN_RESULT_EVT: { esp_ble_gap_cb_param_t *scan_result = (esp_ble_gap_cb_pa...
by Coopersu
Fri Apr 08, 2022 6:44 am
Forum: ESP-IDF 中文讨论版
Topic: 如何在ESP32-C3中使用BLE主从一体模式?
Replies: 1
Views: 1952

如何在ESP32-C3中使用BLE主从一体模式?

我使用esp-idf的release/v4.3分支,在例程中看到nimble中有blecent和bleprph,请问如何配置为主从一体同时存在??