Skip to content

pokebadgerswithspoon/rpi-therm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpi-therm

Raspbery PI based Thremometer based on DS18B20 chip:

  • local network web server running on the PI
  • postage to internet
  • internet app

Screenshot

Demo

Repository contains:

  • soldering guide, wire pins of raspberry pi to thermometer and resistor
  • a set of scripts to turn raspberry PI into thermometer
  • local web server running the PI to show temperature
  • application for internet to collect metrics and display temeterure on a public web site

Shopping list

  • Raspberry PI with wifi, i.e. Raspberry PI Zero W
  • DS18B20 thermometer waterproof implementation
  • Resistor

See more: shopping list

HOWTO

Developement

Prerequsites

  • sh compatible shell, linux machine or gitbash at least
  • ansible
  • IDE like vscode
  • jdk 17
  • helm
  • kubectl

Acknowledgments