Programming question.
Programming question.
I own an Arduino Diecimila board. I just purchased an RBBB kit from Modern Device. Can I pop the ATmega168 chip into the Diecimila socket, program it, and then put it back in the RBBB kit to run? Or do I have to buy the programming cable?
Re: Programming question.
Visigoth
Don
That would work but I wouldn't do it too often because of the wear and tear on the IC sockets.Can I pop the ATmega168 chip into the Diecimila socket, program it, and then put it back in the RBBB kit to run?
If you go this route I would suggest the USB BUB board, USB to TTL serial adapter which more closely replicates the Arduino configuration.Or do I have to buy the programming cable?
Don
Re: Programming question.
Thank you. Is the clock speed different between the two?
Re: Programming question.
No, the clock speeds are the same - 16 MHz. Any device that is, or claims to be, Arduino compatible must run at this speed otherwise it wouldn't really be compatible.
Don
Don