Similar to this issue: https://github.com/sandeepmistry/arduino-BLEPeripheral/issues/146
Although I also tried this example: https://github.com/sandeepmistry/arduino-BLEPeripheral/tree/master/examples/serial
Both freeze, I can interact with the serial monitor if I comment out the line with .begin();. I am using pins 6,4,5 in the constructor, and I can confirm a simple serial.read and serial.print works in the same program, as long as the line is commented out. The platform.io serial monitor actually seems to stop responding completely when I start it, I need to kill it before I can upload again. Has anybody that used this hardware with this library give me a working example?
Similar to this issue: https://github.com/sandeepmistry/arduino-BLEPeripheral/issues/146 Although I also tried this example: https://github.com/sandeepmistry/arduino-BLEPeripheral/tree/master/examples/serial Both freeze, I can interact with the serial monitor if I comment out the line with
.begin();
. I am using pins 6,4,5 in the constructor, and I can confirm a simple serial.read and serial.print works in the same program, as long as the line is commented out. The platform.io serial monitor actually seems to stop responding completely when I start it, I need to kill it before I can upload again. Has anybody that used this hardware with this library give me a working example?