Bluetooth Audio over Long Distance 900m with (2.4 GHz Nrf24l01 E01-ML01DP5 Ebyte) #1472
-
Hey there, I'm trying to make a long-distance audio streaming solution for my missing music problem. The planned data flow: I've tried a lot of code and examples from this repo, but nothing works... Any suggestions? esp32: ESP-WROOM-32 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I guess your bottleneck is the RF24l01. Finally you can create a test sketch to confirm your max sample rate and you can experiment with different codecs. and last but not least consider the advice from the Wiki |
Beta Was this translation helpful? Give feedback.
I guess your bottleneck is the RF24l01.
As a starting point, try to measure what thruput you get.
With that you can calculate the max sample rate for stereo 16 bit data that you can use to transmit: It will be much less then your 44100 that you get from your A2DP!
Finally you can create a test sketch to confirm your max sample rate and you can experiment with different codecs.
and last but not least consider the advice from the Wiki