FYI, do we have anyone on the board interested in developing their own Wifi server BBQ controller and software? That way we would have complete control over features and functions.
I started out researching a better way to communicate from the computer to the BBQ Guru CyberQ and stumbled upon Arduino microcontrollers. There are loads of groups out there developing all sorts of neat applications for these little devices. They have also developed plenty of software librarys to run on these microcontrollers. So I purchased one along with a USB host controller shield (a shield is an additional board that plugs into the base Arduino board to add different functions to it).
http://www.arduino.cc/
http://www.amazon.com/Arduino-UNO-board ... B004CG4CN4
http://www.sparkfun.com/products/9947
Anyway, after more research I found a group of coffee roaster folks that had developed their own shield board which added thermocouples to the Arduino and had written PID & monitoring software for the purpose of controlling their roasters. Didn't take much from that to think it would be great to modify it for a KK and have a single controller that does everything I want, not even needing the CyberQ.
http://www.homeroasters.org/php/forum/v ... post_28017
http://www.mlgp-llc.com/arduino/public/arduino-pcb.html
http://code.google.com/p/tc4-shield/
http://www.sparkfun.com/products/9954
http://www.adafruit.com/index.php?main_ ... cts_id=271
I have purchased everything above (except Wifi board - that will be last) and have a working model running their software. I also modified their code library written for TypeK thermocouple to work with the standard Guru TC which is TypeT. I am looking for anyone interested in starting up a similar project as the coffee roaster guys, except for grilling. The Arduino language is based on C/C++.
-=J


