Page 1 of 1
ESP32S2
Posted: Wed Dec 30, 2020 2:51 pm
by vishalkwaghmare
Hi Guys,
Kindly suggest me some way so that I can proceed further.
My agenda is, I have to connect ESP32S2 and with WiFi and UART. And would be able to send the data through WiFi to the PC and vice-versa also.
Any suggestions?
Best Regards
Vishal
Re: ESP32S2
Posted: Thu Dec 31, 2020 9:52 pm
by Miraculix
Yes, that works. It's pretty much the same as other ESP32.
What's the problem?
You could install a webserver on your PC for that.
Re: ESP32S2
Posted: Fri Jan 01, 2021 7:28 am
by vishalkwaghmare
Hi Sir,
Thank you for your response.
To be frank, actually, I'm new first time working on ESP32S2, and that's why not find a way to proceed.
Could you please suggest a way to proceed or code links from git?
Thanks in advance!
Best regards
Vishal
Re: ESP32S2
Posted: Fri Jan 01, 2021 9:58 am
by Miraculix
There is no specific ESP32-S2 way to do it. It's the same way as on the ESP-12/ESP8266 or other ESP32. You could do something like this
https://robotzero.one/posting-data-server-esp32/
Though some libraries are slightly different compared with the ESP8266 libraries.
Re: ESP32S2
Posted: Fri Jan 01, 2021 12:13 pm
by bobolink
A google search turned up this 90+ projects summary.
I haven’t verified everything but I think they have a good reputation.
https://randomnerdtutorials.com/projects-esp32/
Re: ESP32S2
Posted: Tue Jan 05, 2021 4:09 pm
by ESP_Minatel
Hi,
You can try the TCP socket example and run the client on your ESP32 and the server on your PC.
TCP Socket Client
Modify this project according to your needs!