Search found 1 match

by WoutS
Sun Jul 11, 2021 7:26 pm
Forum: ESP32 boards
Topic: ESP-Now support for ESP32 (and ESP8266)
Replies: 368
Views: 1619446

Re: ESP-Now support for ESP32 (and ESP8266)

Hi, I am trying to make a two way communication system with one master and multiple slaves using ESP-Now and micropython. From a master I send messages to muliple slaves and wait for a response to react to again. I don't know when the response is sent and from which slave it will come. To my current...