> For the complete documentation index, see [llms.txt](https://docs.yobiiq.com/rm200/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yobiiq.com/rm200/device/operation.md).

# Operation

## Device Startup

<figure><img src="/files/ZG4P3gcPZqhFZkxiqbVE" alt=""><figcaption><p>Diagram of Device Startup Sequence</p></figcaption></figure>

When power is supplied to the device it will initiate the startup sequence.

1. The device loads the configuration from it's internal memory.
2. After the configuration is loaded it will start the join sequence and calibration of the connected peripherials.
3. After succesful calibration the sampling off the measured data will start. \
   If the calibration is not successful it will control the LED on the device, and send a Uplink over the LoRaWAN interface.
4. After a successful join the device will perform a network quality test.\
   After the network quality test has finished the device will control the LED to show the result, and send a Uplink over the LoRaWAN interface.

## Normal Operation

After the startup sequence has finished and the calibration succeeded the device will enter into normal operation mode, where it will start sampling measured data.

{% hint style="info" %}
Note that sampling will start even if there is no succesfull join, the data retransmission functionality will transfer all measured values once a join is succesfull. You can read more about the data retransmission under the LoRaWAN chapter.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.yobiiq.com/rm200/device/operation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
