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

RedBear BLE Nano Serial Issue #195

Closed sheinema closed 6 years ago

sheinema commented 6 years ago

I have been running the serial.ino example at 9600 baud on a nrf52-dk and have been able to successfully transmit input on rx pin 08 from a Maxbotix MB1043 Ultrasonic sensor to the Nordic UART app on my Adroid phone. However, the final chip I want to use is the RedBear BLE nano v2 (nrf52832). When I run the example code on this chip I am able to connect successfully via the UART app but I receive no data. The rest of the setup is exactly the same. Is there anything simple I might be missing here @sandeepmistry or anybody else? Any help would be greatly appreciated!