Skip to content

This project features multiple ds18b20 temperature sensors, all on a one wire bus. All sensors are identified by their unique serial number, accompanied by their sensor value. This data is sent to a web server, posted as JSON on a webpage.

License

JesseDavids/multiple-ds18b20-arduino

Repository files navigation

MULTIPLE DS18B20 SENSORS ON A ONE-WIRE BUS

created by Jesse Davids.

This project features multiple ds18b20 temperature sensors, all on a one wire bus. All sensors are identified by their unique serial number, accompanied by their sensor value. This data is sent to a web server, posted as JSON on a webpage. You can retrieve the data sent to the webpage into your network management software, graph it out and boom. Done.

What you need to consider

  • This repo supports only the DS18B20, other sensors have not yet been tested. You can feel free to do so.
  • You will need a pull-up resistor, i used a 5K ohm resistor.
  • Alter code to use up to 18 sensors.

Sensor modification

1. We took old telephone cable and soldered it onto the sensor. On the other end of the cable we added a RJ45 connector.

title

  1. Took a piece of patch panel apart and connected it in-line with the RJ45 connector of the sensor.

title

title

title

  1. Added everything into a housing after testing.

What the output should look like

title

About

This project features multiple ds18b20 temperature sensors, all on a one wire bus. All sensors are identified by their unique serial number, accompanied by their sensor value. This data is sent to a web server, posted as JSON on a webpage.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages