mtongnz / ESP8266_ArtNetNode_v2

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

Nodemcu Amica / Output not working #106

Open lponciolo opened 5 years ago

lponciolo commented 5 years ago

Hello, amazing work with the code, still the best out there.

I'm having this issue with Arduino compilation in Nodemcu amica, Seems to work, web server is up, can configure WI-Fi settings, but then it doesn't give any output BUT when i compile firmware "espArtnetNode_2.0.0_b5g_WEMOS" direct from web server it works like a charm and output problem is solved.

So i have 2 questions 1) which are the pins used as TX in that compilation ? 2) How it was compiled?

i Try as Nodemcu 1.0, Wemos D1... with 4M (3M SPIFFS) and with 1M (3M SPIFFS)

But im really missing something here and I think it's the wrong output pin but also try several output numbers and the only think that soesnt work is the TX output.

I want to modify the code to "turn off" every led as default when Nodemcu powers up, is preatty invasive the fulll white when you turn on a big pixel matrix and thats why i need to compile from arduino. Maybe can try to solve some other bugs.

Again, amazing work here, hope to hear from you or anyone who got the same problem

cheers