Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only first LED lights up #45

Closed
potentstudios opened this issue Mar 13, 2017 · 6 comments
Closed

Only first LED lights up #45

potentstudios opened this issue Mar 13, 2017 · 6 comments

Comments

@potentstudios
Copy link

The first led only lights up green, yellow or white. I've used the same wiring (with the exception of the data pin) as this project https://github.com/scottlawsonbc/audio-reactive-led-strip and the entire LED strip lights up fine. Here are links to my patch and output settings. Patch: http://i.imgur.com/Y52UMQs.png Output: http://i.imgur.com/C2sdALC.png. For some reason Jinx! doesn't automatically recognize the nodeMCU as an output device but Vista 2 does.

@jmb-dmx
Copy link

jmb-dmx commented Mar 13, 2017

You have load the wrong project for pixel ! This is only DMX output.
This is the good https://github.com/mtongnz/ESP8266_ArtNetNode_v2

@potentstudios
Copy link
Author

Ope! When using the "Web UI OTA from my previous project" method to update the firmware with the .bin file, the nodeMCU shows a solid red light after clicking update in the Web UI.

@jmb-dmx
Copy link

jmb-dmx commented Mar 14, 2017

I have same thing with Adafruit Feather..... No problem with wemos and esp07.

@mtongnz
Copy link
Owner

mtongnz commented Mar 14, 2017

So this is a web UI update issue rather than pixel output issue?

It is possible that they have a different flash chip size which has caused me issues in the past. Check your flash size - how to here: https://www.instructables.com/id/ESP8266-Artnet-to-DMX/#step4

Hopefully your chips are a 1M flash size or higher. When you compile the v1.2.0 firmware, ensure you select the 1M(256K SPIFFS) setting or there isn't enough room for OTA.

I have a nodeMCU which I use for my prototyping and it seems to work fine. Let me know how you go.

@potentstudios
Copy link
Author

potentstudios commented Mar 15, 2017 via email

@mtongnz
Copy link
Owner

mtongnz commented Mar 27, 2017

I'm glad you got everything working. The source will be released soon so hopefully the lag can be minimized by the community :)

@mtongnz mtongnz closed this as completed Mar 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants