# Help Collect Voltage Data

Many people have done it before or known someone who's done it: leaving your headlights on and coming back to a dead battery. When developing electronic devices for cars a similar problem can occur with high power devices such as cellular modems. Therefore it would be advantageous to keep the high power devices off until the car is turned on, which raises the question, how can we tell when the car is turned on?

We've started a little project to collect voltage measurements before, during and after a car engine is running. Click here to learn more and contribute:&#x20;

{% embed url="<https://github.com/kenny-macchina/M2VoltageMonitor>" %}

Here is a sample of the voltage levels during the 3 stages of starting a car: &#x20;

![](/files/-LobKtympIrLo6YB9s9p)


---

# 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/m2-projects/m2voltagemonitor.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.
