> For the complete documentation index, see [llms.txt](https://docs.iotex.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.iotex.io/blockchain/ecosystem/powered-by-iotex-devices/pebble-tracker/network-selection.md).

# Network Selection

The default firmware installed on Pebble Tracker wraps sensor readings in an MQTT message and sends one data message every 5 minutes to the IoTeX Real World Data Oracle **Mainnet network**.

Alternatively, the firmware can be configured to send the data to the testnet oracle network by following the steps below:

1. **Enter the firmware configuration**

   Power on the device while pressing and keep pressing the down arrow until you see the firmware configuration menu.
2. **Go to "System Settings"**

   User the up/down arrow buttons to select the "System Settings" menu item to move between menu options. Shortly press the power button to confirm the selection.
3. **Go to "Select Region"**

   Go to the "Select Region" menu item and press the power button to confirm the selection.
4. **Select the network**

   Select the menu item that ends by "`- M`" to send the data to the Mainnet network, or select the menu item that ends by "`- T`" to send the data to the Testnet network.
5. **Reboot the device**

   Use the arrow buttons and the power button to select "Exit" in the menu until you get back to the initial menu, then select "Reboot Pebble."

You can check the currently selected network on the display when Pebble is powered on and while it's connecting to the network:

<figure><img src="https://github.com/iotexproject/iotex-docs-gitbook/raw/master/.gitbook/assets/image%20(24)%20(1)%20(1).png" alt=""><figcaption></figcaption></figure>

To visualize the data collected by your devices, you can use the MachineFi portal. For data sent to the mainnet Oracle network will be available on [https://portal.machinefi.com](https://portal.machinefi.com/). If you selected the Testnet Network on your device, you should use [https://portal-testnet.machinefi.com](https://portal-testnet.machinefi.com/) instead.


---

# 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.iotex.io/blockchain/ecosystem/powered-by-iotex-devices/pebble-tracker/network-selection.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.
