[Readme file in working progress]
This is an Star-Wars-inspired model created to make music by using two old floppy drives, and a LED strip has also been added. To control the floppy drives, I deeply customized and integrated the Moppy project, and I used the Adafruit 2801 library to control the LED strip. You can see a video of the final result here.
The parts I used are the following:
- Two old floppy drives. I bought them on eBay.
- A LED strip based on WS2801 controller. In my case, I used a IP30 variant (the waterproof IP68 version is not needed), but any other should be OK as long as it uses the WS2801 controller and it works on 5V (12V variants also exist). I bought it on Aliexpress
- Arduino Nano. Kind of old, but it is powerful enough for this purpose. You can use any other Arduino variant with minimal changes in the code. I bought it on eBay.
- A 5V power supply with enough output current. I bought a 5A one to be sure, on Amazon.
- A black methacrylate board. You can find it in most DIY stores.
- Wire, soldering iron, solder wire, glue...
- A Darth Vader funko figure, just for decoration.
To compile the code, you need to have the Arduino IDE installed, as well as the Timer One library, which is used to generate interruptions.
If you are using another variant of Arduino instead of Nano, make sure it supports hardware SPI. If not, you can always change the code to call the software SPI-over-GPIO implementing functions of WS2801 library.
