# A0 Projects

## A0RET

A0RET comes preinstalled on A0, it allows ELM327 emulation and wireless car-hacking with SavvyCAN.

{% embed url="<https://docs.macchina.cc/a0-docs/a0ret>" %}

## A0 CAN Vehicle Data

This project uses A0 to query the vehicle for speed, engine RPM, and coolant temperature and prints the data to the serial console.

{% embed url="<https://docs.macchina.cc/projects/a0-projects/a0-can-vehicle-data>" %}

## A0 CAN Point to Point

This project aims to familiarize users with basic CAN functionality on A0 by echoing CAN frames, great when paired with an M2 and OBD3way board.

{% embed url="<https://docs.macchina.cc/projects/a0-projects/a0-can-point-to-point>" %}

## A0 WIP Projects

Find experimental projects here, or just inspiration for your own next big project!

{% embed url="<https://docs.macchina.cc/projects/a0-projects/a0-projects-1>" %}


---

# 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://docs.macchina.cc/projects/a0-projects.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.
