This library provides ESPNow communication with pairing functionality. It does not use the inbuild pairing functionality provided by the ESPNow interface.
The library comes with a number of example sketches. See File > Examples > SimpleEspNowConnection within the Arduino application.
- Encryption/Decryption of payload is not implemented yet.
- In theory, infinite number of clients can be used to communicate with one server
- Maximum number of bytes per message can extend EspNow linitation of 250 bytes.
This code is released under the MIT License.