Updated README.md file (#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.
This commit is contained in:
VinnyCordeiro 2022-07-17 17:22:40 -03:00 committed by GitHub
parent 1283f5f49d
commit 720e266170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -4,7 +4,9 @@
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. 😁
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.
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)
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.
### Updates
@ -15,3 +17,7 @@ February 18th, 2022: added link for whoppingpochard's Rainbow Barf's repository,
March 17th, 2022: added the KiCad version that was used to design the PCB.
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.
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.
June 21st, 2022: Added a warning concerning JLCPCB not providing the WS2812B-2020 LEDs anymore.