10-15-16

All Arduino today

  1. Search for Arduino on your computer and open the application.
  2. Connect your Arduino to your computer using USB
  3. Using the Arduino app, click on File, Examples, Basic and choose the sketch named BlinkScreen Shot 2015-10-16 at 10.46.04 AM
  4. Click on the arrowScreen Shot 2015-10-16 at 10.51.09 AM at the top of the Arduino sketch to send Blink to your Arduino board.
  5. IF you get an error message like the one below you have to choose a different connection from the drop-down menu. Screen Shot 2015-10-16 at 10.51.47 AM
  6. IF you connect to your Arduino then see if the small LED light blinks on the board.
  7. Once you are connected and have a blinking light, it’s time to change the code.  Change the delay(1000) value – that’s the number – to a different value.  Screen Shot 2015-10-16 at 10.54.53 AMWhat happens if you make the value larger or smaller?  What if you copy/paste the portion of code that starts with digitalWrite over and over?  How does the blinking change?

Once everyone has a connection with their board we will

-connect an LED to pin 13
-connect the breadboard to your Arduino
-add a resistor and LED to your breadboard
-make it BLINK
-add more LEDs and control them

Leave a Reply

Your email address will not be published. Required fields are marked *