Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/educ8s/Seeeduino-Xiao-Temperature-Monitor-with-OLED-display
This is a simple temperature monitor using the Seeeduino Xiao board. It uses an SSD1306 OLED display and a DS18B20 temperature sensor
https://github.com/educ8s/Seeeduino-Xiao-Temperature-Monitor-with-OLED-display
Last synced: about 16 hours ago
JSON representation
This is a simple temperature monitor using the Seeeduino Xiao board. It uses an SSD1306 OLED display and a DS18B20 temperature sensor
- Host: GitHub
- URL: https://github.com/educ8s/Seeeduino-Xiao-Temperature-Monitor-with-OLED-display
- Owner: educ8s
- Created: 2020-09-30T15:30:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T15:38:48.000Z (about 4 years ago)
- Last Synced: 2024-08-03T13:14:07.669Z (3 months ago)
- Language: C++
- Homepage:
- Size: 463 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Seeeduino-Xiao (Arduino Compatible)-Temperature-Monitor-with-OLED-display
This is a simple temperature monitor using the Seeeduino Xiao, an Arduino Compatible board. It uses an SSD1306 OLED display and a DS18B20 temperature sensor.
🎥 [Watch the video on YouTube](https://www.youtube.com/watch?v=6PhkWQM3U6Q)
# Parts Needed
🛒 Arduino Xiao: http://educ8s.tv/part/xiao🛒 SSD1306 OLED: http://educ8s.tv/part/OLED096
🛒 DS18B20 Temperature Sensor: http://educ8s.tv/part/DS18B20
🛒 Breadboard: http://educ8s.tv/part/SmallBreadboard
🛒 Wires: http://educ8s.tv/part/Wires
💖 Full disclosure: All of the links above are affiliate links. I get a small percentage of each sale they generate. Thank you for your support!
# Schematic Diagram
# Credits & Thanks
- Kudos to [Adafruit Industries](https://github.com/adafruit) for being the creator of the display libraries without which this project would not exist.