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

# ANX Labs Developer Documentation

> Everything you need to build with ANX Labs hardware modules, OS firmware, and developer SDK.

ANX Labs makes embedded development approachable. Whether you're flashing firmware onto your dev module for the first time, wiring up sensors, or integrating connectivity into a production device, this documentation has you covered — from hardware setup through working example applications.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get your ANX dev module powered up and running your first application in minutes.
  </Card>

  <Card title="Dev Module" icon="microchip" href="/dev-module/overview">
    Explore the hardware capabilities, pinout, and peripheral interfaces of the ANX dev module.
  </Card>

  <Card title="OS Firmware" icon="layer-group" href="/firmware/overview">
    Learn how to flash, configure, and update the ANX OS firmware on your device.
  </Card>

  <Card title="Example Applications" icon="code" href="/examples/overview">
    Explore ready-to-run examples — from LED blink to sensor data and wireless connectivity.
  </Card>
</CardGroup>

## Get started in four steps

<Steps>
  <Step title="Set up your hardware">
    Connect your ANX dev module to your computer via USB and verify the connection. See the [Hardware Overview](/hardware-overview) for supported boards.
  </Step>

  <Step title="Install the ANX toolchain">
    Install the ANX CLI and SDK to flash firmware and compile example applications. Follow the [Quick Start](/quickstart) guide for your OS.
  </Step>

  <Step title="Flash the OS firmware">
    Use the ANX CLI to flash the latest OS firmware image onto your dev module. See the [Flashing Guide](/firmware/flashing) for step-by-step instructions.
  </Step>

  <Step title="Run your first example">
    Build and deploy the [Blinky example](/examples/blinky) to verify your setup, then explore the full [example library](/examples/overview).
  </Step>
</Steps>

## Explore by topic

<CardGroup cols={3}>
  <Card title="Pinout Reference" icon="diagram-project" href="/dev-module/pinout">
    GPIO, I2C, SPI, and UART pin assignments for the ANX dev module.
  </Card>

  <Card title="OTA Updates" icon="arrows-rotate" href="/firmware/ota-updates">
    Update firmware wirelessly without a physical connection.
  </Card>

  <Card title="SDK Reference" icon="book" href="/api/overview">
    Complete reference for the ANX SDK — initialization, GPIO, and communication APIs.
  </Card>

  <Card title="Connectivity Example" icon="wifi" href="/examples/connectivity">
    Connect your device to Wi-Fi and publish sensor readings to the cloud.
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/troubleshooting/common-issues">
    Diagnose common issues with flashing, connectivity, and peripheral setup.
  </Card>

  <Card title="FAQ" icon="circle-question" href="/troubleshooting/faq">
    Answers to frequently asked questions about ANX Labs products.
  </Card>
</CardGroup>
