This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Serial communication with nRF52832

Hi!

I just bought a BLE Nano board featuring nRF52832 chip. I am using it with Arduino IDE, controlling some servos and motors onboard my autonomous device. I would like to communicate with it by bluetooth serial channel. Though all samples that I found kinda won't do what I want. The only thing that I got working "properly" was a fake hear rate monitor working with nRF Toolbox.

Is it there a sample code which would allow me to pair nRF52832 to android or PC as a UART device so I could use serial stream to send commands and receive a status data from my device?

Thanks.

Related