Well, I came up today with the idea that in some case I might want to change the MIOS application I have loaded on the 18f without having a PC nearby!
Does anybody else find usefull a device that could hold on it’s memory some MIOS applications being able to send them as sysex dumps on the press of a button??
Something like a sysex reciever-memory-transmitter!
PS:
(this is not a “think about it and implement it dear T.K.” kind of post!)
..i do know of DIY box pic16f midi rec + playback w/speed control japanese site - work in progress - firmware freely available AND very low parts count
If you have a pocket pc or a palm pilot it could be fairly easy to use it as a midi generator using a serial (com) cable.
I’m investigating this thing right now. I hope I can figure out how to send midi events through from my ipaq to the core. if this will be possible one will be able to use the hand held as another controller, as an additional fader or what ever.
From a technical point of view, there is a problem with the baud rate (midi vs. com) but I guess it is possible to resolve this.
I think mios can be configured to work in either com or midi baud rate. So, assuming that you want to connect mios to a standard midi device you will have to use midi baud rate. No way to use the LTC as is.
The good news is that, at least in my ipaq, the baud rate can be configured.
Couldn’t this easily be done as a new MIOS application? Just a core module, some as-big-as-they-come serial EEPROMs to hold all your applications, tack on an LCD and some buttons, and you’re done. No disk drives to worry about, etc.