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

After 5-10 sec leds are out of sync and stop working #29

Closed
Yariv-h opened this issue Mar 29, 2018 · 4 comments
Closed

After 5-10 sec leds are out of sync and stop working #29

Yariv-h opened this issue Mar 29, 2018 · 4 comments

Comments

@Yariv-h
Copy link

Yariv-h commented Mar 29, 2018

I flashed the esp8266 with upload speed of 57600, connected the data pin to D5 pin which is 4 pins left to the RX1 pin (worth to add this commend somewhere...) when starting the python application all the leds turned off and start getting signals from the python application.

using the following :
#define NUM_LEDS 100
#define DATA_PIN 5
//#define CLOCK_PIN 2
#define CHIPSET WS2812B
#define COLOR_ORDER GRB

The led stip itself is bigger the 100 leds but was tested it with only 100 leds. using WS2812B led strip.

is there a way to get the output of the esp8266 device to see if there some errors?
@not-matt Can you please confirm that the setup it right?

@tarthim
Copy link

tarthim commented Mar 29, 2018

Aren't you supposed to connect to the RX1 pin instead of the D5 pin? I'm doing that, with basically your settings, and that's working smoothly.

@Yariv-h
Copy link
Author

Yariv-h commented Mar 29, 2018

No, RX1 will not work, i had also the same problem. look at the board, you will see the following:

sku_441215_1

ws2812_controller.ino you have the line of DATA_PIN 5 not sure how to change to to RX1 but you can change it to different data pin

Hope it will help, let me know please if the leds working well for you just to have in mind if i have wireing problem or its this version which make some issues.

thanks!

@not-matt
Copy link
Owner

not-matt commented Mar 29, 2018 via email

@Yariv-h
Copy link
Author

Yariv-h commented Mar 30, 2018

i changed my power supply and its working just fine on D5 pin

@Yariv-h Yariv-h closed this as completed Mar 30, 2018
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