Skip to content
forked from espressif/esp-now

A connectionless Wi-Fi communication protocol

License

Notifications You must be signed in to change notification settings

zhfffff/esp-now

 
 

Repository files navigation

ESP-NOW Component

Component Registry

esp-now supports one-to-many and many-to-many device connection and control which can be used for the mass data transmission, like network config, firmware upgrade and debugging etc.

Example

You can create a project from this example by the following command:

idf.py create-project-from-example "espressif/esp-now^2.0.0:control"

You can create a project from this example by the following command:

idf.py create-project-from-example "espressif/esp-now^2.0.0:ota"

You can create a project from this example by the following command:

idf.py create-project-from-example "espressif/esp-now^2.0.0:provisioning"

You can create a project from this example by the following command:

idf.py create-project-from-example "espressif/esp-now^2.0.0:security"
  • examples/solution: The device based on the ESP-NOW solution can provision WiFi on initiator device through APP and then configure responders WiFi network, control lights on responder devices through button on initiator device, upgrade responder devices etc.

You can create a project from this example by the following command:

idf.py create-project-from-example "espressif/esp-now^2.0.0:solution"

You can create a project from this example by the following command:

idf.py create-project-from-example "espressif/esp-now^2.0.0:wireless_debug"

Note: For the examples downloaded by using this command, you need to comment out the override_path line in the main/idf_component.yml.

About

A connectionless Wi-Fi communication protocol

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.3%
  • CMake 0.7%