10. Output Devices

For this week's assignment, I had to implement an output; in my case, I used a DC motor, an OLED screen, and a servomotor. I used the board I made in week 8 but since some tracks broke because I dropped it, I had to make it again, although I removed the heart shape.

1. OUTPUTS

Digital outputs can be in two states: HIGH or LOW, where HIGH is high voltage like 3.3 or 5, which are the typical outputs of microcontrollers, or low voltage; both help to turn devices like LEDs on and off. Digital outputs also serve to control other devices; to learn more information, you can see the GROUP PAGE.

There are also PWM outputs, which work by rapidly alternating between on (5V/3.3V) and off (0V). An important concept of PWM outputs is the Duty Cycle.

Duty Cycle: It is the percentage of time that the signal remains high (HIGH) during a complete cycle.

RTC datasheet

For this week, I used 3 outputs: a DC motor, an OLED, and a servo motor.

2. DEVICES

FILES

Here you can download the source files created during this week: