Replies: 1 comment 3 replies
-
Hi there, sorry it took me a bit to respond. I know others have done this in the past, so I did a quick Google/GitHub search (there's probably more out there so it's worth doing a little searching yourself) and here's the first few things I came up with.
In general, the hardware platform will make the biggest difference in what you need to do: AVR may struggle to store/decode the MIDI files and control the floppy drives. You may need to pre-convert the MIDI files into something simpler for storage and reading. Alternatively, using a separate microcontroller to control the floppy drives might let you dedicate an AVR to decoding MIDI. I know some people have talked about an I2C implementation for linking a Moppy microcontrollers. tl;dr: You're probably best off starting from scratch rather than using other code directly, but there is some existing code around that should help guide you. Let me know how it goes / if you run into any other questions! |
Beta Was this translation helpful? Give feedback.
-
Hello, I am looking to develop a version of the moppy GUI app to run on a microcontroller (AVR/ESP/Raspberry) instead of the Java app.
I want to store the songs on the device, select them (using a lcd/button shield) and then, play on the same controller or send the data on a second microcontroller through serial to drive the moppy network.
(Basically running the system without a computer)
Is there any progress on this or I will start from scratch?
Thanks in advance! :D
Beta Was this translation helpful? Give feedback.
All reactions