# ARDUINO

- [Arduino Backpack](https://lessons.mistyrobotics.com/arduino/arduino-backpack.md): You can use the Arduino-compatible backpack with sensors and other hardware to extend the capabilities of Misty's native hardware.
- [Arduino](https://lessons.mistyrobotics.com/arduino/arduino.md): You can create amazing project with Misty and Arduino even without the Arduino Backpack!
- [Arduino Lessons](https://lessons.mistyrobotics.com/arduino/arduino-lessons.md): The key to communication between Misty and Arduino is to properly control the different messages that they are writing to each other.
- [Arduino to Misty](https://lessons.mistyrobotics.com/arduino/arduino-lessons/arduino-to-misty.md): In this project, you will use Arduino to trigger Misty to change the colour of her chest LED.
- [Misty to Arduino](https://lessons.mistyrobotics.com/arduino/arduino-lessons/misty-to-arduino.md): In this project, you’ll use MIsty’s bump sensor to trigger Arduino to change its LEDs.


---

# 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://lessons.mistyrobotics.com/arduino.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.
