Having a nightmare programming help please :)
18 October, 2012 - 12:31
Well i have just spent 2 hours trying to reconfig a roomnode id.
my hah simply will not talk to the basenode in programming mode.
yes assists are disabled and cc and i have dissconnected hub.
now i am not a programmer but i do have a stk500 and the other bit Derek sells in the shop-bought so i could "copy" chips-which i have done many times for others.
what software do i need to be able to get to the ship and alter the node id. i tried with avr studio 4 but it really is unfriendly!
anyone advise?
Dean
I had problems getting to talk to the nodes at first. This was down to the baud rate, some of the chips work at 115200 and some at 57600
I ten to use the following commands in terminal on the mac...
avrdude -v -c arduino -p m328p -P /dev/tty.usbserial -b 115200 -Uflash:w:HAHcentral.hex
or
avrdude -v -c arduino -p m328p -P /dev/tty.usbserial -b 57600 -Uflash:w:HAHcentral.hex
but you can use similar via the HAH