Skip to content

An Arduino and DS18X20 based temperature sensor network with python REST API

Notifications You must be signed in to change notification settings

sylvainf/ardutemp

Repository files navigation

Ardutemp project

An Arduino and DS18X20 based temperature sensor network with python REST API

The Arduino firmware is based on the Dallas Temperature Library https://milesburton.com/Dallas_Temperature_Control_Library

The hardware

Installation of the python based REST server

  • check your permission to access serial devices (typically add the user to dialout group)
  • install python modules pip install flask datetime functools serial
  • delete the example sensors.conf file
  • start rest_server.py

Usage

About

An Arduino and DS18X20 based temperature sensor network with python REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages