NeoPixel WS2812B Doesn't Light Up (Raspberry Pi)

General project help for Adafruit customers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
cfm21
 
Posts: 4
Joined: Wed May 18, 2022 10:44 pm

NeoPixel WS2812B Doesn't Light Up (Raspberry Pi)

Post by cfm21 »

Hello all,

I am very new to the hobby electronics scene but I decided to dive in to complete a passion project of mine. I am trying to drive around 35 WS2812B LEDs purchased from this link. I am powering them with an external power supply, and have grounded them to the RPi (3 B v1.2) as well as connected Din to GP18. I am using this sample code found on the website:

Code: Select all

import board
import neopixel
pixels = neopixel.NeoPixel(board.D18, 9)
pixels[0] = (255, 0, 0)
Currently, I have 9 LEDs wired up and I am trying to test them before I move any further. Here is a list of things I have tested:
Continuity trough the 5v and ground lines from the 1st LED to the last
Using different PWM GPIO pins
Checking voltage on GPIO 18 when the script was run (no voltage indicated)

I'm running out of things to try. Please share any insight you have

User avatar
cfm21
 
Posts: 4
Joined: Wed May 18, 2022 10:44 pm

Re: NeoPixel WS2812B Doesn't Light Up (Raspberry Pi)

Post by cfm21 »

There appears to be continuity between the data line and the 5v line. Could this be causing the problem?

EDIT: This continuity seems to stop when the unit is unplugged from the power supply. In addition, the processor on the RPi was extremely hot when this was occuring. I hope I didnt fry something, but I double checked and I was definitely grounded and connected to GPIO 18.

User avatar
cfm21
 
Posts: 4
Joined: Wed May 18, 2022 10:44 pm

Re: NeoPixel WS2812B Doesn't Light Up (Raspberry Pi)

Post by cfm21 »

Upon further investigation, it seems I have fried the Pi with a solder bridge between 5v and Din on one of the lights. An expensive mistake, so if anyone knows where to get another Pi without paying scalper prices, please let me know

User avatar
Franklin97355
 
Posts: 23940
Joined: Mon Apr 21, 2008 2:33 pm

Re: NeoPixel WS2812B Doesn't Light Up (Raspberry Pi)

Post by Franklin97355 »

Can you post a picture of the offending pixel and the component of the pi that is affected?

User avatar
cfm21
 
Posts: 4
Joined: Wed May 18, 2022 10:44 pm

Re: NeoPixel WS2812B Doesn't Light Up (Raspberry Pi)

Post by cfm21 »

franklin97355 wrote:Can you post a picture of the offending pixel and the component of the pi that is affected?
The component affected is the processor. There’s no visible damage, but as soon as it’s connected to the power supply, it quickly overheats (above 80 C) and the Pi fails to boot.

Locked
Please be positive and constructive with your questions and comments.

Return to “General Project help”