Savage///Chats

Hardware Development => Member Projects => Topic started by: Chris Savage on Apr 20, 2024, 02:23 PM

Title: Looking for Easter Project Ideas
Post by: Chris Savage on Apr 20, 2024, 02:23 PM
I've done projects for Halloween, including flickering LED candles and of course my Halloween Pumpkin Project (https://savagecircuits.com/halloween-pumpkin-project/) and Prop Dropper (https://savagecircuits.com/prop-dropper-2/). For Christmas I have done Christmas Light Control (https://savagecircuits.com/christmas-light-control/), Christmas Tree Kit (https://savagecircuits.com/3d-christmas-tree-kit/) and even made laser-cut tree (not posted yet). But I'm looking for ideas for Easter. If you've seen the Halloween Pumpkin Project (https://savagecircuits.com/halloween-pumpkin-project/), I started with just basic light-up plastic pumpkins and modified them for the project.

(https://savagecircuits.com/wp-content/uploads/2012/10/Halloween-Pumpkin-01.jpg)

For Easter, I obtained the following "Golden Eggs". The ones that have a clear top, I imagined maybe putting RGB LEDs in there. But I am at a loss for a good project. So looking for ideas.

Golden_Eggs_01.jpg
Title: Re: Looking for Easter Project Ideas
Post by: Jeff_T on Apr 20, 2024, 03:55 PM
Hi Chris, you mentioned led's Micropython has a NeoPixel driver built in. I thought about buying a short string from Amazon I need to look into it again, I think you have to buy some kind of terminator for the ends.
Title: Re: Looking for Easter Project Ideas
Post by: Chris Savage on Apr 20, 2024, 04:43 PM
Standard WS2812B RGB LED Strips (Sometimes called, NeoPixels) do not need a terminator on the end and can extended to quite a number of LEDs in the strip without changing the hardware. For example, if you have two 50 LED strips, you can join them into one 100 LED strip just by connecting them.

The way the NeoPixels work is there is GND and VCC, then there is DIN and DOUT pins. The individual LEDs are connected together such that the GND / VCC pins are common for each LED.

The signal goes to the first LED DIN pin. That LED DOUT pin connects to the next LED in the chain in the same manner. The system doesn't know / care how many LEDs are in the chain, but you only need one signal pin for that string, which is very nice.

I can send you some of the ones I have been using for projects. I think they have 8 or 9 pixels per strip and the 5 strips in the pack can be connected together. Then you could experiment with them.

I was thinking of using some in those smaller eggs, maybe. By the way, they come in round strips too, which can go around encoders for visual feedback or clock rings or whatever.