Tinkering with Arduino

Overview

With my repository filled with programming projects, I thought to include another hobby of mine with electronics. First introducing the well known open source electronic hardware and software platform Arduino. Specifically, I was looking into the Arduino Nano Version 3 which is a part of a family of small and compact Arduino boards. The software used to program the Arduino is a variant of C++ with the necessary hardware implementations.

This project was used for a cosplay convention but can also be reused for other purposes.

Hardware Resources

Extra Resources

The goal was to have a an audio file stored in the MicroSD module to play a sound on the speaker from pressing the push buttons that is programmed with the Arduino Nano, which will also activate different colours of the LED strips based on which button was pressed.

The last four components from the list above are for soley for lighting effects. Sketches will be included here if interested

Schematic

My hand drawn schematic may not be the best, schematic design software will be considered for future projects of this type.

hand-drawn-schematic

Software Resources

Usage of the libraries are self explanatory as most of the code is based on defining where the the components are hooked up to the Nano to initialize. To see the entirety of the code.