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

any tips to get WS2811 strips working? #71

Open
fabsenet opened this issue Dec 5, 2018 · 5 comments
Open

any tips to get WS2811 strips working? #71

fabsenet opened this issue Dec 5, 2018 · 5 comments
Labels

Comments

@fabsenet
Copy link
Owner

fabsenet commented Dec 5, 2018

Any help would be greatly appreciated thanks Shane.

p.s running Windows 10

Originally posted by @shanosburgess in #69 (comment)

@fabsenet
Copy link
Owner Author

fabsenet commented Dec 5, 2018

@shanosburgess: I extracted your question into a new issue for clarity.

You need to change this line in the arduino code:

FastLED.addLeds<WS2812B, LED_DATA_PIN, GRB>(leds, NUM_LEDS);

WS2812B is the LED strip type.

Start here to find out, what you may want to change:
https://github.com/FastLED/FastLED/wiki/Chipset-reference

If this does not work, I am most probably not able to help you much further, sorry. I simply do not have experience with every LED strip out there.

@shanosburgess
Copy link

Hi, that seems to have done the trick it is now communicating with the lights, I think I need to mess around to find the correct order for RGB now lol
I have a couple of other questions though, when I try to set the position of the detection zones the left edge and top edge are not making contact with the screen they overhang so when trying to remove black bars I am to high at the top etc. also can you recommend a media player to use? when I try VLC in full screen the lights just go off.

Z wyrazami szacunku i podziękowania za pomoc Shane

@Kaitoukid93
Copy link

for ws2811 RGB order. just keep the LED type "WS2812B" and change the order to "BRG"

@fabsenet
Copy link
Owner Author

fabsenet commented Dec 5, 2018

the preview of the detection zones is messed up in v2.0.7 (see #68).

I had no trouble with any media player lately. Except the original netflix windows 10 app sets a "protected content" flag and adrilight only sees the media player controls but not the actual video content.

I know you can change the media renderer in vlc (d3d, direct draw, ...) in the settings. this may have an effect. are you playing some specific video or does it happen with any video? (resolution, color depth, codec, ...)

Byłem bardzo szczęśliwy mogąc ci pomóc!

@shanosburgess
Copy link

I will have a play around with the settings on vlc when I get up in the loft next (when wife is out lol)
and report back to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants