Hi
Can I program Arduino "C" code into a TINY AVR blank chip using In System Programming
from within the ARDUINO IDE ?
Thanks
Elico
Yes.
Can I program Arduino "C" code into a TINY AVR blank chip using In System Programming
from within the ARDUINO IDE ?
- You will need a supported 'programmer', many use ArduinoISP
- You will need a supported 'tiny core'*
- There are many published cores, MIT has one that is popular then there is the Trinket and Digispark cores for tiny85, and the one that I prefer from our member Coding Badly.
MIT: High-Low Tech – Programming an ATtiny w/ Arduino 1.6 (or 1.0)
Coding Badly: Google Code Archive - Long-term storage for Google Code Project Hosting.
Please read carefully how to install the "core" files so that they are visible in the Arduino GUI for board selection.
Ray