-
Notifications
You must be signed in to change notification settings - Fork 2
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
Intel Edison support? #2
Comments
my first try to install ledSPI on edison was not successful :/
|
Interesting, the modprobe error is fine -- that's just coming from the script which was made originally for the BeagleBoneBlack. The most likely issue is that your SPI isn't setup correctly, or the path given to ledspi isn't correct. Have you verified that SPI works, and determined what the device path is? If you have, try running ledspi directly, with a command like this: Once that works, you'll have to figure out the hardware side. I'm not familiar with the Edison hardware, so you'll have to figure out how to wire into the SPI. It's also possible that the port is being used with another device on another clock select line, which would mean you'd need some logic to only output to your LEDs when the proper clock select line was enabled. Best of luck, and I'd love to see the results. |
Hi Yona,
thx for sharing this awesome source.
In the past I was playing a lot with fadecandy and I'm really happy someone was porting this OPC server to the Pi.
For my next project, I want to try using this on Intel Edison board.
Is there a existing port for Edison, or should I do this by my own?
The text was updated successfully, but these errors were encountered: