Hello,
I recently bought a nRF52840 with the intention of using it as a substitute for UART wired communication. What I want to do is send and receive messages between my phone and another board (called Sparkfun ZED-F9P) through the nRF52840. The phone is Android and will be running an already existing app (Lefebure NTRIP for Android) for sending GPS messages to the ZED, and both of them know how to communicate with one another because they expect the same protocol (RTCM), so I'm all set there. I have been able to run the "Peripheral UART" Sample (github.com/.../main.c) and get it working with nRF Connect App, but when I tried to use the example code for my application, the Lefebure NTRIP app could not establish a connection to the nRF52840 even after I paired it with my phone. This app definitely works because I've tested it with another setup which also included using Bluetooth. What should I do?
Thanks!