ChronopiumSilvestris
Member
Hi,
I'm making a musical keyboard using the touchRead() function with some 16channel multiplexers. But it's an awful lot of keys, so, in order to scan them all fast, I need at least 4 teensies. So I thought I could have those 4 scanning and sending the data to a fifth teensy, the one that'd be plugged to the usb and would power the rest through the Vout pin. We'll call this the mother teensy.
Two issues:
1) a teensy has only 3 serials, how do I connect 4 of them to the mother? Maybe if they share the same serial in and serial out, the mother could guide them like: "1st teensy, hand me your readings. Ok, now that you're done it's time for the 2nd teensy. Ok, now the 3rd... etc" and so prevent their messages from overlapping. Would this work? Would it add any significant delay?
2) how many teensies can I power from the mother? Considering each is handling 6 16channel muxes.
Could this affect to the performance of the touchRead() function?
Thanks for reading.
(By the way, this is a continuation of this project: http://forum.pjrc.com/threads/26602-Isomorphic-keyboard )
I'm making a musical keyboard using the touchRead() function with some 16channel multiplexers. But it's an awful lot of keys, so, in order to scan them all fast, I need at least 4 teensies. So I thought I could have those 4 scanning and sending the data to a fifth teensy, the one that'd be plugged to the usb and would power the rest through the Vout pin. We'll call this the mother teensy.
Two issues:
1) a teensy has only 3 serials, how do I connect 4 of them to the mother? Maybe if they share the same serial in and serial out, the mother could guide them like: "1st teensy, hand me your readings. Ok, now that you're done it's time for the 2nd teensy. Ok, now the 3rd... etc" and so prevent their messages from overlapping. Would this work? Would it add any significant delay?
2) how many teensies can I power from the mother? Considering each is handling 6 16channel muxes.
Could this affect to the performance of the touchRead() function?
Thanks for reading.
(By the way, this is a continuation of this project: http://forum.pjrc.com/threads/26602-Isomorphic-keyboard )