That was fast! Now when can I get mine shipped
Great work, looks so fun!.
That was fast! Now when can I get mine shipped
Great work, looks so fun!.
Looking pretty great! Can’t wait to get mine.
On no, I’ve been Rickrolled …
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.
I started a separate thread to discuss this:
This has been discussed enough in the margins of other threads that I feel it deserves a thread of its own. Lots of folks have asked for an external enclosure for their input modules that would let them use them outside the FW16. Common use cases: Numeric keypad (medium size module) swapped out for flashy bling but still available as a USB accessory. “The keyboard is so nice I’d like to use it for my other machines” (large size module) “When I upgrade my LED module to an RGB LED module I’d l…
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.
@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
Love the ikea bag lol, can’t wait to get mine!
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.
Joe's Engineering Blog
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.
Wow this is more than I expected! Can’t wait to get mine! Cheers
All packages have been handed to the post office!
Saw my shipment notification from Etsy. Awesome! Can’t wait.
Out for delivery today! Woohoo!
@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?
The code is this repository. It’s listed on step 8 on the instructions page.
Modification of the Adalight-FastLED script to use the Adafruit Neopixel Library with Multiple discrete LED strips. - corndog2000/adalight-multi-strip
Thanks. I must have missed seeing that.
But am I correct on the Adalight protocol, where I can go to get that info?
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.
// "Adalight" is a do-it-yourself facsimile of the Philips Ambilight concept
// for desktop computers and home theater PCs. This is the host PC-side code
// written in Processing, intended for use with a USB-connected Arduino
// microcontroller running the accompanying LED streaming code. Requires one
// or more strands of Digital RGB LED Pixels (Adafruit product ID #322,
// specifically the newer WS2801-based type, strand of 25) and a 5 Volt power
// supply (such as Adafruit #276). You may need to adapt the code and the
// hardware arrangement for your specific display configuration.
// Screen capture adapted from code by Cedrik Kiefer (processing.org forum)
// --------------------------------------------------------------------
// This file is part of Adalight.
// Adalight is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
// published by the Free Software Foundation, either version 3 of
// the License, or (at your option) any later version.
// Adalight is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
This file has been truncated. show original