An open API service indexing awesome lists of open source software.

https://github.com/knifa/ws28xx-led-driver

A straightforward DIY WS28xx LED driver.
https://github.com/knifa/ws28xx-led-driver

hardware kicad leds pcb ws2812b

Last synced: 8 months ago
JSON representation

A straightforward DIY WS28xx LED driver.

Awesome Lists containing this project

README

          

# ws28xx-led-driver

![Rev 2](./media/rev2.jpg)

This is a straightforward DIY WS28xx LED driver. It's got these features:

- STM32F103C8T6 used as the microcontroller.
- Intended to be powered by a single-cell Li-ion battery, with USB charging and
cell protection.
- 5V 1.5Aish step-up for LED power.
- Single button for soft-power and settings.
- 0805 SMD components or thereabouts.

## License

- Firmware under [MIT License](./firmware/LICENSE.md).
- Hardware under [CC-BY-SA-4.0](./hardware/LICENSE.md).