-
Notifications
You must be signed in to change notification settings - Fork 27
Arduino Libraries do not download to Arduino IDE #21
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
Comments
Board definitions dont go in the same libraries folder as other libraries as far as i know, they can be found at No examples currently bundled but just use the example sketch listed near the bottom on http://digistump.com/wiki/oak/tutorials/arduino If your board is showing up online in particle then you should be able to upload the sample sketch.Keep in mind it can take 5minutes or so to flash OTA currently. |
Thanks but I get the following error: "Board oak (platform oak, package digistump) is unknown Error compiling." |
Which version of OSX are you on if you dont mind me asking? |
OSX EL Capitan. |
You might need to wipe out your Arduino Libraries folder and begin again. |
There is no way I am wiping out my library. I will throw these oaks in the trash first. As a note, I follow the directions on my windows 10 and I am able to upload a sketch via the IDE... The oak lives another day... |
Glad you got it working on windows. Seems to be confined to pre 1.6.5 installs upgraded to 1.6.6+ |
Just to be completely clear and expand on what @DarkLotus said - "Board oak (platform oak, package digistump) is unknown" That error is caused by a known issue with the Arduino IDE, the fact that the issue is showing up when you install the Oak has nothing to do with the Oak and we can't do anything about it except offer advice as @DarkLotus did. It could happen with any board package you install whether it be from Sparkfun, Adafruit, Digistump, or anyone. Personally I prefer to use Arduino 1.6.5 as it doesn't seem to suffer from this issue. |
Ok, I am following the directions here- > https://github.com/digistump/OakCore/releases/tag/0.9.2 which tells me to also use http://digistump.com/wiki/oak/tutorials/arduino to set up the Arduino Libraries and Boards. I follow the directions. 1st issue: The step says "Select the “Digistump Oak and Acorn” package and click the “Install” button." but its actually called "Oak by Digistump By Digistump" version 0.9.2. Next, no libraries are downloaded but I see the board. I should see an "Oak" folder in my Libraries folder but I do not. Under Examples there is no Oak option. At this point, in particle.io I can connected and see the Oak but no sketch (blink) will compile. I am not sure if this process is ready. I am using a Mac. Please advice.
The text was updated successfully, but these errors were encountered: