ArrayArrayArrayArrayArrayArrayArray
BrainModularBrainModular Users Forum2019-03-13T16:46:17+02:00https://brainmodular.com/forums/app.php/feed/topic/64132019-03-13T16:46:17+02:002019-03-13T16:46:17+02:00https://brainmodular.com/forums/viewtopic.php?t=6413&p=40946#p40946Statistics: Posted by dmitriyc — 13 Mar 2019, 15:46
]]>
2019-03-08T08:59:36+02:002019-03-08T08:59:36+02:00https://brainmodular.com/forums/viewtopic.php?t=6413&p=40931#p40931 do you already have the IR decoder ?
What I'll do, because i'm a DIY guy : if I want the IR decoder far away from th computer : IR decoder, wiznet ethernet shield , arduino uno (OSC) if the IR decoder is close to the computeur : IR decoder, teensy 2 (MIDI)
Statistics: Posted by oli_lab — 08 Mar 2019, 07:59
If you were getting it for yourself, would you get the Teensy 2 or the IR, Oli_lab?
already done IR over OSC few years ago as all my interfaces can be connected on the same network
for a simpler use, I'll recommand teensy2 as USBMIDI AND the IR decoder connected to the Teensy.
What I wouldn't bother doing is using the IR decoder with a serial TTL to USB serial as it will be not very easy to reliably setting up.
with teensy USBMIDI, there is a trick to make each device with a different name : that is required to use more than one teensy on the same computer.
// To give your project a unique name, this code must be // placed into a .c file (its own tab). It can not be in // a .cpp file or your main sketch (the .ino file).
#include "usb_names.h"
// Edit these lines to create your own name. The length must // match the number of characters in your custom name.
Statistics: Posted by oli_lab — 05 Mar 2019, 18:52
]]>2019-03-05T19:15:08+02:002019-03-05T19:15:08+02:00https://brainmodular.com/forums/viewtopic.php?t=6413&p=40922#p40922Statistics: Posted by Swofford — 05 Mar 2019, 18:15
]]>2019-03-04T19:35:00+02:002019-03-04T19:35:00+02:00https://brainmodular.com/forums/viewtopic.php?t=6413&p=40921#p40921There is a serial port module that just do that ! if you have a real serial port on your computer (usually PC tower do) that is easy. If you're on a laptop, you'll need a good USB to Serial interface. Keep away from the cheap ones as they are not very reliable and stable. This one is a good pick : https://www.ebay.fr/itm/UGREEN-Cable-Se ... SwSidcPwut
Statistics: Posted by oli_lab — 04 Mar 2019, 18:35
]]>2019-02-28T06:35:29+02:002019-02-28T06:35:29+02:00https://brainmodular.com/forums/viewtopic.php?t=6413&p=40915#p40915Statistics: Posted by dmitriyc — 28 Feb 2019, 05:35
]]>BrainModularBrainModular Users Forum2019-03-13T16:46:17+02:00https://brainmodular.com/forums/app.php/feed/topic/64132019-03-13T16:46:17+02:002019-03-13T16:46:17+02:00https://brainmodular.com/forums/viewtopic.php?t=6413&p=40946#p40946Statistics: Posted by dmitriyc — 13 Mar 2019, 15:46
]]>2019-03-08T08:59:36+02:002019-03-08T08:59:36+02:00https://brainmodular.com/forums/viewtopic.php?t=6413&p=40931#p40931 do you already have the IR decoder ?
What I'll do, because i'm a DIY guy : if I want the IR decoder far away from th computer : IR decoder, wiznet ethernet shield , arduino uno (OSC) if the IR decoder is close to the computeur : IR decoder, teensy 2 (MIDI)
Statistics: Posted by oli_lab — 08 Mar 2019, 07:59
If you were getting it for yourself, would you get the Teensy 2 or the IR, Oli_lab?
already done IR over OSC few years ago as all my interfaces can be connected on the same network
for a simpler use, I'll recommand teensy2 as USBMIDI AND the IR decoder connected to the Teensy.
What I wouldn't bother doing is using the IR decoder with a serial TTL to USB serial as it will be not very easy to reliably setting up.
with teensy USBMIDI, there is a trick to make each device with a different name : that is required to use more than one teensy on the same computer.
// To give your project a unique name, this code must be // placed into a .c file (its own tab). It can not be in // a .cpp file or your main sketch (the .ino file).
#include "usb_names.h"
// Edit these lines to create your own name. The length must // match the number of characters in your custom name.
Statistics: Posted by oli_lab — 05 Mar 2019, 18:52
]]>2019-03-05T19:15:08+02:002019-03-05T19:15:08+02:00https://brainmodular.com/forums/viewtopic.php?t=6413&p=40922#p40922Statistics: Posted by Swofford — 05 Mar 2019, 18:15
]]>2019-03-04T19:35:00+02:002019-03-04T19:35:00+02:00https://brainmodular.com/forums/viewtopic.php?t=6413&p=40921#p40921There is a serial port module that just do that ! if you have a real serial port on your computer (usually PC tower do) that is easy. If you're on a laptop, you'll need a good USB to Serial interface. Keep away from the cheap ones as they are not very reliable and stable. This one is a good pick : https://www.ebay.fr/itm/UGREEN-Cable-Se ... SwSidcPwut
Statistics: Posted by oli_lab — 04 Mar 2019, 18:35
]]>2019-02-28T06:35:29+02:002019-02-28T06:35:29+02:00https://brainmodular.com/forums/viewtopic.php?t=6413&p=40915#p40915Statistics: Posted by dmitriyc — 28 Feb 2019, 05:35
]]>