View Single Post
Old 06-07-13, 09:44 AM   #18
AC_Hacker
Supreme EcoRenovator
 
AC_Hacker's Avatar
 
Join Date: Mar 2009
Location: Portland, OR
Posts: 4,004
Thanks: 303
Thanked 723 Times in 534 Posts
Default

Quote:
Originally Posted by Daox View Post
How do you have it setup to run with the Arduino?
The first post in this thread illustrated the controller.

I'm using the word Arduino interchangeably with the word Teensy. They are the same thing, with the exception of the reference number of some of the pins. The body of the code just the same. In the head of the code, the pins are defined, and you just reassign the pin numbers to the appropriate Arduino pin numbers.

I can get 'imperfect' Teensies for $10 each, plus I personally know the guy that designed and makes them. That's why the Teensy.

But, I like 1-wire temperature sensors way better that analog sensors, so in 'rev 2' I will be using 1-wire. This will require that I include a 1-wire library, the rest should be very similar.

Also, now that I am aware of how critical temperature adjustment is, I'll make sure that my temperature-relevant variables are floating point and not integer.

Best,

-AC
__________________
I'm not an HVAC technician. In fact, I'm barely even a hacker...
AC_Hacker is offline   Reply With Quote