Rather than perf board we decided to make up a Laser masked PCB board to take a boarduino, ATTiny and reset overide capacitor. More after the break:
A comprehensive overview of the setup can be found here http://hlt.media.mit.edu/?p=1695.
We did have a couple of problems getting everything to compile and had to manually install winavr, modify our ATTiny libraries and modify softwareserial. Most of this is due to using windows and upgrading from arduino versions 0023 to 1.0 half way through a project! oops.
The new setup is much more a plug and play solution rather than trying to set up a breadboard each time and we minimised the copper removed from the board which will save our etchant and looks nicer on the board!
Below is the board graphic as a bitmap for running through the laser. This is different to the board above in that it actually works, unlike version 1!
You need to set the SERIAL_BUFFER _SIZE to 128 in HardwareSerial.cpp
ReplyDeleteThanks for the tip but unfortunately I have tried that and it still failed. Not sure if the problem is something in my setup but it does not want to play in 1.0!
Delete