What is the maximum value of RSSI parameter for nrf_gzll_device_tx_info_t structure?
I have done a test on RSSI parameter value return in nrf_gzll_device_tx_success callback function. The test was running 250Kbps transmission speed and +4dBm tx power. When tx_success callback function is called, it will convert it to decimal value (2's compliment method) and send current RSSI parameter value to PC through UART. RSSI parameter reading is around -50dBm when both host and device are next to each other. RSSI parameter reading decreasing as the distance increasing and it reach -76dBm at a certain distance but the RSSI parameter reading is always -76dBm beyond the distance even transmission success rate is 90% above. -76dBm is the maximum value of RSSI parameter? Or 2's compliment conversion is a wrong way to convert RSSI parameter?
Based on datasheet, Gazell Rx sensitivity is around -90dBm when using 250Kbps transmission speed.
- It had converted decimal value to ASCII value before send to PC.