Classes >>Output device


Assignment: Add an output device to a microcontroller board and program it to do something

 

For this task I choose 2 board to program. The assigment was made in 3 steps:

STEP 1. MANUFACTURING THE BOARDS

The Hello stepper 44 board

The Hello servo 44 board

 

STEP 2: PROGRAMMING THE BOARDS

The programming was made in UBUNTU enviroment following the similar procedure for the assignment INPUT DEVICE

HELLO SERVO 44 BOARD

sudo make -f hello.servo.44.make, for compile C file

avrdude -p t44 -P usb -c usbtiny -U flash:w:hello.servo.44.half.c.hex

HELLO STEPPER 44 BOARD

sudo make -f hello.stepper.44.make, for compile C file

avrdude -p t44 -P usb -c usbtiny -U flash:w:hello.stepper.44.half.c.hex

HELLO SERVO 44 BOARD (TWO CHANNEL)

sudo make -f hello.servo.44.2.make, for compile C file

avrdude -p t44 -P usb -c usbtiny -U flash:w:hello.servo.44.2.half.c.hex

STEP 3: ADDING OUTPUT DEVICES

 


I definitely believe that this task has been very helpful and complement the two previous tasks. While the programs we have been given hope I research and learn more about the language C parameters to modify and customize the program according to the ouput devices.


 BACK