Skip to content

Commit 720e266

Browse files
Updated README.md file (VoronDesign#744)
* Create README.md * Create README.md * Update README.md * Added KiCad project files * Create README.md * Added production files * Update README.md Added note on mixing RGB and RGBW LEDs. * Update README.md typo * Create README.md * Update README.md Added VinnyCordeiro's RGB LED grid for Stealthburner * Add files via upload Animated GIF of the board working * Update README.md * Update README.md * Update README.md Added the KiCad version that was used to design the PCB * Removed non-necessary components Removed both the input resistor and the filtering capacitor, as they are not strictly necessary for this application. * Delete bom.csv * Delete cpl.csv * Delete RGBW_LED_circular_panel_for_Stealthburner.zip * Updated production files * Update README.md * Update README.md Added information about how to use the Rainbow Barf on Klipper using the main repo, and how to mix it with the nozzle RGBW LEDs. * Update README.md Added warning concerning JLCPCB not providing the WS2812B-2020 LEDs anymore. * Update README.md Added an entry on the 'Updates' section.
1 parent 1283f5f commit 720e266

File tree

1 file changed

+7
-1
lines changed
  • printer_mods/VinnyCordeiro/RGB_LED_grid_for_SB

1 file changed

+7
-1
lines changed

printer_mods/VinnyCordeiro/RGB_LED_grid_for_SB/README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
This PCB, created in KiCad 6.0, is a collaboration between me and [tanaes (a.k.a. whoppingpochard)](https://github.com/tanaes/whopping_Voron_mods/tree/main/LEDs/Rainbow_Barf_Logo_LED). It's a RBG 8× LED grid to be used on the logo of the Voron Stealthburner, to give the user more animation options than a single, boring RGB LED. 😁
66

7-
Important note: this PCB uses 2.0mm × 2.0mm WS2812B RGB LEDs, they should not be used with RGBW LEDs in the same chain unless you know what are you doing, as they use different data protocols. The usage is possible, but it isn't straightforward. There is information that a workaround for mixing RGB and RGBW LEDs is being developed at the [Klipper-led_effect](https://github.com/julianschill/klipper-led_effect) repository, which is what whoppingpochard and I recommend for controlling this board.
7+
Important note: this PCB uses 2.0mm × 2.0mm WS2812B RGB LEDs, instead of the recommended RGBW ones. In order to use the Rainbow Barf on the Stealthburner, you have to properly configure Klipper with a string of 8 RGB + 2 RGBW LEDs. [Klipper's documentation is your friend.](https://www.klipper3d.org/Config_Reference.html#neopixel)
8+
9+
WARNING: as far as June 21st, 2022, JLCPCB does not offer WS2812B-2020 LEDs for assembly anymore, which means anyone wanting to build the Rainbow Barf will either need to hand solder the 2 mm x 2 mm LEDs, or use another fab house for assembly service. This may change in the future, but for now it is the current situation.
810

911
### Updates
1012

@@ -15,3 +17,7 @@ February 18th, 2022: added link for whoppingpochard's Rainbow Barf's repository,
1517
March 17th, 2022: added the KiCad version that was used to design the PCB.
1618

1719
May 6th, 2022: sligthly modified the PCB by removing both the data in resistor and the filtering capacitor. They are not strictly necessary, and the presence of the resistor was making people needing an additional resistor on their controller board's data pin to match impedance. Removing the board's resistor should solve that. There are also some cosmetic changes, and I slightly increased the area available for the power planes.
20+
21+
June 8th, 2022: Added information about how to use the Rainbow Barf on Klipper using the main repo, and how to mix it with the nozzle RGBW LEDs.
22+
23+
June 21st, 2022: Added a warning concerning JLCPCB not providing the WS2812B-2020 LEDs anymore.

0 commit comments

Comments
 (0)