I would like to make two ESP8266 talk to each other using AT commands.
ESP 1 receives data using serial from Atmega8 and sends them to ESP 2 which is connected to STM32 via serial too. ESP 2 also receives from STM32 via serial. all the data from STM32 and ESP 1 will be sent to PC via ESP 2.
How can I achieve this?
So far, I have manged to send data from STM32 ==> ESP 1 ==> PC via UDP. but I can't receive data from ESP 2.
Kindly assist me.