I am new user to ESP8266. I am very much eager in Learning how things work using ESP.
I saw many Examples based on using AT commands for ESP. AS ESP acting as TCP Client, as TCP server, as Wifi Access point.
I am stuck now where I am using STM32 controller + ESP8266 for this project.
My problem is, I am collecting data from a device through UART and storing this in Buffer. Now I need to send these data through another UART to ESP. From ESP I need to get all these data to my PC using WIFI.
Can anyone please suggest how to start with? Or is there any sample project on this? Any data sheet available?
Regards,
Vishnu