#fastled

Wrote up all about my adventures with Blinksy: an embedded Rust LED library 🌈

blog.mikey.nz/first-look-at-bl

✨ Define 1D, 2D, and soon 3D spatial layouts
✨ Create a visual pattern: given the pixel's position in space, what's the color?
✨ Built-in support for WS2812B & APA102 LEDs; easy to add the others
✨ Desktop simulator for creative coding
✨ Quickstart project to jump in

Please share if you like! 💜

#rustlang #fastled #wled #embedded #creativecoding #opensource #maker

2025-01-23

I've been working on the FastLED project. This week I got it to support WS2816 LEDs. They're pretty nifty LEDs -- they're like WS2812, but with 16 bits per color channel instead of 8, they have much greater dynamic range. From blinding all the way down to "Is it lit at all?"

Of course, with twice as many bits, it takes twice as long to refresh them. That's why I made them work with the ObjectFLED driver today (up to 42 parallel strands from a Teensy 4).

#FastLED #Teensy4

2025-01-12

❤️💚💙
256 ledjes gesoldeerd, problemen met de stroomvoorziening opgelost en een behuizing gemaakt.
Nu nog een nuttige toepassing bedenken!
(Of niet. Dan laat ik gewoon deze demo uit de #Arduino #FastLed library er op staan, want ik kan hier eerlijk gezegd heel lang naar blijven kijken 🤓)

2024-12-14

Any C/C++ wizards looking for a project? I'd be willing to pay for WS2816 support to be added to #FastLED.
#PixelBlaze supports them but I do still use FastLED with the QT Py SAMD21.
I can provide PCBs with the LEDs already assembled.
They're 48-bit color (16 per channel), but FastLED support for them would need to be 24-bit (8 per channel).
WS2816 Datasheet: lcsc.com/datasheet/lcsc_datash
Here's a whole thread where I compare them to WS2812 and SK9822: leds.social/@jasoncoon/1115756

Zentrum für Technikkultur LDztl@rheinneckar.social
2024-11-20

Der 5. Workshop "Programmieren lernen mit Arduino" findet am Donnerstag 21.11. um 19:00 im #ZTL statt.

Endlich - smarte RGB-WS2812 Neopixel LEDs! Wir erfahren, wie sie funktionieren und setzen für die Ansteuerung die FastLED-Bibliothek ein. Als Belohnung gibt's dann noch ein kleines Reaktionsspiel zum Testen der Reflexe und Hand-Auge-Koordination

#ztl #ztlspace #zentrumfürtechnikkultur
#makerspace #arduino #programmieren
#landau #WS2812 #neopixel #FastLED

2024-09-09

Now that the software for the #cyberjacket is in a very minimally usable state, it was time to start testing out how it would actually look on the jacket. A little duct tape to hold the Pi in place; a little clear tape for the LED panel.

I'm not in love with the white LED bases, but haven't see any other option. Figuring out how to mount them on the jacket will also be exciting.

But I'm relatively pleased with the Pi. For a prototype that's not bad.

#raspberrypi #fastled

Back of a leather biker's jacket showing a Raspberry pi case mounted just behind the left shoulder. A USB cable runs down the back.Side of a leather biker's jacket. An LED matrix panel is taped to the side. Wires to a microcontroller can be seen hanging off to the left. The LEDs show a cascading chevron pattern.
Christopher Mastomasto@masto.masto.com
2024-08-20

I have been trying to make this video for two years and I finally got it done. My basement LED marquee project:

youtube.com/watch?v=W0_3rzvq9K

#maker #fastled #arduino #esp32 #scrolltext

2024-08-09

Really enjoyed working on this installation over the past few months, even though it was pro-bono evening and weekend work! This is an infinity dodecahedron, created by talented group of artists and craftsfolk who tasked me with working on the code to bring over 2000 LED lights to life. We didn't get it to where we wanted to be for its first outing at Beyond The Pale festival, but we will be adding more features for next outing.

#creativecoding #FastLED #OctoWS #Teensy #Arduino #musicfestivals

funvillfunvill
2024-08-01

Next project, a Tetragonal Deltohedron LED polyhedron.

It seems If you are making Art PCBs eventually you make the LED Cube style project.

101 Addressable LEDs per side, 8 sides. running off a XIAO ESP32, Lipo battery inside...

Same shape as my stained glass version blog.abluestar.com/projects/20

Same methods as the Dodecahedron PCB blog.abluestar.com/dodecahedro

2024-07-05

Really enjoyed working on this installation over the past few months, even though it was pro-bono evening and weekend work! This is an infinity dodecahedron, created by talented group of artists and craftsfolk who tasked me with working on the code to bring over 2000 LED lights to life. We didn't get it to where we wanted to be for its first outing at Beyond The Pale festival, but we will be adding more features for next outing.

#creativecoding #FastLED #OctoWS #Teensy #Arduino #musicfestivals

2024-05-28

Hey @jasoncoon ,

Have you ever controlled 800 or so WS2811 LEDs with your pixel mapper? We edge lit wrapped all these letters at work and I wanna map em so I can make em rainbow fade from top to bottom.

Sure the fastled strip effects are cool, but I really wanna get the pixels mapped for more neat things. I figure with 8mb of ram, the RP2040 or M4 #Adafruit feathers might be nice?

Programming is fun :)

#led #notneon #electronics #programming #pixelmapping #brooklyn #sign #fastled #ws2811

A bunch of letters wrapped in LEDs with a bunch of sharpie marked pixels on em
2024-01-27

Interesting results experimenting with WS2816B-2121:
* I can drive them with #FastLED by just doubling the LED count.
* They don't seem to be 3.3V logic tolerant.
* I can drive them with #Pixelblaze, and an ESP8266 with one of my level shifter (74HCT) shields.
* Tried with a QT Py SAMD21, no output.
* Added a level shifter inline with the data line from the QT Py and it works.
* The datasheet says (after translation): Logic input voltage (Vᵢ): -0.3V~VDD+0.7V
@tschundler @skyguided

2024-01-15

After ordering I remembered that #FastLED doesn't support WS2816 & likely won't for a very long time. I should have used SK9822. 🤦
I could use #PixelBlaze Pico & forgo the touch pads. I'd need to add a USB-C port for the LiPo charger. Or there might be *just* enough room for a full size PixelBlaze.
It looks like the NeoPixelBus library supports WS2816, so I may see if I can hack together an unholy combination of it and FastLED: github.com/Makuna/NeoPixelBus

2023-12-22

@yurnidiot someone just installed #FastLED on it and made it go real fast 😂

2023-11-19

Playing around with my Fibonacci182 Card prototypes again, after mostly ignoring them for over a year.
I have multiple patterns working using the #FastLED library running on the onboard @adafruit QT Py SAMD21. A double-tap on any of the touch pads changes to the next pattern.
The first pattern (Attractor) still works, with long-touches on the pads changing the center of gravity orbited by the two boids.
The code: github.com/jasoncoon/fibonacci

FacelesstechFacelesstech
2023-11-19

New blog post - Fidget Encoder - I designed a fidget toy with a Ws2812 LED's light ring paired with a nice and clicky encoder wheel - facelesstech.wordpress.com/202
youtu.be/UHvId7B831Q?si=JXeefu

A round 3d printed enclosure showing an arduino pro micro and a charging board point to point wired up to a lipo battery and an encoder wheelA 16 led Ws2812 light ring lite up blue on a white light box background
2023-08-29

Made this string of addressable LED unicorns out of a bunch of Wilko unicorn solar lights, a WS2811 12V LED string, a DC-DC converter and an ESP32.

The only problem is I have fifty LEDs, but only thirty unicorns. Clearly I need to get more unicorns.

Also, yes, they are all extremely gay.

#ledstring #electronics #unicorns #pride #esphome #FastLED

A bunch of WS2811 unicorns showing the 6-colour Pride flagA bunch of WS2811 Unicorns showing the Trans Pride flagA bunch of WS2811 Unicorns showing the Pan Pride flagSome WS2811 Unicorns lit up in white
2023-08-21
jeffluszczjeffluszcz
2023-06-17

I’ve been working on LED projects lately and I’ve been trying to find a good diffuser that I don’t have to spend a lot of money on. I read that broken LCD televisions are great sources of free diffuser film.
I got a 42 inch broken TV off of craigslist today and in about 15 minutes was able to take it apart and pull out two very nice diffusers, which work AMAZING in front of the LED strips and a TV sized piece of diffuse plastic, that is very stiff / may not work as well.

A LED strip project in a diamond shape with a diffuser in front of itA diffuser sheet from a broken televisionA thicker defraction sheet plastic from a broken television
jeffluszczjeffluszcz
2023-06-15

Doing some code spelunking in some FasLed code I wrote for a weirdly shaped WS2812 LED matrix I made during lockdown. Got the basics working back then, but really want to do something special with it.

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst