Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hekike/spark-core-pid-temperature
Spark core PID temperature controller with DS18B20.
https://github.com/hekike/spark-core-pid-temperature
Last synced: about 1 month ago
JSON representation
Spark core PID temperature controller with DS18B20.
- Host: GitHub
- URL: https://github.com/hekike/spark-core-pid-temperature
- Owner: hekike
- License: mit
- Created: 2014-06-15T08:01:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-29T19:50:16.000Z (over 10 years ago)
- Last Synced: 2024-04-14T20:10:23.951Z (7 months ago)
- Language: C++
- Size: 235 KB
- Stars: 3
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
spark-core-pid-temperature
==========================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][3]
SparkCloud endpoints
--------------------- /**temperature**
- /**point**
- /**pwm**SparkCloud events
------------------ **tempInfo**
- **pwmInfo**
Used libraries
--------------**PID**
[https://github.com/br3ttb/Arduino-PID-Library][1]
*(with a small change to make it work on a Spark Core)***DS18B20**
[https://github.com/krvarma/Dallas_DS18B20_SparkCore][2][1]: https://github.com/br3ttb/Arduino-PID-Library
[2]: https://github.com/krvarma/Dallas_DS18B20_SparkCore
[3]: http://www.podmerchant.com/newsletter/68-temperature-overshoot.jpg