> For the complete documentation index, see [llms.txt](https://learn.pakronics.com.au/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.pakronics.com.au/makerspace/otto-diy/code.md).

# Code

{% content-ref url="/pages/-MAxJx5YGl9o6M0qrO2a" %}
[Setup Arduino Every board in Arduino IDE](/arduino/tutorials/setup-arduino-every-board-in-arduino-ide.md)
{% endcontent-ref %}

## Library OTTO with Arduino Nano Every board code

{% file src="/files/-M0tkrjvmshKzmyo5iCr" %}
OTTO Library for Arduino Nano Every by Pakronics
{% endfile %}

## If you don't know how to install Arduino library for OTTO

{% content-ref url="/pages/-LwU53qTTXKvs6M3wsIS" %}
[Installing Libraries](/arduino/tutorials/installing-libraries.md)
{% endcontent-ref %}

## Legacy Arduino Nano code

You can download the codes for different functions of Otto from here. You will need to install the libraries in arduino before using the codes provided.&#x20;

{% file src="/files/-LwU4iR7nXxYMGkcomkS" %}
Libraries
{% endfile %}

{% file src="/files/-LwU4sfdtWzJHOy6tthY" %}
Codes
{% endfile %}

In case you don't know to install libraries, you can take a look at our tutorial here.

{% content-ref url="/pages/-LwU53qTTXKvs6M3wsIS" %}
[Installing Libraries](/arduino/tutorials/installing-libraries.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/makerspace/otto-diy/code.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.
