You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
This project is great for me, i want to delete dmx cable between midi foot module and light devices.
But I'm not sure to understand what I'm suppose to do... I have 4 lights with one d1 mini each and one d1 wemos to send dmx of the foot module.
you say :"you configure one microcontroller to convert DMX to Art-Net in access point WiFi mode" :
so I put this line :
and you say "Then, you configure another to convert Art-Net to DMX in WiFi station mode. The second Art-Net receiver should be connected to the WiFi SSID created by the first (AP/sending) microcontroller."
so I put this line on the second :
strncpy((char*)_wifi_config, CONFIG_PACKET_IDENT, 8); //add ident
_wifi_config->version = DMXWIFI_CONFIG_VERSION;
_wifi_config->wifi_mode = LX_STATION_MODE;
_wifi_config->protocol_flags = INPUT_TO_NETWORK_MODE | RDM_MODE;
how configure receivers as "converting Art-Net to DMX in WiFi station mode." ?
Could anybody help me please ?
Thanks a lot
The text was updated successfully, but these errors were encountered:
Hello,
This project is great for me, i want to delete dmx cable between midi foot module and light devices.
But I'm not sure to understand what I'm suppose to do... I have 4 lights with one d1 mini each and one d1 wemos to send dmx of the foot module.
you say :"you configure one microcontroller to convert DMX to Art-Net in access point WiFi mode" :
so I put this line :
strncpy((char*)_wifi_config, CONFIG_PACKET_IDENT, 8); //add ident
_wifi_config->version = DMXWIFI_CONFIG_VERSION;
_wifi_config->wifi_mode = LX_AP_MODE;
_wifi_config->protocol_flags = INPUT_TO_NETWORK_MODE | RDM_MODE;
and you say "Then, you configure another to convert Art-Net to DMX in WiFi station mode. The second Art-Net receiver should be connected to the WiFi SSID created by the first (AP/sending) microcontroller."
so I put this line on the second :
strncpy((char*)_wifi_config, CONFIG_PACKET_IDENT, 8); //add ident
_wifi_config->version = DMXWIFI_CONFIG_VERSION;
_wifi_config->wifi_mode = LX_STATION_MODE;
_wifi_config->protocol_flags = INPUT_TO_NETWORK_MODE | RDM_MODE;
how configure receivers as "converting Art-Net to DMX in WiFi station mode." ?
Could anybody help me please ?
Thanks a lot
The text was updated successfully, but these errors were encountered: