Hi
Befor I used nRF51822 to transmit a packet per 5ms, payload length is 12. I can received 200 packets/s, Initialization settings are as follows
- Device : nRF51822 Gazell Device
- Host : nRF24Lxx Gazell Host
- Softdevice : s110_nrf51822_7.1.0
- library : gzll_arm.lib
But when I used nRF52832 to transmit a packet per 5ms, payload length is 12,I only received 32 packets/s. The same initialization settings with nRF51822.
- Device : nRF52832 Gazell Device
- Host : nRF24Lxx Gazell Host
- SoftDevice : s132_nrf52_3.0.0(SDK12.0.0)
- library : gzll_nrf52_sd_resources_arm.lib
Why I only received 32 packets/s ? Please help.