Home

Awesome

<!-- markdownlint-disable MD041 MD034 -->

Linux build Arduino CLI build PlatformIO build Pico SDK build Documentation Status

RF24Mesh

Mesh Networking for RF24Network

Introducing RF24Network & RF24Mesh v2.0 with some significant API changes, adding the use of C++ Templates in order to support a range of ESB enabled radios, most recently NRF52x radios.

Important Notes:

template<class radio_t>
class ESBNetwork;
  
template<class network_t, class radio_t>
class ESBMesh;

https://nRF24.github.io/RF24Mesh