Omar Senbisy FAB Academy 2021 / PCB / 4. Testing the board

4. Testing the board

Setting the Arduino

In order to upload a code on the ATtiny44 IC we have to set some settings first

Arduino settings

Go to File>Preferences and type in the Additional Boards Manager URLS: section the following link: https://raw.githubusercontent.com/damellis/attiny/ide-1.6.x-boards-manager/package_damellis_attiny_index.json

preferences

Now we have the board installed we have to choose it from Tools>Board>ATtiny microcontrollers> choose ATtiny 24/44/84

board

Then we choose the processor as ATtiny44

processor

We set the clock as Internal 8 MHZ

clock

Last thing we choose the Programmer as Atmel-ICE (AVR)

programmer

Uploading demo code

The we open the demo code and make sure that the settings are the same.

Conneting the board

We connect the Atmel-ICE to the six pins downward in the PCB as shown and according to the schematic

isp

connect

Uploading the code

After that we just press upload and let the magic works