Nordic UART example
sbishop61 opened this issue · 1 comments
The BLE_serial example says it implements the he Nordic UART Service.
It seems to me to implement the RedBear UART Service and can be used with the RedBear App.
No problem - you might just want to change the comment and aany related Read.me files ec.
Thanks for this great port.
Stephen
I tried nRF uart v2.0 on android device and found something weird which made me curious such a simple service has incompatibility each other.
And found this specification from nordic dev docs: https://devzone.nordicsemi.com/documentation/nrf51/6.0.0/s110/html/a00066.html
(Seems outdated but no problem....there will be some up-to-date document but no difference in UUID)
As far as I understand, only the service UUID mismatches and just changing redbear uart uuid to nordic ones it just works hassle free with nordic uart app.
just changing service1 uuid (tx rx as well) and no more.