-
Notifications
You must be signed in to change notification settings - Fork 881
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
Pixhawk LED Module Chip? #78
Comments
Let me have a look. I would be happy to add support for a new model. |
It's not clear what the overall goal is with this new "LED Module". I just thought i would mention a couple of parts, as a flexible options for driving both a few (RGB) and many LEDs: NExperia NPIC - Shift register based, cascade-able NXP I2C based - PCA9551, Fast mode with Programmable blink rates |
Thanks a lot guys!! Appreciated @LorenzMeier @igalloway |
@LorenzMeier @igalloway If we use one of these chips do we need a driver for it or it is in PX4 already? The need for this LED module is to have the LED indicator of the PX4 moved outside the airplane. |
Can you explain a bit more what you are trying to do?
I'm assuming this is either some kind of remote status indicator?
There are external SPI ports on most PX4 hardware.
There are software drivers for SPI communications
To actually control and illuminate the LED(s) in whichever way you want
would require some software written both to control the SPI device and then
control the LED(s) in the way you want.
…On Sun, Aug 6, 2017 at 5:27 PM, Vasil Petrov ***@***.***> wrote:
@LorenzMeier <https://github.com/lorenzmeier> @igalloway
<https://github.com/igalloway> If we use one of these chips do we need a
driver for it or it is in PX4 already?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#78 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AKBa_rJ8hWlr8CgxvSMKFzGBn3OvBALQks5sVj3ogaJpZM4OQr9w>
.
|
@igalloway We are going to use it for a Status Leds for the PX4. So probably we have to implement it ourselves because there is no chip that could be used right out of the box for now. The one's used are discontinued. |
What replacement |
Hello guys,
We are trying to design our own LED module for the Pixhawk controller. As far as we understand there is a chip on the board that receives information from I2C bus then accordingly controls the led. Some sort of LED driver with I2C control.
I suppose there is firmware that is doing the math?
So we've had a LED module that we like but it uses a chip that is no longer available. It is out of production etc. It is Toshiba chip TSA62724.
So my question is there any other chip that can be used for the LED module to drive the leds from I2C?
Thank you in advance.
The text was updated successfully, but these errors were encountered: