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

Consider changing RGB led from addressable LED to regular RGB LED #3

Open
perigoso opened this issue Jun 7, 2021 · 0 comments
Open

Comments

@perigoso
Copy link
Member

perigoso commented Jun 7, 2021

In r0.1 we used a addressable LED for the RGB LED, this doesn't make immediate sense because its a single LED, but this needs only one line to drive, and in the end its more compact (if we wanted to take advantage of 5v for a regular led)

I'm considering going with a regular LED, but there's not enough space for a regular led using the 5v, because the ios are not 5v tolerant and would require 3 transistors, alternative solution is a 74LVC3G17 (3 gate schmitt trigger) as a level shifter, or we could go with direct drive. The reason 5v drives is prefereable to direct drive is that blue and green leds usually have high forward voltages (3.2 - 3.4V), and driving them with 3.3V will result in a weak color range (harder to achieve white for instance)

one other reason to consider keeping the addressable led is the ability to add extra leds by the user (we need to add a easier way to connect to it though, like some edge pads)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant