Page 1 of 1
Re: Route ArtNet to USB LED Devices ... on an ESP32??
Posted: Mon Mar 07, 2022 12:10 pm
by mad-matt
No, it's just that MadMapper filters virtual ports based on vendorID / productID:
if (vendorID==0x1d50 && productID==0x60aa)
dt=LSDT_BlinkyTile;
else if (vendorID==0x1d50 && productID==0x605e)
dt=LSDT_BlinkyTape;
else if (vendorID==0x2341 || vendorID==0x093a || vendorID==0x0403)
dt=LSDT_Arduino;
else if (vendorID==0x16c0)
dt=LSDT_Teensy;
else if (vendorID==0x2886)
dt=LSDT_Seeeduino;
else
continue; // Not an arduino compatible device
I can add the SparkFun ESP32 before MM 5.1 beta build. Could you send me the VID/PID of your product ? Just to be sure added the right ones. Are you on macOS or Windows ?
This is how to get it:
https://superuser.com/questions/1106247 ... 48#1106248
Re: Route ArtNet to USB LED Devices ... on an ESP32??
Posted: Mon Mar 07, 2022 10:44 pm
by timbrass
Matt - If you are adding other specific hardware IDs then can you add my Arduino Uno (clone)
USB\VID_1A86&PID_7523&REV_0264
USB\VID_1A86&PID_7523
Re: Route ArtNet to USB LED Devices ... on an ESP32??
Posted: Wed Mar 09, 2022 3:17 pm
by mad-matt
Done. For 5.1.0 beta 2 (or final release). I can PM you intermediate build when we have. Just let me know if you're on Windows or macOS
Re: Route ArtNet to USB LED Devices ... on an ESP32??
Posted: Thu Mar 10, 2022 2:59 pm
by timbrass
I am on Windows 11.
At the moment I can see some LED activity on my single string of 25xWS2811 LEDs but only the first 9 light up (blink test fires all of them). No amount of fiddling with Fixture Manager seems to make the others work.
The Device Setup for LED in Preferences/DMX Output defaults to 4000000 baud but does not accept changing that to the 921600 that Teensy 3.2 requires. Also there is a weird ? on the title bar that does nothing!
Re: Route ArtNet to USB LED Devices ... on an ESP32??
Posted: Thu Nov 09, 2023 1:10 pm
by reMutable
Done. For 5.1.0 beta 2 (or final release). I can PM you intermediate build when we have. Just let me know if you're on Windows or macOS
Hi Mad Matt,
Can you please add this ESP32 to your list ?
Identifiant du produit : 0xea60
Identifiant du fournisseur : 0x10c4 (Silicon Laboratories, Inc.)
It is this board : JZK® ESP-32S ESP32
I have set up a 1080 pixel installations for a party for this saturday. At home I was using a wifi router, I connected Madmapper and ESP32 (via WLED) to this wifi network and it was running quite smoothly. At the venue with samed setup, it is very difficult to connect to the wifi, and animations are very slow and it often loses connection and goes back to WLED style of animation. That why I would try to use USB.
Thanks!
Re: Route ArtNet to USB LED Devices ... on an ESP32??
Posted: Thu Nov 09, 2023 6:26 pm
by mad-matt
Shit we just released 5.5 beta 1. Will be in next version, but if you tell me your platform I can start a build with this VID/PID.
Re: Route ArtNet to USB LED Devices ... on an ESP32??
Posted: Thu Nov 09, 2023 11:27 pm
by mad-matt
It's in 5.5 beta 2 available now
Re: Route ArtNet to USB LED Devices ... on an ESP32??
Posted: Mon Nov 13, 2023 11:14 am
by reMutable
Thanks for you help, our leds where running smoothly during all our party
