my webpage from arduino wants to send a text data to 8266wifi. what configuration I should make in 8266 sketch to receive it.
thanks
Your topic has been moved to a more suitable location on the forum. Installation and Troubleshooting is not for advice on (nor for problems with) your project.
have a look at esp8266-nodemcu-web-server-sent-events - is it what you require?
This method needs a ping from the client side to offload its readings. My system is based on html form inputs which will be continuous and needs to be pushed when there is a pause.
something like esp32-esp8266-input-data-html-form
Yes. Thank you. I only need the first input. Instead of me typing the input it has to be copied from the webpage form can I get it to be sent directly or pinged and received by the 8266? This will complete the process. Right now I am copying the text from the webpage and pasting it in the input and submitting it for it to send. I would like to automate the process. Thanks for your inputs.
sounds like rather than running a web server on the ESP you need to run a web client
it connects to your server on PC to open the form and download the data?
try a web search for ESP HTTP client , e.g. ESP HTTP client
or can you use HTTP GET
I tried using HTTP GET it didn't work out
Good evening
I think esp8266 webserver will work as AP
How large the Html code inside the server could be or else can I access the webpage hosted in a external server
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.