HAHcentral no config source?
Hi All,
is the source code for the no config version of HAHcentral available anywhere? Am struggling to find it.
reason being, when transmitting data (Ir control etc) using basenode with HAHCentral all is ok until the documented issues with RF band being changed by accident appears.
When I try to stop this happening by using the no config version I cannot transmit data? Receiving data from my temp devices on the HAH nodes is fine but I cannot transmit to them, moving back to HAHCentral, all is Ok again.
I would like to study the code to understand why?
thanks
Garry
My solution was a bit of a sledgehammer, but at the time that was all I could do, my coding has improved a little since then.
Karl
PS - I'm currently writing a Corona interface similiar to the Lighware one, not sure how far I'll get with it but it's certainly fun.
I didn't realise that this was in use so much. I just modified RF12demo.pde to ignore any input from the serial port, the HAH seems to send something down the line which was causing the JeeNode's to lose it's configuration on a HAH reboot.
I think I just commented out lines 687, 691 and 692.
Karl