Hi there. I am working on an application where i need to transfer audio signal from a microphone connected to the nRF52840 to a smartphone. Are there any working examples demonstrating this? Or is it totally impossible to do on this BLE module?
Hi there. I am working on an application where i need to transfer audio signal from a microphone connected to the nRF52840 to a smartphone. Are there any working examples demonstrating this? Or is it totally impossible to do on this BLE module?
The nRF52840 has both I2S — Inter-IC sound interface and PDM — Pulse density modulation interface peripherals.
Hi haakansh. Thanks for the reply. I already use the SoC with a microphone. That is not really the challenge. What i am seeking is information about transmitting audio signal from the microphone through BLE.
Not possible at 256kbps.
You will need a PA/LNA and the throughput will most likely be a fair bit lower.
Makes sense, are there any theoretical values for the range vs. thoughput?
No, not really. The main variable is your local RF environment, and that is difficult to estimate.
You really need to investigate yourself. The throughput example in the SDK is set up so that you can measure the throughput between two DKs.
I will give that a try, unfortunately i am prototyping on the Arduino Nano BLE 33 Sense at the moment, not sure if i can test the throughput on this board? I assume its running mbed under the hood?
Don't think the example supports any other board than the dev kits. But you need to get some dev kits anyways if you intend to develop and actual product.
Don't think the example supports any other board than the dev kits. But you need to get some dev kits anyways if you intend to develop and actual product.