sandeepmistry / arduino-BLEPeripheral

An Arduino library for creating custom BLE peripherals with Nordic Semiconductor's nRF8001 or nR51822.
MIT License
462 stars 179 forks source link

Olimexino-nano + Olimexino-nano-ble freezes after begin() #286

Open MayCXC opened 3 years ago

MayCXC commented 3 years ago

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?