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.
Running the Blink example
See the video on YouTube here
Running the Serial example
See the video on YouTube here
Running the AnalogRead example
See the video on YouTube here
Running the Microphone example
See the video on YouTube here