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.

Parents
  • Do you mean pc <--uart--> BLE nano? The sample code from the ..\nRF5_SDK_12.2.0_f012efa\examples\peripheral\uart folder should be a good starting point for your experiment.

    Or do you mean pc with BLE support <--BLE--> BLE nano? Then you mean want to look at the sample code in the ..\nRF5_SDK_12.2.0_f012efa\examples\ble_peripheral\ble_app_uart folder.

Reply
  • Do you mean pc <--uart--> BLE nano? The sample code from the ..\nRF5_SDK_12.2.0_f012efa\examples\peripheral\uart folder should be a good starting point for your experiment.

    Or do you mean pc with BLE support <--BLE--> BLE nano? Then you mean want to look at the sample code in the ..\nRF5_SDK_12.2.0_f012efa\examples\ble_peripheral\ble_app_uart folder.

Children
No Data
Related