Question: i need all 6 programs Part 1: Using an Arduino UNO or Arduino Nano, a breadboard, and an LED, write a program that will do

Part 1: Using an Arduino UNO or Arduino Nano, a breadboard, and an LED, write a program that will do the following: Blink the LED 5 times (on for 500 milliseconds and off for 500 milliseconds). Blink the LED 5 times (on for 1 second and off for 1 second). Repeat forever. Use for or while loops to create the 5 blink patterns. Part 2: Using an Arduino UNO or Arduino Nano, a breadboard, and 4 LEDs, write a program that will do the following: Turn on the first LED and turn off all other LEDs, then wait 1 second. Turn on the second LED and turn off all other LEDs, then wait for 1 second. Turn on the third LED and turn off all other LEDs, then wait for 1 second. Turn on the fourth LED and turn off all other LEDs, then wait for 1 second. Repeat forever. Try to code each step in as few lines of code as possible. What to submit: A short video showing the functionality of both parts. C code as a ".c" or ".txt" file for each part. Turn on the first LED and turn off all other LEDs, then wait 1 second. Turn on the second LED and turn off all other LEDs, then wait for 1 second. Turn on the third LED and turn off all other LEDs, then wait for 1 second. Turn on the fourth LED and turn off all other LEDs, then wait for 1 second. Repeat forever. Try to code each step in as few lines of code as possible. What to submit: A short video showing the functionality of both parts. C code as a "c" or ".txt" file for each part
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
