I tried to make CSMA/CA perform on nrf52832 but the SDK example didn't have Energy detection (ED) and CCA sample
How to configuration Energy detection (ED) and CCA ?
If anyone have an example ,Please send it to me([email protected])?
Best regards
mf
I tried to make CSMA/CA perform on nrf52832 but the SDK example didn't have Energy detection (ED) and CCA sample
How to configuration Energy detection (ED) and CCA ?
If anyone have an example ,Please send it to me([email protected])?
Best regards
mf
Hi,
There are no such examples in the SDK. The only thing you have which could maybe be used for this is the QoS channel survey feature. You can refer to this unofficial example.
Thanks ,is it (QoS channel survey feature) need the ble stack or softdevice ?
I want to use the raw tx/rx radio (nRF5_SDK_15.0.0\examples\peripheral\radio),so I need to know how to configure the ED
Best regards
MF
Hi,
Ah, I made the assumption that you were using BLE. On the nRF52832 the only option is to use RSSI information. You can refer to the RADIO documentation for details and refer to this post for how to use it directly without the eBLE stack.
Hi,
Ah, I made the assumption that you were using BLE. On the nRF52832 the only option is to use RSSI information. You can refer to the RADIO documentation for details and refer to this post for how to use it directly without the eBLE stack.