Posts

Showing posts from November, 2021

Arduino Programming

Image
For this post, it will be about Arduino Programming. To learn and practice using the Arduino Uno, we went through a tutorial lesson, competency test and practical. I was actually quite excited to learn yet another new program, however trying to learn and use the Arduino Uno was much harder than I thought. The contents of this post: 1. Thoughts on the Tutorial Lesson   - The 4 Challenges 2. What was done during the Practical   - Competency Test   - Group Challenge 3. Arduino Individual work on Input and Output devices   - How I programmed the Arduino board and explanation of the codes used for the given tasks   - Source code files   - Videos of the executed program work   - What I learnt from interfacing an input device to Arduino board   - What I learnt from interfacing an output device to Arduino board   - Problems I faced and how I fixed it   - Reflection 1. Thoughts on the Tutorial Lesson During the tutorial lesson, we were asked to g...