# Appendix A

## Install Curie Libraries

1. Download the Arduino IDE 1.6.7 or later to program Arduino / Genuino 101 from <https://www.arduino.cc/en/Main/Software>
2. Install the Intel Curie Boards core using Arduino Boards Manager. Navigate to Tools > Board > Boards Manager

![](/files/-Lr47oJIq81bJkerC3qZ)

1. In the Boards Manager, scroll down to “Intel Curie Boards”, select the latest version available and click “Install”. Required core libraries will be downloaded and installed on your computer. Ensure you have internet connection.

![](/files/-Lr47wBIKVF9R99TDuOW)

1. A successful installation can be verified by –
   1. “installed” tag appears next to the core name
   2. Arduino / Genuino 101 appears as one of the boards in Tools > Boards menu

![](/files/-Lr4839VeEz883PTmxTI) ![](/files/-Lr48HSfxPuQuQtCe1JZ)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.pakronics.com.au/arduino/examples/genuino-101/appendices/appendix-a.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
