ESPNOW master/slave chage slave/master
-
Hello friends, I have a query, I want to make a network with multiple esp32. Basically it would be like this:
MASTER1---send data to slave1--> SLAVE1 (receive data from master1)
(SLAVE1 becomes master and sends the information to slave2)
SLAVE1---send data to slave2--> SLAVE2 (receive data from slave2)And so on...
Is it possible to convert a slave into a master so that it sends the information to the next one?
Greetings and thank you
Fran -
@frangimeno2000 Yes.
ESPNOW easily runs in Peer-to-Peer mode, so there is no need for master/slave or server/client configuration.
I put up an example on GitHub:
https://github.com/teastainGit/ESP_NOWpeer2peer -
Hello @frangimeno2000
You can see the case of ESO-NOW below.
RANDOM NEAD TUTORIALS: ESO-NOW
https://randomnerdtutorials.com/?s=ESP-NOW -
Ok friends I already have it, I had not seen these manuals. Thank you
-
@frangimeno2000 Can you share the solution with me? I'm also looking to solve this problem
-
...