Lab 1A

Objective: Familiarize myself with Arduino IDE and the SparkFun RedBoard Artemis Nano board.

Task 1

Plugged in the Artemis board using a USB to my computer and selected the correct Board and Port in the ArduinoIDE.

Task 2

File -> Examples -> 01.Basics: Blink - blinks the LED on the board.

Task 3

File -> Examples -> Apollo3: Example4_Serial. I tested the serial communication between the board and the computer to send and receive information, which is useful for debugging. For it to work, the serial monitor has to match the baud rate set in the code: 115200.

Task 4

File -> Examples -> Apollo3: Example2_analogRead. Used this file to test the temperature sensor on the Artemis board. I wrapped my hand, which is warmer than room temperature, around the artemis board, heating it up. You can see the temperature reading rise in the video.

Task 5

In File -> Examples -> PDM: Example1_MicrophoneOutput. This file is used to test out the microphone. It outputs the highest frequency to the serial monitor.

Additional task 1

Program the board to blink an LED when you play a musical “C” note over the speaker, and off otherwise. Use your phone, computer, or similar to generate the sound. If you’re having fun you could even combine the microphone and the Serial output to generate an electronic tuner.

Resources Used:

Back to Home