Student congress 2021

The content on this page was translated automatically.

The offered workshop is about the use of interrupts with Arduino devices "Nano", "Uno" and "Mega", respectively the microcontrollers from "Microchip" (former Atmel) ATMega 328P and ATMega 2560.

To be able to address all interrupts and to have a more comfortable programming environment than the "Arduino IDE", we use "Microchip Studio" (former Atmel Studio). To be able to address the corresponding Arduino board with it, we have to prepare the IDE. For this we have to work on chapter 1.1 IDE of the "New Tutorial" (the first three sections).

For some, on the market available, Nanos must be entered at the "Arguments" -b57600".

For the "Mega" device we need the following parameters at the "Arguments":

-D -patmega2560 -cwiring -PCOM13 -b115200  -Uflash:w:"$(ProjectDir)Debug\$(TargetName).hex":i -C "C:\Program Files (x86)\Arduino\hardware\tools\avr\etc\avrdude.conf"