Skip to content

IC-705 doesnt seem to respond, or rejects the connection after sending the UUID #25

@ldjohn

Description

@ldjohn

Hi there, I know this is in your archived code, but when I am compiling this with a change or two, I notice that the IC-705 drops the connection after you send the UUID.
This is the environment:
esptool v5.1.0
Using library BLE at version 3.3.3 in folder: C:\Users\john\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.3.3\libraries\BLE
"C:\Users\john\AppData\Local\Arduino15\packages\esp32\tools\esp-x32\2507/bin/xtensa-esp32-elf-size" -A "C:\Users\john\AppData\Local\arduino\sketches\1038A2B58EA4C6BD271B44990B458377/ic705-ble-simple.ino.elf"
Sketch uses 1103211 bytes (16%) of program storage space. Maximum is 6553600 bytes.
Global variables use 39552 bytes (0%) of dynamic memory, leaving 4482432 bytes for local variables. Maximum is 4521984 bytes.
"C:\Users\john\AppData\Local\Arduino15\packages\esp32\tools\esptool_py\5.1.0/esptool.exe" --chip esp32 --port "COM10" --baud 1500000 --before default-reset --after hard-reset write-flash -z --flash-mode keep --flash-freq keep --flash-size keep 0x1000 "C:\Users\john\AppData\Local\arduino\sketches\1038A2B58EA4C6BD271B44990B458377/ic705-ble-simple.ino.bootloader.bin" 0x8000 "C:\Users\john\AppData\Local\arduino\sketches\1038A2B58EA4C6BD271B44990B458377/ic705-ble-simple.ino.partitions.bin" 0xe000 "C:\Users\john\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.3.3/tools/partitions/boot_app0.bin" 0x10000 "C:\Users\john\AppData\Local\arduino\sketches\1038A2B58EA4C6BD271B44990B458377/ic705-ble-simple.ino.bin"
esptool v5.1.0
Serial port COM10:
Connecting....
Connected to ESP32 on COM10:
Chip type: ESP32-D0WDQ6-V3 (revision v3.0)
Features: Wi-Fi, BT, Dual Core + LP Core, 240MHz, Vref calibration in eFuse, Coding Scheme None
Crystal frequency: 40MHz
MAC: 78:21:84:95:83:f4

I believe the Arduino stuff is using Nimble now?
Is there a known issue regarding the IC705 dropping the connection? Any pointers would be appreciated, as this is a great feature but not very well documented by ICOM.

Even the standard sample BLE Client gets the disconnect treatment.
If you send no data, the Icom keeps you connected for about 10 seconds, then disconnects you. if you send the UUID, it disconnects immediately.

Thanks and regards
John
73 ZS1EQ/ZL1VMM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions