I want to download CurieBLE... Why isn't there a link on this page?
Seems like a good idea to include it...
I want to download CurieBLE... Why isn't there a link on this page?
Seems like a good idea to include it...
It's part of the Intel Curie Boards package. Just install that package via Boards Manager and the CurieBLE library will also be installed. If for some reason you don't want to do that then you can get it from:
When you post links to the forum please use the chain links icon on the toolbar to make them clickable.
Thanks for responding Pert!
RE: "When you post links to the forum please use the chain links icon on the toolbar to make them clickable."
I'm using Safari and there's no formatting options available when I post.
RE: "Just install that package via Boards Manager..." (Arduino semi newb) How do I accomplish that?
The Git repository doesn't have a .zip for this Library. I'm thinking I need to install it this using this method(s):
http://www.arduino.cc/en/Guide/Libraries <<< --- Again, no formatting available
Rob
RobVig:
RE: "Just install that package via Boards Manager..." (Arduino semi newb) How do I accomplish that?
The CurieBLE library will now be available. It is only available when you have the Arduino/Genuino 101 board selected. It is written specifically for that board and thus would probably not be compatible with other Arduino boards. You can find example sketches at File > Examples > CurieBLE.
RobVig:
The Git repository doesn't have a .zip for this Library. I'm thinking I need to install it this using this method(s):http://www.arduino.cc/en/Guide/Libraries <<< --- Again, no formatting available
It does have a zip at:
https://github.com/01org/corelibs-arduino101/archive/master.zip
for the latest source or:
for official releases but that's the entire corelibs-arduino101 repository so you would need to pull out the libraries/CurieBLE folder from that download. Well, anyway you can disregard all that because you're probably going to want to install the whole Curie package via Boards Manager as explained above but I'm just answering the original question you posted.
Bingo! That worked. I'm in the game.
Thanks Pert!