[Showcase] RGB LED Matrix Input Module

That was fast! Now when can I get mine shipped :smiley:

Great work, looks so fun!.

1 Like

DOUBLE TROUBLE

17 Likes

Looking pretty great! Can’t wait to get mine.

1 Like

On no, I’ve been Rickrolled … :stuck_out_tongue_closed_eyes:

4 Likes

Actually… @Joseph_Schroedl, you should make sure some kind of macro or preset in the control software or something to display that. Not as good for a single one, but I think it can still visually look OK.

1 Like

I started a separate thread to discuss this:

2 Likes

Small update: Nirav has mailed me the FPC connectors I need to finish assembling the modules. I will be working on those this weekend and will start mailing out units.

9 Likes

71 RGB LED Modules!!!

13 Likes

@Joseph_Schroedl Is there any way to still get in on purchasing? I see the site has it Out of Stock

Nevermind, i see your earlier reply

1 Like

All orders packed up and ready for the post office!

10 Likes

Love the ikea bag lol, can’t wait to get mine!

1 Like

Here is a page I created on my website with instructions for OpenRGB setup. It also has instructions for re-programming the modules with my OpenRGB compatible firmware.

I’ll be adding documentation soon with easier to understand pinouts and instructions for flashing CircuitPython. But, the instructions for flashing CircuitPython are the same as any RP2040 microcontroller. Except, you’ll still need to use the BOOTSEL switch on the back of the module to get into the UF2 bootloader.

4 Likes

Wow this is more than I expected! Can’t wait to get mine! Cheers

1 Like

All packages have been handed to the post office!

7 Likes

Saw my shipment notification from Etsy. Awesome! Can’t wait. :slight_smile:

1 Like

Out for delivery today! Woohoo!

2 Likes

@Joseph_Schroedl hmm…looking at your start instructions, you use Adalight protocol to control over the USB-Serial bridge? So looks like GitHub - adafruit/Adalight is the base code, and I can fully figure out the protocol specs (don’t see any listed anywhere else) from Adalight/Processing/Colorswirl/Colorswirl.pde at master · adafruit/Adalight · GitHub in order to figure out how to send via my language/library of choice? Since I feel like I want to automate things, and don’t want to run OpenRGB always.

Based on my looking at your repo, GitHub - corndog2000/RGB-LED-Matrix-Input-Module is the PCB/hardware side of things, but is GitHub - corndog2000/RGB-LED-Matrix-Rust the firmware side of things? Or is that somewhere else? Mostly just curious to see what you have on the firmware side.

EDIT: Hm, looks more like adalight-multi-strip/adalight-multi-strip.ino at main · corndog2000/adalight-multi-strip · GitHub is the firmware code?

1 Like

The code is this repository. It’s listed on step 8 on the instructions page.

1 Like

Thanks. I must have missed seeing that.

But am I correct on the Adalight protocol, where I can go to get that info?

1 Like

Yes, it does use the Adafruit Adalight protocol. You can see in this Adafruit repository how they interact with the hardware using a Processing program.