View on GitHub

ece4960-fast-robots

Lab Reports and Assignments for ECE 4960: Fast Robots

Lab 1: Artemis

Click here to return to home page

Downloading and Installing the Arduino IDE

I already had this installed on my computer from past projects, so I largely skipped this step. However, I tried installing this on VSCode (my favorite editor so far) and ran into problems that would require a downgrade of my IDEs. I chose to stick with the course instructions and use the official Arduino IDE, but I may look into better IDE options later if the coursework is intense enough that the work to install a better IDE would be worth it.

Installing the Board Manager

The installation is identical to the supplied instructions, except any reference to the “Artemis board” should refer to the “Artemis Nano” board to reflect the class-supplied kit. Similarly, some of the numbers of the examples have changed, but their content remains the same.

Blinking Artemis board

See the video on YouTube here

Running the Serial example

Serial echo

See the video on YouTube here

Running the AnalogRead example

Temperature Readings

See the video on YouTube here

Running the Microphone example

Serial echo

See the video on YouTube here