I'll check it out. I would like it to work this way in the pair of ESP-8266 (let's say ESP-1 and ESP-2) at the end of my system:
- Via ESP-NOW, ESP-1 receives the data collected throughout the other circuits.
- Create and set my
variableto be sent (a JSON Object, if I'm not mistaken). - "Serialize" my
variable. - Send it to ESP-2 through TX pin.
- "Deserialize" my
variable. - Upload the data via Wi-Fi.