v1.0
Initial release of nrf_to_nrf library for nrf52840 to nrf24l01 communication
Known limitations:
- Static Payloads not working, users required to use dynamic payloads (call
enableDynamicPayloads()
function)
Info:
- Compatible with RF24 communication stack - RF24Network, RF24Mesh, RF24Ethernet
- Uses RF24 library API: see https://github.com/nRF24