# Introduction

The Amp is a motion + gesture reactive lighting controller for bicycles, scooters, e-skates and other micromobility. Alongside brake lights, turn indicators, and head lights, the Amp lets you style your ride with lighting that match your aesthetic.

![Amp Beta](/files/-MKpt4o3_E9pcowIH36t)

### Features

* Automatic brake lights
* Motion or gesture controlled turn indicators
* Lighting and motion detection customizable via the Amp Mixer mobile app
* Remote control via the Amp Mixer app or Bluetooth LE
* 14 customizable lighting effects for 10 different actions (more to come)

### Specs

* ESP32 WROOM32E dual core Xtensa Tensilica LX6 processor running at 80 Mhz (can be clocked up to 240 Mhz)
* LIS3DH12 high performance, 3 axis accelerometer
* Up to 2A of regulated 3.3V power from a 2000 mAh Li-Po battery
* USB-C charging
* Serial port + programming over USB-C
* 4 [Qwiic](https://www.sparkfun.com/qwiic) compatible I/O ports that can also be used as lighting output to
  * 8 channels of WS2812B (NeoPixels)
  * 4 channels of APA102 (DotStar)

{% content-ref url="/pages/-M6Gss6-\_qTgazR69HZo" %}
[Broken mention](broken://pages/-M6Gss6-_qTgazR69HZo)
{% endcontent-ref %}


---

# 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.intentfulmotion.com/master.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.
