-
Notifications
You must be signed in to change notification settings - Fork 174
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
APA102 on Intel Edison: Unknown I/O name SPI2 #80
Comments
More debugging shows that
returns Using that string instead of SPI2... still doesn't work; but fails in a different way:
|
Looks like the Edison is using those pins for multiple things. There may be a way to configure the pin muxing on the system, but since that platform is deprecated it may not be high priority. Are you using IO10-13 for anything else? Do you have any other apps currently installed? |
Sorry; missed this update; received no email. I am using IO13 for the LED blink as a heartbeat indicator. |
Good call. IO13 / led blink was the cause. |
I'm writing my second Android app using AndroidThings... first being a blink demo. So admittedly; I'm likely out of my element.
When I run my application; I'm getting the following error on the following lines:
where
private static final String apa102BusName = "SPI2";
LogCat reports:
Do I have a broken Edison build chain? What am I missing
The text was updated successfully, but these errors were encountered: