1
1
Fork 0
 
Go to file
Alina Marquardt ee34951ca6 updated and added README with images 2023-04-05 16:09:21 +02:00
images updated and added README with images 2023-04-05 16:09:21 +02:00
.gitignore updated and added README with images 2023-04-05 16:09:21 +02:00
.micropythonrc initial commit 2023-04-04 21:35:00 +02:00
ConnectWiFi.py updated and added README with images 2023-04-05 16:09:21 +02:00
README.md updated and added README with images 2023-04-05 16:09:21 +02:00
main.py updated and added README with images 2023-04-05 16:09:21 +02:00
ssd1306.py initial commit 2023-04-04 21:35:00 +02:00

README.md

ESP8266 Thermometer with OLED display

thermometer

Hardware

  • ESP-12F, WiFi Module Based on ESP8266 (preferrably with breakout board)
  • SSD1306 128 x 64 Dot Matrix OLED with Controller
  • DS1820 parasitic power 1-Wire temperature sensor

Features

  • Connects to Wifi
  • Gets outside temperature via openweathermap
  • Gets inside temperature via DS1820 temperature sensor
  • Plots both temperatures against each other
  • Handles Wifi and service outages gracefully
  • Handles possible collisions of temperature labels

Images

ESP breakout board display module plot outage