Hello,
is there a softdevice for the nRF52 which supports the proprietary wireless protocoll of the radio nRF24L01+? I only find ones which supports Bluetooth 4.0 and ANT.
Thanks in advance,
Florian
Hello,
is there a softdevice for the nRF52 which supports the proprietary wireless protocoll of the radio nRF24L01+? I only find ones which supports Bluetooth 4.0 and ANT.
Thanks in advance,
Florian
Hi,
There is no Softdevice for proprietary protocols. The word Softdevice is a name we have applied to the official BLE and ANT protocol stacks that we provide. A proprietary protocol is a protocol you have written yourself, or for example a protocol Nordic has invented like the Enhanced Shockburst protocol (ESB). ESB might be what your are looking for as it is a proprietary protocol that you can run on the legacy nRF24 chips as well as on nRF51 and nRF52.
If you want it is also possible to run a proprietary protocol concurrently with our Softdevice.