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

Source code and Wemos #90

Closed nll41 closed 6 years ago

nll41 commented 6 years ago

Hello I have flashed a Wemos D1 with the wemos .bin file, and i works perfectly. But I can't make it to work when I compile the source code myself. Has anyone tried with succes?

best regards Niels

thomsenle commented 6 years ago

i have the same problem :( the compiled sourcecode does not work on the wemos

bombcheck commented 6 years ago

Did you check the pin out in source code? Compiled with 160 MHz and 4M (3M SPIFFS) compiler option?

thomsenle commented 6 years ago

Yes, have changed the ports according to my setup. Want to use txd1/gpio4/d2 as output for a single line of pixels. Enabled "esp01 mode" and changed pinout to my setup. I played arround a little last evening and all that happened was that the strips turned on at full white. Have to take a deeper look this evening with osciloscope.

bombcheck commented 6 years ago

Hm... The only time I had a full white matrix was when I compiled with 80 MHz instead of 160 MHz.

bombcheck commented 6 years ago

TX on Wemos should be GPIO 1 in the code. So the default #define DMX_TX_A 1 should be fine.

bombcheck commented 6 years ago

Can you give us the exact pinout you used in your code?

thomsenle commented 6 years ago

will do this evening... in the office right now.

Grüsse aus Leipzig

nll41 commented 6 years ago

Hello Thanks for the advice, I changed to 160MHz and recompiled, now it works :-) best regards Niels

thomsenle commented 6 years ago

same here ;) Thanks!

bombcheck commented 6 years ago

Great to hear it is working now.

bombcheck commented 6 years ago

So I think this one can be closed then. :)