Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 868 Bytes

espnow.rst

File metadata and controls

30 lines (20 loc) · 868 Bytes

ESP-NOW

ESP-NOW is a fast, connectionless communication technology featuring a short packet transmission. ESP-NOW is ideal for smart lights, remote control devices, sensors and other applications.

Note

This is a work in progress project and this section is still missing. If you want to contribute, please see the Contributions Guide.

Examples

ESP-NOW Master

.. literalinclude:: ../../../libraries/ESP32/examples/ESPNow/ESPNow_Basic_Master/ESPNow_Basic_Master.ino
    :language: arduino

ESP-NOW Slave

.. literalinclude:: ../../../libraries/ESP32/examples/ESPNow/ESPNow_Basic_Slave/ESPNow_Basic_Slave.ino
    :language: arduino

Resources