Coder Social home page Coder Social logo

splittorff / kiln-control Goto Github PK

View Code? Open in Web Editor NEW

This project forked from digitalproperties/kiln-control

0.0 1.0 0.0 24 KB

Arduino project for temperature using a K-type thermocouple, and a serial interface.

Arduino 36.29% Processing 8.86% C++ 54.85%

kiln-control's Introduction

Common Object Temperature Controller

Arduino project for temperature sense and control using a K-type thermocouple, and a serial interface.

Unit of measure used is farenheit.

The default setpoint is 1050*f.

Controls

This kiln controller accepts serial commands, which can be issued individually or in a chained string (let # represent a number from 0-9):

P#.## - P of PID, followed by a float

I#.## - I of PID, followed by a float

D#.## - D of PID, followed by a float

T### - Temperature, followed by an int

Example Commands:

P2 - sets P value to 2.00

P0.01D0.3T940 - sets P value to 0.01, D value to 0.3, and Temperature to 940*f

T1050 - sets the temperature setpoint to 1050*f

Hardware

  • Max6675 with breakout
  • K-Type thermocouple
  • Arduino Nano
  • HC-06 Bluetooth TX/RX (optional)
  • 1k ohm resistor (part of voltage divider for bluetooth)
  • 2k ohm resistor (also part of voltage divider)
  • 15amp or 20amp Relay (This depends on your wattage (watts/120 = minimum amps)

*Notes: There is a 500ms delay within the loop to allow for the Max6675 chip to settle. Without this delay, the values are not useable. *

kiln-control's People

Contributors

zacharymelo avatar iredmedia avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.