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

RPi Pico freezes when changing color #1598

Open
markthomascampbell opened this issue Feb 14, 2024 · 1 comment
Open

RPi Pico freezes when changing color #1598

markthomascampbell opened this issue Feb 14, 2024 · 1 comment

Comments

@markthomascampbell
Copy link

I have a Raspberry Pi Pico that is attached to a custom board I created that is running SMD sk6812 LEDs. Essentially, my board is working as a VU meter for audio. And the Pico is doing the calculations on the audio strength and how many LEDs to light up. I have the circuit working all day long with the color red at brightness 40, but as soon as I try to change to another color, or to another pattern, or even to a different brightness level, the Pico locks up nearly immediately, and the activity light repeatedly flashes 4 slow and 4 fast. My research tells me that means that there's an incompatible board type. But I know that that's not entirely true, because it is working fine with one color, but I also used a simple test program using FastLED to loop through all the colors on all the LEDs and it did so perfectly fine. So that makes me think there's something software causing this somehow.

Specs for reproduction:

  • Raspberry Pi Pico
  • Arduino IDE 2.3.0
  • Raspberry Pi Pico Mbed 4.1.1 (have also tried Philhower's rp2040 3.7.0, but running into issues with multiple pins for LED arrays)
  • FastLED 3.6.0

Is this an appropriate place to post my sketch?

@marmilicious
Copy link
Contributor

I would suggest starting with posting this info and a link to your code on the reddit group.

https://www.reddit.com/r/FastLED

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

2 participants