Introduction: Test Web Server ESP8266 + Arduino + DS18B20 (OneWire)

About: Share - Learn - Makers. Projects, Articles, #automation, #PLC, #Arduino, #IoT and More PDAControl

In this test the ESP8266 + Arduino Nano module is used, creating a mini web server that allow a browser to see the room temperature.

recommended for these cases as it is DS18B20 digital temperature sensor is used and does not require linearization as with the analog sensors.

More info:
Blog PDAControl English

Blog PDAControl Español

Step 1: Materials

1 Arduino

1 ESP8266

1 DS18B20 one wire

1 resistor 4.7k

the configuration

the ESP8266 module is configured in AP mode or access point and the second test is configured as station, which requires connection in my case even router that provides DHCP addresses.

Step 2: Testing...

the ESP8266 module in Ap mode provides an IP address to the client or browser,
atravez the arduino sends a socket for port 80 web browsing, HTML draws a simple web page in which prints the current temperature.

More info:
Blog PDAControl English

Blog PDAControl Español

Downloads

Code Github Jhon_Control

Recommended

Proyects