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

Recommend best sample app to stream audio data between two nRF52832 (nRF52-DK boards)

I need to stream 2 audio channels between two nRF52832 chips.  I have two of the nRF52-DK boards and would like advice on which sample app might get me started in the right direction for streaming data.

THanks!

Parents Reply
  • Nordic have several reference design with audio/voice over BLE (Thingy:52 and Smart Remote 3). Smart Remote 3/Thingy does audio compression support using OPUS, BroadVoice and ADPCM. And since you control both sides of the link(nrf52832 both sides), you can get the maximum performance. BLE today have minimum latency at 7.5ms, and all packets must be delivered(you can't skip/ignore packets). If this is a problem(doesen't have to be), you could go away from BLE, and go for one of the Nordic proprietary protocols(Enhanced ShockBurst), so you dont have this limit(1ms latency, and you can skip packets).

Children
Related