This week’s assignment was focused on embedded programming using a microcontroller.
The main goals was to learn how to:
- browse and understand a microcontroller datasheet
- write and test a program for an embedded system
- interact with local inputs/outputs
- communicate with remote wired/wireless connections
- upload working code and show a functional result
For my individual assignment, I used an Xiao ESP32 C3 development board, soldered male pin headers, and tested it on a breadboard by blinking an LED, then upgrading the circuit with a button input + Serial communication.
[Read More]