FabLab Cept

This week's assignment was to read a microcontroller data sheet and to program  the board to do something, with as many different programming languages and programming environments as possible

 

ATMEL

It was really interesting however also tedious to understand how to read a data sheet. A data sheet basically gives all the specifications and informations about an electronic component.

Brief summary of what I understood.

Arduino Ide

I used Arduino Ide to write program on my circuit board.

The Arduino Software (IDE) is one of the simple interface that allows you to write programs and upload them to your board.

STEPS I followed