https://www.instructables.com/id/ESP8266-Artnet-to-DMX/
good info here too:
https://www.instructables.com/id/ESP8266-Breadboard/
This wireless module works off of a regular home router, though there are industry recommendations on what you should be using.
There is a risk of loosing packets of information, but i haven't seen any issues, as of yet, and that is with 8 modules running off of an older home lynksis router. and running out across a gym, with other cell phones and such.... no problems.
The difference between the ones i made and his are:
-I used a wallwart or external dc power supply to run 12vdc into the box, then i used a 3.3vdc and a 5vdc voltage regulators to step down the 12vdc to run the ESP8266 and supply 5vdc for the rs485 converter.
I should note that the esp8266 as well as the chips i used for the data lines are very subject to VCC noise. Ripples of noise on their main power line. It's very important to use a good capacitor accross the DC voltage regulators. I especially noted this when i 1st tried things out and the mirror on my scan light would shutter.. sometimes.
-Because of the external power supply, i was able to get things into a smaller box
https://www.newark.com/webapp/wcs/store ... reId=10194
- I also installed a opto isolator from the output of the esp8266 to the input of the rs485 converter. IF there was some funny spike down the line, this opto isolator should save the esp8266.
usefull links
https://tttapa.github.io/ESP8266/Chap01 ... P8266.html
https://learn.sparkfun.com/tutorials/es ... uino-addon
There have been some updates to his project on another indestructible that he posted that would include information on set up... some of it i still felt as though i was stumbling through. There is a ton of info here, If anyone was interested i would be happy to help.