Hi,
We have a product composes of a central and a peripheral which uses Nrf52840 as their MCU and communicate with each other via BLE. The peripheral will send some data and transfer audio captured by microphone to the central in real time. Currently they work perfectly.
Now I wanna implement long range mode to improve the distance performance.
However, modifying the firmware of the central and wearable for the implementation of the long range mode, I did the range test by comparing the two sets of the product(one is current version, the other one is of updated firmware), it seems that there is no distance improvement....
(By the way, the approach I conduct the range test is : I let the central and peripheral works, fixing the position of the central, and then move the peripheral away from the central, until the bluetooth connection is disconnected between the two)
Here I attach the codes of which I modified for long range mode, could you help me to check if there is something I miss? Or there is some other causes can explain this?
(Peripheral)
(Central)