Lab 1A: Using the Artemis Board

Objective

The purpose of Lab 1A is to set up and become familiar with the Arduino IDE and the Artemis board. This lab taught the following skills:

Prelab Requirements

Before attending the lab, I completed the following steps:

Experimental Procedure

1. Setting Up the Artemis Board

I connected the Artemis Board to my computer and selected the correct Board and Port in the Arduino IDE.

Common Connection Issues and Fixes:

2. Running Basic Arduino Examples

First, I tested the LED Blink program:

Next, I tested serial communication:

Then, I tested the temperature sensor:

Finally, I tested the microphone:

Discussion

This lab helped familiarize me with the microcontroller's capabilities and the arduino platform. I'm looking forward applying the functions of the microcontroller in different ways later on in this course.

Back to Main Page