Lab 1 - Artemis:

In this lab I set up and familiarized myself with the Artemis board and Arduino IDE. I was able to program my board, blink the internal LED, read/write serial messages over USB, display the output from the onboard temperature sensor, and measure the loudest frequency recorded by a Pulse Density Microphone.

Step 1:

I already had the Arduino IDE installed from previous projects including ECE 3400.

Step 2:

I followed the instructions and set up the Artemis Board without any issues.

Step 3:

The “Example: Blink it Up” sketch successfully uploaded and yielded the following result:

Step 4:

At first the Serial example sketch uploaded but printed gibberish, so I changed the baud rate of the Serial Monitor to match that of the Serial.begin statement. After that the sketch successfully uploaded and yielded the following sensible Serial output:

Step 5:

The analog read example sketch immediately ran and outputted correctly, but I had trouble getting the temp output to change significantly by blowing on it. I eventually was able to get meaningful results by taking the Artemis outside into 30 degree weather and then returning to my heated apartment. That yielded the following Serial output:

Step 6:

The microphone output example uploaded successfully and outputted meaningful, interesting results on the first try. The following is the Serial output from me whistling into the Artemis while it was running this sketch: