Home - K7MDL2/IC-705-BLE-Serial-Example GitHub Wiki
Welcome to the IC-705-BLE-Serial-Example wiki!
Here you will find support information such as hardware links, SD card usage, and technical details on the BT and BLE CI-V connection protocol.
A note about compile time settings in Arduino IDE: For the M5StackC3U which I have embedded in my 3-band transverter, you need to change Tools->USB CDC on Boot to Enable or Disable.
Enable: allows debug on the USB serial provided it is also enabled in DebugPrint.h. The CPU will not operate standalone if you unplug the USB cable.
Disable: Disconnects serial over the USB. The USB cable can be removed and it will operate normally. No debug is visible.