connected the encoders and uploaded the app for midibox64e (i need both encoders and pots i understand from reading the changelog for 64e that this can be done.
yes this is tru; but i think you have to configure the MB64E app for your custom needs; you do this with MPLAB IDE (read the page on ucapps) It’s not so hard; you just answer “multiple choice” questions; concerning your hardware setup>number and places of buttons, encoders, pots etc.
Most of the changes are made in the main.asm file; open it in MPLAB and you’ll see. Once finished; you can build the project, and a new main.hex file will be there which you can upload.
i wired a second din to the first din with the buttons is this correct? can you chain 2 dins together that are using different types of input?).
yeah you can mix encoders/buttons; they behave similar (an encoder is kinda like a switch which goes up or down
i’ve been having serious problems since. the core sent out what looked like a request for information repeatedly and very fast. tryed to reload mios but could only do this after diconnecting all the modules (perhaps there could be a problem with the second din with the encoders).
i don’t think the dins could mess up mios so that it doesn’t work anymore (it sould work again when you disconnect the dins)
do check for shorts though> they cause problems when connected
when i turn the box on with mios studio open it receives several timestamp messages and gives out alot of random midi messages. (i assume this is because i do not have the ain connected at the moment). when i turn the box of i get several ‘active sensing, stop, timing clock, system reset’ messages and sometimes a few midi messages. if i turn on the box for a second time mios studio shuts down, midi ox does the same.
when i try and upload mios in mios studio i get a message saying 'recieved unexpected mios sysex message = f0f000007e400001f7 expected = 00007e40000.
ok lets start over again; to be sure upload MIOS again but try doing this within 2 seconds after you power up the core (don’t know if it’s still neccesary but i think so). Then i think it’s best to first get it working with only pots and buttons like before (on MB64). Check this with the program/ machine you are building your box for so you know the ain and din work properly.
then go on with the encoders with MB64E.
Last tip; if you got some money to spare; get an lcd! they make troubleshooting much easier. If you don’t need it in this box you can always use it for the next ;D
good luck, marcel