Requirements - UniQHW/NudeAudio_Move-S_Readable-BT-Controller GitHub Wiki
Requirements
The requirements for this project are as it follows :
Hardware
The project tries to keep it low on hardware, after all it has been built of mostly recycled components. To ensure that the Arduino can communicate with the Move S Chip, they must share the same Voltage Source and Grounding. Unfortunately this is still done using a cut-open micro usb cables with the VBUS attached to the Arduino VIN and the GND to the Arduino GND. This is planned to be fixed by enabling battery mode using the BAT_ON/OFF pin.
The list of hardware is based of the following Setup :
- A compatible Microcontroller (See section "Microcontroller board")
- A Nude Audio Move S, or its circuit to be specific
- 2 M/M Cables
- 4 F/M Cables
- One MicroUSB cable connected to the Microcontroller Boards VIN and Ground
- 4 Resistors, in our example we use 330Ohm Resistors, this may be improved in the future.
Microcontroller boards
While the project has been build with the use of the Arduino Leonardo, it can be executed on any device that meets the following requirements :
- Support for Arduino code
- 1 5V VOUT
- 1 Readable Analog Pin
- 1 Readable Digital Pin
Software
- C and a little C++ Programming knowledge
- The UniQHW Arduino Interval Library