paul K.rutto FAB ACADEMY 2015-Paul K. Rutto logo



Go Back Home

For this week's assignment used my hello wolrd circuit in the embedded programming.

.Datasheet of Attiny 44 microcontroller:it has the following :a memory of 256 B,14 pins each configured.clock frequency of 20MHZ,operating voltage of1.8-5.5V

Download hello world.sch

click to download hello world schamatic

Download hello world.brd

click to download hello world board

The schematic of the Hello world shown below plus the all the components .

Parts list,R1-1K,R2-10K,C1-1 microfards,C2-20microfards,resonator,PC,,LED,button,attiny 44 microcontroller and 6 pin connector.

The hello world board as shown below

The hello world board circuit as shown below

I programmed the the circuit in C/C++ codes as shown with downloadable code below as well.

Download makefile hello

Download hello.c