That's good news. Back on my radar. Anyway, lets stick to the thread topic from here on out if you please.
Type: Posts; User: harryprayiv
That's good news. Back on my radar. Anyway, lets stick to the thread topic from here on out if you please.
Interesting. The fact that it is closed source and requires you to learn their proprietary stuff makes it a non-starter in my work. I want to use (and further the state of) the open source world as...
VERY VERY COOL! I am definitely looking for something to use one of these on now. Seems like a good way to make an Arduino/Teensy as slick as a Raspberry Pi but more suited to RT tasks.
I actually miswrote. I have a decent solution to the UI but the UX is where I need to work on this. I need to add a keypad for sure (or at least a few buttons and a rotary encoder/another pot) but...
Next bit of coding I am doing is going to enable some sort of custom channel mapping. The funniest thing about that functionality is that there aren't any buttons on my board yet. We broke out all...
I got ALL of it working. Tomorrow, I will post an example of Version 1.0 of this board and software. I can't believe how easy this was. The TeensyDMX library had a bug that was causing me...
Thanks. I stand corrected.
I also picked this library because it includes RDM, which is becoming more and more prevalent in the film industry. I can't wait to someday set all of the channel...
Thanks, Paul. I know that there is a bit-banging method out there. However the purpose of my thread here was to nail down the use of Teensy DMX library in particular. In the past day, I have...
I had a nice, long exchange with Chris Staite over Twitter yesterday and was able to clear up some of my questions about this library. According to the author, it should be relatively easy to use...
RDM.h
/*****************************************************************/
/* Entertainment Services Technology Association (ESTA) */
/* ANSI E1.20 Remote Device Management (RDM) over...
I am having a bit of trouble getting started with the Teensy DMX library. I realize that it this library is specifically written for the Teensy 3.1, but I am hoping that I can get it ported (or port...