https://github.com/vovanr/arduino-thermometer-probe
Thermometer probe on Arduino
https://github.com/vovanr/arduino-thermometer-probe
Last synced: 2 months ago
JSON representation
Thermometer probe on Arduino
- Host: GitHub
- URL: https://github.com/vovanr/arduino-thermometer-probe
- Owner: VovanR
- License: mit
- Created: 2023-04-19T08:27:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-06T08:06:27.000Z (about 3 years ago)
- Last Synced: 2025-07-19T13:51:40.138Z (about 1 year ago)
- Language: C++
- Size: 429 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arduino-thermometer-probe
> Thermometer probe on Arduino
## Display

## Components
- Arduino Nano
- OLED display 128x32 px (0.91") SSD1306 I2C
- NTC Thermistor 10K ohm
- BME280 5V I2C
- Push button
- 2 Resistors 10K ohm
- Switcher
- USB connector
- Battery holder (for 4 AA batteries)
## Scheme

Inspired by:
- https://github.com/AlexGyver/Thermocontrol
- https://alexgyver.ru/thermocontrol/
Additional info:
- [Display libruary](https://learn.adafruit.com/adafruit-gfx-graphics-library/graphics-primitives)
- [Work with buttons](https://alexgyver.ru/lessons/arduino-buttons/)
- [Arduino Language Reference](https://www.arduino.cc/reference/)