Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 923 Bytes

Readme.md

File metadata and controls

39 lines (20 loc) · 923 Bytes

Sauna control

This is a control board for the sauna equipment. It includes thermostat and recycling motor control.

Result view

Front side assembly Back side assembly
Assembly drawing Assembly drawing

Get sources

git clone https://github.com/specadmin/sauna-control
cd sauna-control
git submodule update --init

Compile

make

Make sure you have avr-gcc and avr-libc installed before running this command.

Upload

make install

This command uses avrdude for uploading the firmware. See Makefile for details.

Code modification

Use Code::Blocks or any other IDE for code modification.