Hi, folks, newbie here.
I'm trying to modify the program on the BRAIN MACHINE using the Arduino Duemilanove atmega328 as the ISP using my Mac OS X 10.5.8 and the latest Arduino environment, 1.0.
The Brain machine kit now uses the ATTiny25 and Mitch has the program just for the ATTiny25 available on github:
https://github.com/adafruit/Brain-Machi ... mware/bm.c
To use the Arduino as an ISP, I started with the hi lo tech tutorial: http://hlt.media.banned.edu/?p=1695
Of course, the blink sketch didn't work, lots of errors, etc. but, like we've all done, much questing and searching through forums, changing lines of code in pages, downloading secret custom core files, using a capacitor to disable the reset, ditching everything and starting over finally bore fruit: a blinking light.
The main thing I had to do was find core files specifically for the ATTiny25 which I found and it works. I get errors at the end of compiling but the light blinks in spite of them.
Now the nitty gritty: When I paste Mitch's Brain Machine program into a sketch and hit VERIFY it compiles with no errors. When I hit UPLOAD, you guessed it, tons of errors, BUT it completes the upload just like with the BLINK sketch. So I figured maybe it'll work anyway so I replaced the chip in the kit with my chip and it just blinks in the monotone error sequence: on off on off...
So I'm just wondering if anyone out there has tackled this very problem and it would be great to hear about their experiences!
If anyone has advise to offer please remember I know virtually nothing about writing code. I'm just doing what others suggest word for word.


