I start making my first pic project (MIDIBox controller )
It should be something like MIDIBox 64, but muy MIDIBox will have about 50 pots, and 30-40 Push-Buttons (I want to make controls for Native Instruments Traktor). Other moduls are not necessary?
I made CORE modul (burner too) and LTC modul (because I don’t have MIDI port). So can I program MIOS (second file mios_v1_9_pic18f452.hex which must be programed) over serial port or I must find other computer to put this file?
Will I need something else of programing or moduls for this project?
I made CORE modul (burner too) and LTC modul (because I don’t have MIDI port). So can I program MIOS (second file mios_v1_9_pic18f452.hex which must be programed) over serial port or I must find other computer to put this file?
You have to burn the bootstrap-loader with the right ID for the LTC module. SmashTV has a ID calculator on his site: http://www.avishowtech.com/mbhp/idgen.html (0x0100 should be right for you if you use a normal LCD or no LCD).
If you cannot select the ID in your programmer, you can change the ID directely in the hex file of the bootloader:
Look for this line (near the end of the hex file):
I had burned mios_update_v1_9\pic18f452\burner\bootloader_v1_2_pic18f452.hex without changes, but when I read your reply I erased my pic and burn him agen, but with changes.
And when I put pic in core modul and connect core with LTC modul and with serial port and then open MIOSStudio beta4.4, I can’t find MIDI IN and MIDI OUT on MIDI DEVICE ROUTING in the program.
sorry for bothering :-) I have just install my kawai driver and upload mios_update_v1_9\pic18f452\midi\mios_v1_9_pic18f452.hex from MIOSStudio. LED on LTC module just stop blinking jeeeee :-)))
so is that all, can I now open traktor to make setup or there’s more programing to do?