Hi!
I'm using Nordic NRF5340 DK and BL5340PA DVK.(Laird Connectivity BL5340PA Development Kit, https://github.com/LairdCP/bl5340pa_manifest)
- Laird Connectivity BL5340PA Development Kit
- nRF5340 DK (https://www.nordicsemi.com/Products/Development-hardware/nrf5340-dk/getstarted)
How my firmware works.
It sends 6400 bytes of data every 100ms over BLE for 10-30sec.
It sends 6400 bytes of data every 100ms over BLE for 10-30sec.
I tested the same code on different boards and got the following results in speed and quality:
- larid dk, 500kbps, on the distance about 0.5m-1m we have unstable quality and data doesn’t pass through a person.
- nordic dk, 500kbps, on the distance about 5m we steel have good quality and person isn’t a hindrance to data.
So I'm stuck at this stage, what is the reason for such poor quality of BL5340PA.
I also attached the configuration files of my project for each board, also CMakeLists.txt (for bl5340pa, as example) (config_dk.rar).
Could you please help me to figure it out?
I also attached the configuration files of my project for each board, also CMakeLists.txt (for bl5340pa, as example) (config_dk.rar).
Could you please help me to figure it out?
--