Hello Tim,
> Cool. I'll have to take a look when I have a heating system actually
> installed - currently I just have a gas condensing-boiler (AKA furnace)
> sitting (not plumbed or wired-in) in a cupboard under the stairs, and
> some coils of polybutylene pipe.
Kick me if I don't come up with additional details by that time. I'm
trying to fill the gap in the schematics - how to actually drive the
relays. Here's what I ordered (some of it is still in the mail):
- more LM34s (surprisingly, they seem to work just fine even on 10m
flat three wire cable if the output is backed up with a capacitor);
- G5LE-14-36 DC5 relays (cheaper, backordered)
- G6RN-1-DC5 relays (more expensive, almost half the coil current of
G5LE-14-36, arrived)
- ULN2803A Darlington Array (in the mail)
The plan for now is to feed the relays and servos from 5V source.
Arduino stock power supply (the 9V one for Mega ADK) is absolutely
insufficient to drive anything more than one servo, have to have a
dedicated one.
> I noticed that the "ADK 2012" hardware has just been released - the
> ATmega2560 processor has been upgraded to an Atmel SAM3U (I think -
> if-so 96MHz ARM Cortex M3 chip with 53k onboard SRAM).
Did you find the link to the actual hardware? I've been looking
around, but I guess my brains are not compatible with their layout -
don't see it anywhere.
Side note: I am really disappointed with the way Arduino folks are
keeping their code. Unlike the Java world, it is all in shambles and
pieces, and there's no authoritative source for anything, zillions of
forks, and none of it is version controlled - in the end, I ended up
with just cloning whatever pieces were sufficient for the task into my
own repository. Hope they change their ways and come up with something
like Maven - but I'm not holding my breath for it.
Back to ADK - I'm quite impressed with ADK 2.0, but don't think I
should get to it right away. I'd expect the new board to be more
expensive, whereas the old one is sufficient for the job and will be
hopefully dropping in price.
In any case, whatever comes out on Android side will be backward
compatible to ADK 1.0 - and, when I (or someone else) get my hands on
it, there'll be a pure serial port - for all the ADK is for the
Arduino side is a fancy serial port.
> Tim.
--vt