Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronnewcomb committed Apr 27, 2018
1 parent 40daa1a commit 17a2ba6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# simple_espnow_esp8266
A simple example of using esp-now protocol between two ESP8266 boards (not ESP32)

You will need to run the slave.ino file first and check the serial monitor to get the MAC address. Update the line in the master.ino file with that MAC address in order for the two ESPs to communicate.

I found that esp-now is not very reliable on the ESP8266, so the master.ino script checks for a successful transmission and retries every 100 milliseconds until it gets a success. After 10 seconds, it tries again.

0 comments on commit 17a2ba6

Please sign in to comment.