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

Support for DotStar led strips (APA102C) #96

Open
aknoerig opened this issue Feb 24, 2017 · 4 comments
Open

Support for DotStar led strips (APA102C) #96

aknoerig opened this issue Feb 24, 2017 · 4 comments

Comments

@aknoerig
Copy link

They seem to work very similar to the NeoPixels, but are controlled through SPI instead of I2C.
So I assume it's a bit of work to support them with node-pixel?

@ajfisher
Copy link
Owner

It's actually more of an issue with Firmata than for node-pixel. As SPI potentially causes some blocking behaviour it is not been supported to date. To roll this feature out on the backpack should be relatively straight forward however at that point you're basically using a backpack to create I2C functionality to support SPI which feels a little bad... though that's certainly possible.

@aknoerig
Copy link
Author

I see, thanks for the explanation! I guess I'll go with a custom protocol for now.

@soundanalogous
Copy link

SPI support for Firmata is in progress:

Only thing slowing it down is to date I've had zero feedback on the proposal.

@aknoerig
Copy link
Author

Wow, looks great! Thanks for the hard work, Jeff. Hope it comes through soon.

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

3 participants