mtongnz / ESP8266_ArtNetNode_v2

ESP8266 based WiFi ArtNet to DMX, RDM and LED Pixels
GNU General Public License v3.0
611 stars 158 forks source link

Schematics differences with v1? #55

Closed sinedied closed 7 years ago

sinedied commented 7 years ago

First, thanks for your project and sharing the instructions with it! 👍

I successfully made a simpler version based on your v1 schematics, using a nodemcu 1.0 board (with 3.3V everywhere) and a single dmx output. It works very well 😄

I looked into the v2 schematics, and saw that you added a bunch of resistors, could your explain why? If I only use it for DMX output, not pixels/RGB is it useful to move to the new design?

Thanks!

mtongnz commented 7 years ago

The resistors are for DMX termination and are recommended for RDM. I based my design on an Arduino shield design by Mat Hertel - he explains it here: http://www.mathertel.de/Arduino/DMXShield.aspx They are not needed for pixels at all and things will probably work fine for DMX without them

sinedied commented 7 years ago

Thanks for the info!