nRF5x
nRF5x copied to clipboard
BLE_Serial UUIDs are incorrect (Nano V2)
Hello,
I believe the UUIDs included in the BLE_Serial example are incorrect. I tried using the code as-is but I couldn't get my phone to connect using the "nRF UART 2.0" from Nordic. I have other NRF52832 based boards from Adafruit that work just fine using their example code.
Upon further research it looks like the UUIDs configured in the example are wrong. When I modified the code to use the UUIDs Nordic mentioned here: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk52.v0.9.2%2Fble_sdk_app_nus_eval.html everything worked as expected.
The file in question is here: https://github.com/redbear/nRF5x/blob/master/nRF52832/arduino/arduino-1.8.0/hardware/RBL/RBL_nRF52832/libraries/BLE_Examples/examples/BLE_Serial/BLE_Serial.ino