Daft Punk Adafruit Feather 32u4 Bluefruit LE

Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
Minneapolis
 
Posts: 7
Joined: Fri Dec 23, 2022 8:18 pm

Daft Punk Adafruit Feather 32u4 Bluefruit LE

Post by Minneapolis »

I'm trying out the Adafruit Feather 32u4 Bluefruit LE board with the Mini Skinny Neopixel Digital RGB LED strip (144 m). It's for the Daft Punk helmet and I've made a 5x32 matrix. Most of the leds will light up, but not all of them. After I select one animation, it's fine. The moment I try to select a different one, it freezes. After resetting or unplugging the battery, none of the leds turn on. I tried connecting the Circuit Playground Express to the matrix but nothing happened. The led strip is fine, but I'm not sure if I'm doing something wrong with the board. The battery I'm using is the Lithium Ion Battery - 3.7V 2000mAh. Do I need more power?

User avatar
blnkjns
 
Posts: 963
Joined: Fri Oct 02, 2020 3:33 am

Re: Daft Punk Adafruit Feather 32u4 Bluefruit LE

Post by blnkjns »

Neopixels run off 5V, so you need additional power for the LEDs as well.

User avatar
Minneapolis
 
Posts: 7
Joined: Fri Dec 23, 2022 8:18 pm

Re: Daft Punk Adafruit Feather 32u4 Bluefruit LE

Post by Minneapolis »

I added more power to it, but I'm still getting the same results.

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

Re: Daft Punk Adafruit Feather 32u4 Bluefruit LE

Post by Franklin97355 »

What are you powering this with and have you tried to run your program on a small strip of pixels? You might need a level shifter to make the signal consistent.

User avatar
blnkjns
 
Posts: 963
Joined: Fri Oct 02, 2020 3:33 am

Re: Daft Punk Adafruit Feather 32u4 Bluefruit LE

Post by blnkjns »

Yes, a level shifter is mandatory. I thought 32U4 and assumend it is 5V logic, but it seems it isn't, it is 3,3V logic. So you need to shift the signals too. What happens is that the first LED's might be able to interpret the lower voltage data line when it is still above the voltage cap, but it will drop below eventually. A 5V data signal will run further into a long string.

User avatar
Minneapolis
 
Posts: 7
Joined: Fri Dec 23, 2022 8:18 pm

Re: Daft Punk Adafruit Feather 32u4 Bluefruit LE

Post by Minneapolis »

Thank you very much! Which level shifter or converter would you recommend?

User avatar
blnkjns
 
Posts: 963
Joined: Fri Oct 02, 2020 3:33 am

Re: Daft Punk Adafruit Feather 32u4 Bluefruit LE

Post by blnkjns »

Either a loose IC like
https://www.adafruit.com/product/1787
or a module like
https://www.adafruit.com/product/1875
Depending on your desired form factor.

User avatar
Minneapolis
 
Posts: 7
Joined: Fri Dec 23, 2022 8:18 pm

Re: Daft Punk Adafruit Feather 32u4 Bluefruit LE

Post by Minneapolis »

Do they both require a breadboard?

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

Return to “Feather - Adafruit's lightweight platform”