Reflection¶
This week was particularly challenging for me as I had to program numerous different microcontrollers, each with their own set of pin outs and functionalities.
First, I programmed the Pi Pico, and got both an input and an output working. Next, I programmed a regular Arduino and got the sonar sensor working on it (this was actually the easiest part).
Next, I used baremetal programming and C++ to program an ATtiny412, which is probably the simplest microcontroller that is mass produced. I also got an output and input working on the chip.
My weakest field in engineering is definitely programming, as I struggled a lot on the baremetal programming part.
Files¶
Here are my files for this week.
Last update:
June 18, 2024