Inhaltsverzeichnis

Reflow Ofen

Hardware

Anpassung des Ventilators an den Ofen

Innenansicht mit Ventilator

Software

Die Software bekommt ihr hier

Firmware

Deps

Zum bauen der Firmware braucht Ihr cmake, die arduino core libs und avr toolchain.

ubuntu

sudo apt-get install cmake gcc-avr avr-libc openjdk-6-jre

gentoo

emerge cmake =dev-java/sun-jdk:1.6
USE="multilib cxx" crossdev -S -s4 --target avr -v

Installation

cd <dirname>
mkdir build
cd build
cmake ..
make
make reflowctl_upload

Bedienung

GUI

Gui Entwurf

Features

Deps

Für die Gui braucht Ihr folgende deps: matplotlib, PyQt4, numpy, …

ubuntu

sudo apt-get install python-qt4 python-matplotlib

gentoo

sudo emerge PyQt4 matplotlib

Installation

cd <dirname>
python setup.py install
reflowctl_gui

Bedienung