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

Feature Request: Multicolor LED output for gates based on last pilot through. #37

Open
c3h5 opened this issue Feb 16, 2016 · 2 comments

Comments

@c3h5
Copy link

c3h5 commented Feb 16, 2016

I typically fly in small groups all via FPV and basically we cannot keep track of each other.
So I had an idea to allow color assignment to pilot’s transponder IDs in the software and have a hardware output from the Raspberry Pi to set multi colored LED.
The purpose would be so that the Raspberry Pi could control the multicolored LED display attached to a gate so that the pilots flying could see who flew though a gate last.
Example my friends color is blue and I see the gate ahead is blue thus he beat me to it.
But then some laps later I see a gate ahead and it’s my color, thus I know I’ve lapped him.

Hope the above makes sense

I think this would be great in a multi gate setup
and also having the option of the gates auto clearing of color after a users predefined amount of time.

@frezik
Copy link
Contributor

frezik commented Feb 16, 2016

I happen to have been working with RGB LEDs of late. An easy way to do this is with GPIO, which would give you the 3 primary RGB colors, plus the 3 secondaries by combining any two of the 3 primaries.

It's possible to get any arbitrary color using PWM on each of the RGB colors, but the Pi only has 1 PWM output. You can use an Arduino to take an i2c or serial signal that sets the color, and then use its own PWM outputs to the LEDs.

@c3h5
Copy link
Author

c3h5 commented Feb 17, 2016

This would be fine as the number of people flying at the same time is typically small and we care more about a quick head to head battle than say a best time. And powering a Pi/LED display is no big deal when you have plenty of old 3s lipo nobody is using. :)

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

2 participants