Replies: 1 comment 2 replies
|
This sounds like a great project! There's a bit of info on how to do this with Espruino on https://www.espruino.com/WS2811 But basically you do something like this: (That'll do a spinning light. If you want it to stop and random places and do other stuff and can't figure it out it's actually pretty easy to just paste it into an AI and ask it to help you) In terms of hardware, you then just need something that runs Espruino. IMO Bluetooth is easier as you can then program it without having to make a physical connection to your shield. I'd probably suggest a Jolt.js as that has a battery connection and can recharge the battery (and can also automatically turn all the LEDs off to save power). But the MDBT42 breakout is pretty small and tidy - while it can't charge the battery, it can run off a LiPo or 3xAA easily enough. Or if you don't want to buy an Espruino board you could use something like an ESP32C3 which are cheap and readily available, but then you have some extra work of loading Espruino onto it first (although it's not that hard: https://www.espruino.com/Espressif+Flash) - and they will chew through batteries! |
Uh oh!
There was an error while loading. Please reload this page.
So I have a Shield Hero Cosplay shield, and I want to made the inner "gem" light up. Using a NeoPixel Ring like like this:
https://www.adafruit.com/product/1643?srsltid=AfmBOoo2hpLfvnib267QWR7VT3N7--FJKEzeNyEP-uguXl_NqNqYhIar
I want to make the leds spin around in a circle once, then stop on one at random. Also I want to be able to cause them all to "flare" up. with a simple push of a buttons. Natually it has to be small... but I am not sure how to program or make something like this... Probably a lot of people are going to laugh... anyone know how to make something like this or what I would need to have/know to do this ?
All reactions