??? 02/20/10 21:02 Read: times |
#173371 - MIDI/DMX Responding to: ???'s previous message |
The device I'm building is a Midi Footcontroller which can be expanded with different modules.
These modules have extra switches and leds. About 12 per module. My idea was to put a microcontroller in each module in I2C slave mode. This micro reads / debounces the switches and sends the status to the main controller when asked. This is about every 50ms Midi isn't usefull because it has a lot of overhead. It would also require a second UART which isn't my first choice. When using a second UART the best thing to do would be to use RS485 with a simple protocol. Figuring out where to put the terminations is the next step. Since 1 or two modules can be connected to the main unit the terminations have to be switchable. I2C seems a lot easier. |