Search results

  1. B

    USBProWidget on Arduino Mega Possible?

    Guessing the example code USBProWidget.ino was meant to run on a Teensy and won't run on an Arduino Mega but thought I'd ask. Spent 20 minutes trying to get it to go on the Mega but had a bunch of errors from libs they couldn't be found but work fine for the Teensy. Figured I'd confirm before...
  2. B

    Teensy 4.0 DMX Lighting Control

    Oh man, that's bad...I misread those pin numbers. Apprecaite your patience. I was in bed almost asleep and saw your message, got out of bed to try it and IT TOTALLY WORKS! You are my freakin hero shawn!! I am overjoyed. Spent over 20 hours trying all different types of code, libraries, and...
  3. B

    Teensy 4.0 DMX Lighting Control

    Awesome thank you, making progress! You are correct. As I had been reading through threads I would download the latest links and had libs all over the place which is bad practice on my part. The software that talks to my Teensy 4.0 is called Dragonframe. Dragonframe will succesfully recognize...
  4. B

    Teensy 4.0 DMX Lighting Control

    I take it back. When I open USB Pro widget file up from the location where I unzipped it and open it in the Arduino IDE I get that error when I try to compile, when I'm already in the Arduino IDE and go to files-->examples and select USB Pro widget it compiles fine. Interesting :)
  5. B

    Teensy 4.0 DMX Lighting Control

    Using that link with the latest files I still have the same problem compiling USB Pro widget. I do have TeensyDMX lib installed and am using Arduino IDE 2.2.2-nightly-20240120. C:\Users\Admin\Desktop\New folder\TeensyDMX-master\TeensyDMX-master\examples\USBProWidget\USBProWidget.ino: In...
  6. B

    Teensy 4.0 DMX Lighting Control

    Sorry for the confusion, I'm trying to output DMX. Pretty neat about the USB serial port, there are always so many hidden secrets with every micro, or maybe that's common. Block overview, should saw Teensy here instead or Arduino: Apprecaite the advice Shawn, I had tried to run USBProWidget...
  7. B

    Teensy 4.0 DMX Lighting Control

    Using DMXUSB_Simple.ino I can dim the LED on the teensy board from my computer and that seems to work well. However, when I change LED_PIN to 5 which outputs to a RS485 converter that goes to my DMX light it seems like there is very limited communication. When I try to change the brightess of...
  8. B

    Teensy 4.0 DMX Lighting Control

    I've spent three full days trying to get my Teensy 4.0 to control DMX lights using the ENTTEC protocol. The goal is to use a software package on a computer called Dragonframe to talk to the Teensy to control the DMX lights. There's a video link below of exactly this where someone shows it...
Back
Top