Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikespook/tinyproofbox
Arduino based sourdough proof box with LCD display
https://github.com/mikespook/tinyproofbox
Last synced: 14 days ago
JSON representation
Arduino based sourdough proof box with LCD display
- Host: GitHub
- URL: https://github.com/mikespook/tinyproofbox
- Owner: mikespook
- License: gpl-3.0
- Created: 2021-05-18T07:36:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T08:28:07.000Z (4 months ago)
- Last Synced: 2024-06-27T09:49:35.835Z (4 months ago)
- Language: C++
- Size: 5.76 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TinyProofBox
An Arduino Nano based, (TODO: TinyGo implemented) sourdough proof box with LCD display
# Tools
[FreeCAD][freecad]
[KiCAD][kicad]
[Arduino IDE][ide]
TODO: [TinyGo][tinygo]# Parts
[Arduino Nano][nano]
[DHT11][dht11] sensor
[LCD1602][lcd1602] with I2C adaptor
2 channel relay module
12V 40W Heater (diameter: 6mm, length: 20mm)
12V 4010 cooling fan
Heat sink (length: 36mm, height: 36mm, width: 35)
Prototype board (length: 70mm, width: 50mm)[freecad]: https://www.freecadweb.org
[kicad]: https://www.kicad.org
[tinygo]: https://tinygo.org
[dht11]: https://create.arduino.cc/projecthub/search?q=DHT11
[lcd1602]: https://create.arduino.cc/projecthub/search?q=lcd1602+i2c
[nano]: https://www.arduino.cc/en/pmwiki.php?n=Main/ArduinoBoardNano
[ide]: https://www.arduino.cc/en/software