Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stianeikeland/sousvide
:meat_on_bone: Sousvide-o-mator (Sousvide controller)
https://github.com/stianeikeland/sousvide
Last synced: about 2 months ago
JSON representation
:meat_on_bone: Sousvide-o-mator (Sousvide controller)
- Host: GitHub
- URL: https://github.com/stianeikeland/sousvide
- Owner: stianeikeland
- Created: 2013-10-16T18:02:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-16T18:03:11.000Z (over 11 years ago)
- Last Synced: 2024-10-15T21:34:30.031Z (3 months ago)
- Language: Processing
- Homepage:
- Size: 215 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Sousvide-o-mator (sousvide pid controller)
_NOTE: This was written for Arduino pre 1.0, some minor changes will be needed
to make this run on >=1.0!_**Writeup at [blagg.tadkom.net](http://blagg.tadkom.net/tag/sousvide/).**
**Libraries used:**
- [Button](https://github.com/tigoe/Button)
- [OneWire](http://www.pjrc.com/teensy/td_libs_OneWire.html)
- [DallasTemperature](http://www.milesburton.com/?title=Dallas_Temperature_Control_Library)
- [PID v1](http://code.google.com/p/arduino-pid-library/)
- [LiquidCrystal](http://www.arduino.cc/en/Tutorial/LiquidCrystal)Video demonstration at [vimeo.com/26730692](http://vimeo.com/26730692).
Please feel free to use the code for whatever you want,
would love to hear about it if you do :)**Components needed:**
- Atmega 328 (microcontroller)
- Solid State Relay
- DS18B20 based temperature sensor
- HD77480 LCD panel (20 x 4)
- 3 push buttons
- 16 mhz resonator or crystal
- A few basic resistors, caps, leds and transistors.**Pins-layout:**
- LCD: 11, 12, A0, A1, A2, A3
- Onewire: 5
- SSR: 10
- Buttons: 8 (up), 7 (down), 6 (set)
- Status LED: 9![Sousvide-o-mator](http://stianeikeland.files.wordpress.com/2011/08/k7im7155.jpg?w=400)