RedStick Hookup Guide

Pages
Contributors: MTaylor
Favorited Favorite 6

Example: The Blink Sketch

The RedStick comes with the blink sketch loaded and running, so the LED (pin 13) will toggle every second. This section shows how to get back to this basic sketch using the Arduino IDE.

alt text

The RedStick running the blink application to insure basic function. In this photo, the RedStick is being powered from two AA cells.

To re-load the sketch, select the Arduino/Genuino Uno board from the menu, select the basic example blink, and press upload.

alt text

Selecting the Arduino Uno board. Don't forget to select your com port too if it wasn't auto-selected

alt text

Select the blink.ino sketch from the basic examples menu

Now compile and run! That's all there is to it!