CShark / usb_dmx

A simple four port USB-DMX ArtNET-Node
GNU General Public License v3.0
14 stars 1 forks source link

Ability to configure each output from let's say a web interface or some DIP switches (using binary for selecting the universe) #5

Closed nt2ds closed 1 year ago

nt2ds commented 1 year ago

I want to build this node but configuring each port through resistors and changing them day to day isn't the easiest thing. Are the plans of adding a web interface to configure each port or adding DIP switches on the PCB to choose every port receives from which chip (MAX3440E)?

CShark commented 1 year ago

Currently you can reconfigure the Input / Output using the supplied software and the resistors are only for the initial configuration after a hard reset.

Regarding Dip-Switches: In the future there might be a PCB reiteration to add USB-C instead of the USB-B connector, I'll see if I can replace the resistors with dip-switches then.

Regarding WebUI: Currently the memory is a bit (very) tight, so I'm probably unable to add a webUI without a PCB-Revision. Will look into taking that into account if I do one though.

Regarding Remapping: Not sure why you'd want to do that? I mean, you can just redefine the ArtNET Universe to either send to a different port or let the port receive a different Universe, so it is already remappable through software.

CShark commented 1 year ago

PCB revision is done, WebUI is also done (66b1ba0). Has now dip-switches for the config reset state and a WebUI for reconfiguration instead of that janky tool.