🔶 Specific Competence
Analyze and design an illumination control system using an Arduino development board.
📝 Activity Description
Make the “Knight rider” sequence with 6 LED's attached to the Arduino as outputs in a single row in your breadboard, this sequence consists of a single LED that moves back and forth on a line, you can decide how long it takes between each movement.
You have to use 2 buttons "btn0 and btn1" with the following behavior:
- When none of the buttons are pressed, all the LEDs remain "off”
- When only btn0 is pressed and btn1 not, the sequence operates in the normal manner.
- When only btn1 is pressed and btn0 not, all 6 LEDs flash in the time you choose.
- When you press both buttons, all 6 LEDs illuminate.
📄 Document (50%)
- Cover page (mandatory)
- Specific Competence (mandatory)
- Activity introduction (What are the microcontroller and how they work?) (mandatory)
- Block Diagram ( 10 points)
- List of the components (5 points)
- Theoretical Framework **** (5 points)
- Image of Schematic diagram in Proteus VSM (15 points)