Skip to content

4. Embedded programming

In week 4 of my embedded programming course at FabLab, I learned how to use Arduino to create a code for blinking light.

I set up the Arduino environment by installing the necessary software and connecting the board to my computer.

Then, I wrote a simple program that made an LED blink on and off in intervals. This project introduced me to the basics of controlling digital outputs with Arduino and helped me understand fundamental programming concepts.

After writing the code, I verified and compiled it in the Arduino IDE, ensuring there were no errors. Then, I uploaded the compiled code to the Arduino board. Once the code was successfully uploaded, the LED connected to pin 13 on the board started blinking as expected.


Last update: July 15, 2024