ESP32 Websocket problem

Hi. I'd like to send data from my smartphone to esp32 fairly quick and I chose the websocket technology. I created a website in Visual Studio, uploaded it to esp32 and unfortunetly it doesn't work properly so I figured out meybe i can send Websocket data from saved HTML page to esp32 via router. My problem is - I can't find any tutorials online. Everyone I find is about sending data from the webpage downloaded to browser from esp32. Could someone send me a link to similar project I could edit for my purpouse?

https://www.youtube.com/watch?v=ZJnXKD0LqDo&t=494s&ab_channel=MoThunderz

1 Like

thanks for the replay. it's one of many great tutorials where unfortunately the webpage is broadcasted from esp32 not opened locally.
however recently i fixed the problem with loading the webpage from esp32 so I'll probably stick to that. it will be easier. i should close this thread

What do you mean "not opened locally"

well. he opens the webpage directly with his browser on the computer only to debug. finished product runs from esp32 then through router and finally on the computer. I'm facinated by the idea of opening webpage file on the computer and with use of it send data to esp32

I guess i am having trouble understanding what you want to do if that video is not what you want to do.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.