> ## Documentation Index
> Fetch the complete documentation index at: https://docs.owlintegrations.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Device Types

> Understanding PapaDuck, MamaDuck, and DetectorDuck devices

## PapaDuck (Gateway)

Gateway device that connects your mesh network to the internet via WiFi. Receives messages from MamaDucks and uploads data to OWL DMS in real-time.

**Requirements**: WiFi access and USB/wall power

***

## MamaDuck (Node)

Battery-powered sensor device that collects data and relays messages through the mesh network to a PapaDuck.

### Supported Sensors

Configure sensors during the [firmware flashing process](/guides/flash-device):

* **GPS**: Track location (5-60 minute intervals)
* **BMP180**: Temperature and pressure monitoring
* **BMP390**: High-precision temperature and pressure
* **DHT11**: Temperature and humidity monitoring
* **LED Control**: Visual indicators with configurable LED count

**Sensor intervals**: 30 seconds to 60 minutes (configurable per sensor)

***

## DetectorDuck

Testing tool that measures signal strength between devices. Use for optimizing device placement and identifying coverage gaps before deploying your network.

***

## How They Work Together

```
Internet → [PapaDuck] → [MamaDuck 1, 2, 3...] → Sensors
```

1. MamaDucks collect sensor data or relay messages
2. Data is sent to PapaDuck through the mesh network
3. PapaDuck uploads to cloud via WiFi
4. OWL DMS displays data in real-time

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Flash Firmware" icon="microchip" href="/guides/flash-device">
    Configure and flash devices
  </Card>

  <Card title="Network Management" icon="network-wired" href="/guides/network-management">
    Manage devices in OWL DMS
  </Card>
</CardGroup>
