Brewery-Controller/temp_controller/README.md
Chris Giacofei 5d876b035b Add dir and ino file for temp controllers.
Included basic working example to setup ethernet
and get an IP address using DHCP.
2022-01-17 17:27:09 -05:00

14 lines
363 B
Markdown

# Temperature Control
Enables basic thermostat control for fermentation, kegerator, etc.
## Requirements
Arduino Nano (clone) with ethernet shield.
For programing the board:
- Board : Arduino Nano
- Processor : ATmega328P
- Port : /dev/ttyUSB0
This board/shield combo works with the [EthernetENC](https://github.com/jandrassy/EthernetENC/wiki) library.