jgarff / rpi_ws281x

Userspace Raspberry Pi PWM library for WS281X LEDs
BSD 2-Clause "Simplified" License
1.78k stars 622 forks source link

Any attempts to build a version for Node? #98

Closed che-effe closed 8 years ago

che-effe commented 8 years ago

I'd like to take a stab at building a node version. Do you currently have / are planning to have some work done to tackle this?

usefulthink commented 8 years ago

Already did that: https://github.com/beyondscreen/node-rpi-ws281x-native Would love to see people using it or maybe helping out with development :)

che-effe commented 8 years ago

Excellent! I might play around with this today.

usefulthink commented 8 years ago

Great! I didn't have a lot of time for this lately, so it's now well behind the recent changes in this library, but if you're using standard ws2812 LEDs and raspberry-pi 1 or 2 everything should be fine.

jgarff commented 8 years ago

If you're changes are compatible, and you're willing to update to the latest, I'd be happy to review and incorporate them into the mainline. If you do, please use the sk6812 branch. That's where the latest updates are being staged. Thanks.

On Thu, Jun 2, 2016, 8:19 AM Martin Schuhfuss notifications@github.com wrote:

Great! I didn't have a lot of time for this lately, so it's now well behind the recent changes in this library, but if you're using standard ws2812 LEDs and raspberry-pi 1 or 2 everything should be fine.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jgarff/rpi_ws281x/issues/98#issuecomment-223305929, or mute the thread https://github.com/notifications/unsubscribe/AIPem3o4OKv8mEwciobxDESwZJTNEPDQks5qHuZRgaJpZM4IrxzC .

usefulthink commented 8 years ago

@jgarff I wasn't sure you would like it, so I kept it in a separate repository :) (using your reporitory via git submodules).

che-effe commented 8 years ago

@usefulthink, I'm working with Edison with mini breakout, may try to build it to run on that device.

usefulthink commented 8 years ago

Oh, that will be a problem as this library is very specific for the Broadcom SoCs built into the Raspberry Pis and will not work with other platforms.

che-effe commented 8 years ago

Gotcha, I'll try a separate board for LED control.

jgarff commented 8 years ago

Closing this issue as resolved.