/SimpleEspNowConnection

An ESP8266 and ESP32 library which supports server and client EspNow communication

Primary LanguageC++MIT LicenseMIT

EspNow Library for communication and device pairing

This library provides ESPNow communication with pairing functionality. It does not use the inbuild pairing functionality provided by the ESPNow interface.

Example

The library comes with a number of example sketches. See File > Examples > SimpleEspNowConnection within the Arduino application.

Limitation

  • Encryption/Decryption of payload is not implemented yet.

Features

  • 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.

Licence

This code is released under the MIT License.