Hi everyone,
We are in a critical situation. Our devices only can communicate properly within 3 feet. More than that they can't communicate.
我用DA14580 and 5.0.4 SDK
How to increase the range using software settings?can we do withtransmit power & receiver sensitivity?
How to increase the transmit power (more than 0dBm ex +1dBm,+3dBm)
How to change the receiver sensitivity?
As of now, I'm using a ble_peripheral example.
Regards,
Harish
Device:
Hi HarishKumar,
According to DA14580 datasheet :
This means that the DA14580 does not have configurable transmit output power.
If you are starting a new design, we would strongly recommend moving to DA14531 or DA14585/586 and our latest SDK6.0.14, as it is much more improved. We have a lot of code examples and improved documentation, and there is also software roadmap support. There is not any software roadmap support for DA14580 product family and SDK5.
Additionally, according to DA14531 datasheet, the DA14531 is capable of Programmable transmit output power from
Please check out the DA14531:
//www.wsdof.com/products/connectivity/bluetooth-low-energy/products/da14531
If you are unable to move into DA14531, you could have an approach like the “Range Extender” reference application design:
//www.wsdof.com/products/connectivity/bluetooth-low-energy/smartbond-reference-designs/range-extender
Thanks, PM_Dialog