Metaboard/2010 activities/Hacksession 2010-09-20

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Version vom 20. September 2010, 17:56 Uhr von Chrysn (Diskussion | Beiträge) (short summary of today's hacksession)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springenZur Suche springen

Just a short trip to the metalab – while uploading the arduino bootloader, I accidentally the fuses and the ATmega didn't respond to serial programming any more. It turned out the uploader set the fuses to external quartz, so I had to provide an external quartz.

Programming the ATmega on the breadboard arduino-style works now (with the arduino on its own board being set to pinMode(i, INPUT); digitalWrite(i, LOW); for t in {0, 1} – thus, the USB serial converter can be used for the external chip.

Next steps are uploading USB stuff and the USB boot loader.