multiple-ds18b20-websocket
This is an example of using a websocket server by connecting several ds18b20 temperature sensors to the wemos d1 r1 board! The dallas temperature library and the arduinoWebSockets library are required.
Below is a video of the final result! Sorry, it's in Korean!
- Multiple ds18b20 sensors can be used with one digital pin on the ESP8266 board!
- We need to find out the address to identify the sensor!
- "finding-address.ino" is an example to check the address of the sensor!
- "multiple-ds18b20-mqtt.ino" is an example of checking the measured values of several temperature sensors with a smartphone!