Skip to content

Latest commit

 

History

History
55 lines (27 loc) · 1.54 KB

README.md

File metadata and controls

55 lines (27 loc) · 1.54 KB

pidtoolboxduino

General purpose pid, with several types outputs, autotuning, and Dallas One Wire sensors Input.

Compiled with arduino 1.6.4

/ino contains the arduino schetch

/libraries contains any libraries

LiquidCrystal: http://github.com/adafruit/LiquidCrystal

MenuBackend: https://github.com/WiringProject/Wiring/tree/master/framework/libraries/MenuBackend

OneWire: https://github.com/adafruit/MAX31850_OneWire/

DallasTemperature: https://github.com/adafruit/MAX31850_DallasTemp/

PID_AutoTune_v0: https://github.com/br3ttb/Arduino-PID-AutoTune-Library

PID_v1: https://github.com/br3ttb/Arduino-PID-Library

Timer: https://github.com/JChristensen/Timer

Thumbjoystic: https://github.com/jarossi/ThumbJoystick

Hardware:

Arduino Mega, currently using simil: http://wiki.iteadstudio.com/Iteaduino_MEGA_2560

Sensor Shield (Optional): http://www.emartee.com/product/42260/Newest%20Multifunctional%20Sensor%20Shield%20Module%20V7.0

LCD 20x40

LCD I2C backpack: http://www.adafruit.com/products/292

Thumb joystick: http://www.adafruit.com/products/512

Thermocouple Amplifier with 1-Wire Breakout Board - MAX31850K: http://www.adafruit.com/products/1727

DS18B20

AC Dimmer: https://www.tindie.com/products/thewp122/ac-60hz50hz-phase-controller-dimmer-board-arduino-compatible-2/

SSR

Relay: https://nicegear.co.nz/components/relay-spdt-sealed-20a/

LICENSES:

ino is under LGPL 2.0 license.

Schematics are under Creative Commons non-comercial license, any derived PCBs designs will be likelly under the same license. This may change in the future.