kiln_controller/firmware
James Gao e873ee7601 update defaults to be in the right direction 2014-11-29 22:24:59 -08:00
..
controller Software now supports breakout board 2014-11-29 09:04:33 -08:00
controller_soft update defaults to be in the right direction 2014-11-29 22:24:59 -08:00
README.md Add preliminary arduino firmware code 2014-11-27 08:44:37 -08:00

README.md

Firmware

The kiln controller circuit communicates with the raspberry pi using an I2C bus. This allows multiple connectors to be stacked to enable more controllers and feedback circuits.

Communication protocol

| Register | Input | Meaning |

| ord('I') | True/False | Toggle ignition | | ord('M') | integer | Move motor | | ord('F') | None | Show flame status |