I was wondering if I could use a ESP terminology where there will be a sensor or more connected to an ESP8266 on one side , and a microcontroller ( ARM ) connected to an ESP8266 on the other side...Is it possible for these sensors to give their readings to the microcontroller through the ESP network?
And if it's possible ,... how can I differentiate between the info. coming from multiple sensors in the serial ( e.g UART ) link between the ESP8266 and the microcontroller ?
Thanks in advance.