Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design review: LED #8

Open
krook opened this issue Jul 8, 2021 · 0 comments
Open

Design review: LED #8

krook opened this issue Jul 8, 2021 · 0 comments

Comments

@krook
Copy link
Member

krook commented Jul 8, 2021

Evaluate alternatives to the Neopixels currently in use to optimize for simplicity.

The LEDs being used are the popular WS2812 LEDs, rebranded by Adafruit as Neopixels. These LEDs should be replaced with standard RGB LEDs since the serial protocol to drive them is non-standard, timing sensitive, complex, and difficult to replace in the event it becomes necessary.

Instead, the LEDs can be driven from a digital I/O directly, or from PWM outputs if the colors need to be mixed. Using this method, almost any RGB LED can be used. Ideally, these should be surface mount LEDs as well so that a process can be removed from the manufacturing requirements.

The exact LED will need to be chosen after the final product design is complete, since the positioning, size, and desired orientation are not yet known.

@krook krook transferred this issue from Pyrrha-Platform/Pyrrha-Firmware Jul 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant