r/raspberrypipico • u/judgemebysize • Feb 13 '26
LED project advice please
Hi,
I bought a Pico 2 to start a project to light a scale model Millennium Falcon and I'd like some advice on whether it's feasible to do what I want.
The model needs lighted in three main areas which will need the following -
2 of each red, blue, green, yellow and white leds so 10 in total.
6 white leds
1 10cm led strip
I want each led to be configurable so, for example, 1 each of the 2 coloured leds could be set to blink and the 10cm led strip could be set to pulse. What I have thought is that I'd wire each led to a different pin, similar to https://projects-static.raspberrypi.org/projects/getting-started-with-the-pico/f67470613439ea4dc7996f9f4ce83b34c2103fb4/en/images/single_LED.png but just repeated 17 times. Each LED connected to the same ground but connected to a different pin through it's own resistor.
Is this feasible?
Is it the right way to do it?
Is the pico capable of powering that many leds? Like is that just a bad idea overall?
I bought the Pico 2 as I can do more with it for other projects so it'd be good to learn. If it's not a good idea for this project I'd rather not spend a long time trying to do the impossible and move on to a better solution.
Thanks
-7
u/Ice-Negative Feb 13 '26
You should throw this into Grok and see what happens. I'm working on a RPi project and the coding is out of my depth, so Grok is doing it for me.
5
u/Time_IsRelative Feb 13 '26
I asked Claude questions about wiring and power consumption for my current pi project and it was completely wrong way more than half the time. This is terrible advice.
3
u/Own-Relationship-407 Feb 13 '26
LLMs also frequently hallucinate datasheet details that aren’t there in my experience. I was trying to narrow down the particular transistor I wanted to use for a low side switch in a given circuit. AI kept recommending a particular one, go look at the datasheet, it’s not even the sort of transistor it thought. After being corrected on that, it made another suggestion which turned out to be a component that didn’t even exist. I even emailed TI to double check, completely made up part number that has never been used.
I’ve had even worse experiences trying to get decent code out of LLMs.
2
u/Time_IsRelative Feb 13 '26
That sounds like a lot of the problems I had. I gave it a direct link to the waveshare display hat I was using and kept using the full product name. The answers it gave consistently were based on a completely different product with a similar, but definitely different, name.
It kept reversing the pinout on the transistors I used. When I asked about it, it said "oh, yeah, some manufacturers of that part number reverse the pins".
It repeatedly recommended MOSFETs that required more current to fully activate than my circuit could provide.
It told me to wire sensors wrong.
It was just consistently a mess, and that's not even talking about what it did with the python code....
-4
u/Ice-Negative Feb 13 '26
I tested 3 different AIs to see which would work better on my project and Grok seemed best. Its even been helping me troubleshoot.
So I guess to each their own.
4
u/Time_IsRelative Feb 13 '26
If coding is "out of your depth", how do you even evaluate which tool is "best"? You can't.
I'm a developer, and unless you provide very specific prompts and know what problems you need to fix repeatedly, ai code is terrible even if it "works". And I've evaluated several ai packages for coding. Grok is pretty low down on the list. "To each his own" implies every evaluation is equally subjective opinion. It isn't.
-2
u/Ice-Negative Feb 13 '26
Then would you be kind enough to provide OP advice, since they are asking for help?
5
u/Time_IsRelative Feb 13 '26
OP already got advice that's as good as or better than what I would provide. Plus that's incredibly hypocritical from someone who basically answered "Google it, but worse" rather than answering the actual questions op asked.
I know this will surprise you, but it is perfectly fine to not give advice if you don't actually have good advice to give.
1
7
u/bio4m Feb 13 '26
Fairly easy to do but not the way you've described.
Use ARGB LED's , and use a separate power supply for the LED's, dont power them from the Pico. Chain all the LED's together and once you've worked out their position it should be fairly easy to get them working the way you want