diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2022-10-31 17:59:40 +0100 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2022-10-31 17:59:40 +0100 |
commit | 9c7f43f3e60950e2268e19753a6bc39aeb00b879 (patch) | |
tree | 2e02925dc43d1fc58a38ec0fb6d9b97c41e1be3f /sw/dmx2artnet/README.txt | |
parent | update keyboard.txt (diff) | |
download | luč-9c7f43f3e60950e2268e19753a6bc39aeb00b879.tar luč-9c7f43f3e60950e2268e19753a6bc39aeb00b879.tar.gz luč-9c7f43f3e60950e2268e19753a6bc39aeb00b879.tar.bz2 luč-9c7f43f3e60950e2268e19753a6bc39aeb00b879.tar.lz luč-9c7f43f3e60950e2268e19753a6bc39aeb00b879.tar.xz luč-9c7f43f3e60950e2268e19753a6bc39aeb00b879.tar.zst luč-9c7f43f3e60950e2268e19753a6bc39aeb00b879.zip |
Diffstat (limited to 'sw/dmx2artnet/README.txt')
-rw-r--r-- | sw/dmx2artnet/README.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sw/dmx2artnet/README.txt b/sw/dmx2artnet/README.txt new file mode 100644 index 0000000..5aebdef --- /dev/null +++ b/sw/dmx2artnet/README.txt @@ -0,0 +1,19 @@ +nodemcu: connect D4 to TX + D7 to RXD (the pin that transmits, weird, right?) of UART-RS485 + G to GND of UART-RS485 + 3V to VCC of UART-RS485 +plug in nodemcu to computer via usb +pio run --target upload + +SLIP: +slattach -vdp slip -s 115200 /dev/ttyUSB0 +ifconfig sl0 up +ip addr add dev sl0 2.0.0.1/8 +use artnet on 2.0.0.1 as input in qlc+, set in artnet config universe to 0, instead of default 1 + +WIFI: +add #define DO_WIFI to source and change ssid to connect to in setup() +use artnet on wifi iface as input in qlc+, set in artnet config universe to 0, instead of default 1 + +hacks: +connect D6 to GND to enable flash suppression hack - flash (dmx 255) will be replaced with the last known value instead |