10. Output devices¶
Group assignment:¶
-
Measure the power consumption of an output device.
-
Document your work to the group work page and reflect on your individual page what you learned
To see our group assignment click here
Individual assignment:¶
- Add an output device to a microcontroller board you've designed and program it to do something.
10. Output devices¶
Group assignment:¶
-
Measure the power consumption of an output device.
-
Document your work to the group work page and reflect on your individual page what you learned
To see our group assignment click here
Individual assignment:¶
- Add an output device to a microcontroller board you've designed and program it to do something.
Introduction¶
I decided to work on a project related to my final project.
The objective of this project was to control and turn on three output LEDs representing different regions on the map.
This project helped me improve my understanding of: - Electronic circuits - Microcontroller programming - Output control using LEDs

2. Circuit Wiring Presentation¶
The electronic circuit was designed to connect the microcontroller with the three LEDs.
Main components used: - Microcontroller board - LEDs - Resistors - Jumper wires
The LEDs were connected to the output pins of the microcontroller to represent the selected regions on the map.
¶
3. Code Presentation¶
The program was developed to control the LEDs automatically.
Main functions of the code: - Configure output pins - Turn LEDs ON and OFF - Control the sequence of activation
-
My LEDS
-
LED 1 is for Region 1
- LED 2 is for Region 2
- LED 3 is for Region 3

4. Video Presentation¶
A demonstration video was created to show the operation of the project.
The video presents: - The electronic setup - LED activation - System behavior - Final results