Giter VIP home page Giter VIP logo

temperatures's Introduction

temperatures

Summary

A small personal project bringing together some hype components. The initial goal was to build the cheapest wifi connected thermometer.

The temperature is collected from a DS1820 by an ESP-01. The data is then sent by wifi to a raspberry pi relay (which I already owned and was used as a print server). The raspberry send the datas collected from all the sensors to a influxdb/grafana instance.

Project diagram

Raspberry code

The raspberry code is based on a Flask microservice which relays the data to the configured influxdb server. The microservice lifecycle is managed with Supervisord

ESP8266 code

The ESP8266 code brings together the onewire protocol to read data from the DS1820 and the ESP8266WiFi code to send a HTTP request. My ESP-01 is powered from 2 AA batteries, and customized according like this to lower power consumption.

BOM

  • ESP-01 - < 2$
  • DS1820 - < 1$
  • AAA Holder - < 1$
  • Resistors ( 1x 4.7k & 3x 2.2k) - < 1$

temperatures's People

Contributors

blaznyoght avatar dependabot[bot] avatar pyaillet avatar yipeng-wang avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.