ECE 4960: LAB 1

Description

The purpose of lab 1 was to setup the Artemis Nano board with the Arduino IDE, and ensure all proper functioning of functions.

The following board functionalities were checked during this lab:

1. LED Blink

2. Serial Communication

3. ADC Anaolog Read (Temperature)

4. Sound/Decibel Microphone Output


1. LED Blink

For this step of the lab, the ARDUINO IDE was configured to function with the Artemis Nano Board. After importing all required packages, the LED and flash functionality was tested with the Blink example script.

This resulted in the following ouput

Artemis Nano Blink:


2. Serial Communication

Part 2 of the lab consisted in ensuring that serial communication on the board works. This was done by sending messages over serial, and having the Artemis Nano Echo them back.

This resulted in the following ouput

Artemis Nano Serial:


3. ADC Anaolog Read (Temperature)

Part 3 of the lab tests ADC functionality of the board by detecting temparature changes read via the ADC. Results were confirmed by printing out the ADC values over the Serial Monitor (as per the example script).

This resulted in the following ouput

Artemis Nano ADC:


4. Sound/Decibel Microphone Output

Part 4 of the lab tests microphone output functionality, and its ability to detect DB noise changes. Likewise, results were confirmed by printing loudness values in the Serial Monitor.

This resulted in the following ouput

Artemis Nano Decibels:









- - - - - This concludes Lab 1 - - - - -