0
how to make arduino mega + esp8266 webserver
i want make web server with arduino mega
2 Antworten
+ 2
you have to connect the esp8266 to the correct pins of arduino. (look if you need 5v or 3,3v)
on google you can find several examples with different IDE's and examples how it works. for example use arduino esp8266 as search Parameter
0
sensor : DHT11.. i just want to display "Temperature = sensor value" in web server using html..
i'm also use SD card for my project..