-->
Page 1 of 1

Collect Data TO PC using ESP8266

PostPosted: Fri Apr 22, 2016 2:41 am
by Vishnu
Dear Team,

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

Re: Collect Data TO PC using ESP8266

PostPosted: Wed Apr 27, 2016 11:28 am
by Vishnu
HI,
Any Suggestion?

Re: Collect Data TO PC using ESP8266

PostPosted: Sun May 22, 2016 4:18 am
by CARPP
Why do you use the STM32? The ESP8266 also has a UART module. I have a similiar project in my pipeline where i want to use only the ESP8266 to read analog values and send them to a webpage via HTTP post.

You could send data from the ESP8266 directly to your PC if they are in the same WiFi network. I think websockets would be a option but i haven't done that before.