spark-core-pid-temperature

June 25, 2014 ยท View on GitHub

Spark Core PID temperature controlling with DS18B20.

What is this?

Controlling PWM output to reach the point temperature. Doing this with a PID controller.

http://www.podmerchant.com/newsletter/68-temperature-overshoot.jpg

SparkCloud endpoints

  • /temperature
  • /point
  • /pwm

SparkCloud events

  • tempInfo
  • pwmInfo

Used libraries

PID https://github.com/br3ttb/Arduino-PID-Library (with a small change to make it work on a Spark Core)

DS18B20 https://github.com/krvarma/Dallas_DS18B20_SparkCore

Contents

  1. 1What is this?
  2. 2SparkCloud endpoints
  3. 3SparkCloud events
  4. 4Used libraries