Student congress 2021

The content on this page was translated automatically.

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

In order to be able to address all interrupts and to have a more convenient programming environment than the "Arduino IDE", we use "Microchip Studio" (formerly Atmel Studio). We need to prepare the IDE so that we can use it to address the corresponding Arduino board. To do this, please refer to chapter 1.1 IDE of the "New Tutorial" (the first three sections).

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

For the "Mega" device we need the following parameters in 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"