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

Powercell not working properly #30

Open
ghostbuster84 opened this issue Oct 11, 2023 · 6 comments
Open

Powercell not working properly #30

ghostbuster84 opened this issue Oct 11, 2023 · 6 comments

Comments

@ghostbuster84
Copy link

While powered on, the powercell boots up with multiple different colors on the LEDs, and only turns on 12 lights. Screenshot_20231011_173001_Studio.jpg

Here is a picture for reference when fully on. Is this normal for the spirit code, or is something wrong with my LEDs?

@acfq48
Copy link

acfq48 commented Oct 13, 2023 via email

@ghostbuster84
Copy link
Author

So, does the animation only do 12 of the 16 lights? Also, the sticks say they are rgbw, so I'd think it should be working. I guess I might have to order another set to make sure.

@CountDeMonet
Copy link
Owner

There are different multi led sticks that are triggered differently. I've run into this once before. Do you have a link to the sticks you purchased? The detail you are looking for in the specs for the sticks are "WS2812 5050 RGB LED"

You can increase the number of led's used in the animation. On my spirit pack I could only fit 12 of the led's in the available area so I made it configurable. Look for the line that says

const int powercellLedCount = 14; // total number of led's in the animation

@ghostbuster84
Copy link
Author

This is the one i bought the first time: Adafruit Industries NeoPixel... https://www.amazon.com/dp/B08Y65TQXL?ref=ppx_pop_mob_ap_share

@ghostbuster84
Copy link
Author

I just bought another set, but using the link you have in the Readme file. I guess I didn't do that for that last one.

@CountDeMonet
Copy link
Owner

this is the correct one for future reference.

https://www.amazon.com/Adafruit-NeoPixel-Arduino-Integrated-Drivers/dp/B00IEDH26K/?

you can probably get those cool white ones to work but you would need to play with the code to get the correct colors. I've never worked with the cool white ones before and it appears they are either setup differently or the colors are set differently.

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