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

How to bluetooth communication SAADC data from peripheral to central module?

Hello, 

I'm a beginner in NRF52832 module.

I want to test saadc + bluetooth communication.

So, I searched 

https://github.com/NordicPlayground/nRF52-ADC-examples

this example and tested with my PC. It works well.

However, when I am trying to communicate with other BLE module(nrf52832 breakout board), 

I don't know why the data is not checked other module..

1) DK board test environment

nrf52832 DK board ---UART--- PC (saadc data from UART) : used code https://github.com/NordicPlayground/nRF52-ADC-examples

2) breakout board test environment

nrf52832 breakout board ---UART---PC (saadc data from UART)

: I don't know why the UART is not working in breakout board while using same code.

: Program download is checked using LED.

3) board-board test environment

nrf52832 breakout board(slave) - nrf52832 breakout board(master) ---UART--- PC

                  saadc data                       saadc data from slave to PC

I want to 3) environment test. And I am using ble_app_uart_c SDK version17.0.0 for master breakout board.

(slave board using github nrf52-ADC-examples).

The breakout board program is downloaded using nrf52DK (debugging mode).

I am really beginner for NRF52, and not sure my thinking is right..

Help, if someone tested a similar environment, or point out please if something wrong.

Thank you for read this question.

Have a good day.

Related