|
5 years ago | |
---|---|---|
DigitalThermometer | 5 years ago | |
src | 5 years ago | |
.gitignore | 5 years ago | |
README.md | 5 years ago |
A simple digital thermometer with character LCD display, intended as an example project showing how to use AVR-lcdLib.
Note however, that this project is not yet complete, namely the pcb is not yet completed. See Issues and/or Roadmap for more details.
This project wouldn't be possible without the following great open source tools:
Code licensed under (GPLv3. Please see the LICENSE file for full details.
Currently, as mentioned above and in Issues, the PCB is not yet developed, though a circuit diagram is provided. It can be opened with kicad and is located within the 'DigitalThermometer' folder.
Currently, the pcb has not been completed, but the hardware design has been built on a breadboard and tested with the current code, which found both to be functioning.
Additionally, the firmware does not currently support having a button to toggle between displaying the temperature in Celsius or in Fahrenheit.