Week Twelve

~ Output devices ~

Key activities / Learnings / Inspiration

This week I continued learning the datasheet and focused more on the pin configuration section of the datasheet. This section comes in handy while planning the schematic and board design.

vinyl

Assignment: Add an output device to a microcontroller board you've designed, and program it to do something

As I explained during the Electronics Design week, I added an output device, the RGB LED to my board. Now I’m going to program the microcontroller to send a signal and control the RGB LED. This week, I will be exploring different things with the RGB, below is an example.



Here is my PCB board:

devices

Below is the program I uploaded to the Microcontroller :
To light the blue color of the RGB LED as the button is pushed


devices

Test:

Files:

Download