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

Sending ADC data over multilink BLE NRF52832

I am working with NRF52832 and S132. I have successfully captured signals with the ADC (with RTC events at a frequency of 500Hz) and synchronized them using this beacon/scanner protocol:

https://devzone.nordicsemi.com/b/blog/posts/wireless-timer-synchronization-among-nrf5-devices

I have 3 boards. One acts as a synchronizing beacon that broadcasts its timer values and two peripheral devices that update their own timer values to match the beacon. These two are capturing the same signal and saving data to my computer through UART. However, I need my two peripheral devices to either send that signal data back to my beacon or forward to another device. I am quite new to BLE, and was wondering what is the best way to do this.

I tried implementing NUS between the devices to no avail. The peripherals are able to connect to a NUS central but unable to relay data.

Is what I'm trying to do even possible? Can I continue to synchronize my signals using beacon/scanner and at the same time transmit data as master/slave or client/server?

Thank you in advance for your time and patience.

Parents Reply Children
Related