robertoostenveld / esp8266_artnet_dmx512

49 stars 11 forks source link

why use uart #9

Closed lesleylemmens closed 1 year ago

lesleylemmens commented 1 year ago

Hi, if i2s works better, why do i need to also make the uart connection and the toggle switch? in wich file do i enable i2s?

robertoostenveld commented 1 year ago

There have been reports by some that i2s works good for them, by others (including myself) that uart works good for them. It is a choice that you can make. If you add the toggle switch, you can easily compare. Without the toggle switch you'll have to use a soldering iron to switch between the two options.

In line 37 and 46 of esp8266_artnet_dmx512.ino you can enable/disable the two options. By default both are enabled; this comes at the expense of slightly higher computational load for the microprocessor, so if you know that you will only be using one you can disable the other.