Blinking Led With Arduino

by achoi9415 in Circuits > Arduino

39 Views, 0 Favorites, 0 Comments

Blinking Led With Arduino

IMG_7774.jpg

A blinking LED using an arduino. Taught by Mr. Sweet in mechatronics class, used other instructables and used sparkfun guidebook.

Supplies

  1. 1 breadboard
  2. 1 LED
  3. 2 wires
  4. 1 resistor
  5. 1 Arduino

Setting Up Breadboard

IMG_7772.jpg

First, attach the LED into the breadboard and the resistor to the negative leg of the LED to the negative.

Setting Up Arduino

IMG_7773.jpg

Plug in 1 wire into ground of the arduino and the negative on the breadboard. Plug the another wire into 12 on the arduino and connected to the positive leg of the LED.

Coding the Arduino

Blinking LED code picture.PNG

Code within the ardunio IDE app.

Testing

IMG_7774.jpg

Upload the code onto the arduino and test to see if it works.