Hi there~~ I'm trying to create a voice streaming application with the Mesh and the Nordic Thingy:52 I downloaded both the nRF5 SDK 14.2 & Mesk v1.0 to test the Mesh's light_switch example. Later on my custom PCB, I'm about to use the nRF52832 MCU, I2S speakers and microphone.
The blog (showing the radio streaming example), was great! Plus, the webpage introduces that the Thingy is capable of microphone streaming. Suppose I have 5 nodes. 1 node is for receiving the microphone input. Other 4 nodes are used to hear the voice when a microphone input is used.
I'm worried about these; is the Bluetooth Mesh fast enough to stream voice to other nodes? Also, are there audio file handling (MP3, WAV, OGG, etc) support available from Nordic? The Helix MP3 decoder library looks nice, but it looked quite challenging to port it on the nRF52 series.
As always, thanks for your time~~~