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

Quickest path to BLE data exchange...

Hi,

Given the too many examples in the nRF5 SDK that are provided to implement BLE and the unclear documentation on how to best proceed, what would you say is the quickest path to begin development of a bidirectional data transmission in a BLE embedded device? I am seeking to transmit small chunks of proprietary data (maybe 100 bytes/sec) from an embedded device and have it received by another embedded device in close proximity then send the data from the second embedded device on to an iPhone also very close by. I need bidirectional data from iPhone to second device to first device as well, so a two way data stream. Make sense?

I am using v16 (latest I believe) of the nRF5 SDK on an nRF52832.

Thanks,

Kevin

Parents Reply Children
  • Thanks Darren. Actually Device 1 will transmit data to Device 2. Device 2 will receive Device 1's data and do some calculations and transmit to the iPhone. However we need bidirectional data channels open between all devices, ideally. So Device 1 will Tx and Rx to 2 and Device 2 will Tx and Rx to Device 1. And Device 2 will also Tx and Rx to the iPhone. In this situation, what would you say are good starting projects for Device 1 and Device 2?

Related