Skip to content

A golang program to run a BME280 sensor (temp/pressure/humidity) on a Pi Zero2 with a ssd1306 screen

License

Notifications You must be signed in to change notification settings

SotoDucani/go-pi-tempsensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-pi-tempsensor

This is a Go project that utilizes:

  • Raspberry Pi Zero 2 W
  • Adafruit BME280 Environmental sensor
  • Adafruit 128x32 PiOLED display

These can come together to create a small form-factor device that can monitor environmental data (temperature, humidity, and pressure), display it on a screen, and connect to a wireless network for management as well as presenting the data via prometheus metrics.

This is my first project actually building something from scratch with a Pi, and is more a learning experience than a guide or instructions.

Details on the hardware and wiring everything together is in the docs folder.

About

A golang program to run a BME280 sensor (temp/pressure/humidity) on a Pi Zero2 with a ssd1306 screen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages