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

# Hamina Clip

## Availability

The Hamina Clip isn't available for purchase yet, but you can [join the waitlist](https://www.hamina.com/clip).

## Overview

<figure><img src="/files/wayaxasLEMM8EH3IffX6" alt=""><figcaption></figcaption></figure>

## Usage

### Charging

To charge the Hamina Clip, connect the USB-C port with it to a USB-C charger with Power Delivery (PD) capabilities. The USB-C port is used for both data and charging.

<table><thead><tr><th width="114.87359619140625">Indicator</th><th width="159.56182861328125">Description</th><th></th></tr></thead><tbody><tr><td>⚪</td><td>Off</td><td>Not powered or charging</td></tr><tr><td>🟡</td><td>Solid yellow</td><td>Power connected, but not charging</td></tr><tr><td>⚪🟡</td><td>Blinking yellow</td><td>Charging</td></tr><tr><td>🟢</td><td>Solid green</td><td>Fully charged</td></tr></tbody></table>

{% hint style="warning" %}
A solid yellow light indicates that the Hamina Clip is connected to power, but is **not** charging. This could be due to:

* Supplied power is not USB-PD (Power Delivery)
* Battery is too hot or cold
  {% endhint %}

{% hint style="success" %}
Apple MacBook chargers known to be a very good option for charging the Hamina Clip.
{% endhint %}

### Power On

Press the power button until the status indicator (the ring around the power button) begins to blink green, then wait for the indicator to turn solid green.

### Connecting to Hamina Onsite

The Hamina Clip can be connected either with a USB-C cable, or with Bluetooth Low Energy (BLE).

#### Bluetooth

The device will automatically connect via Bluetooth Low Energy (BLE) and no manual pairing via device settings is required.

To initiate automatic connection:

1. Launch the **Hamina Onsite** app on your iPhone, iPad, or Apple Silicon MacBook.
2. Open the **Settings** view in Hamina Onsite.
3. Move the Hamina Clip close to the iPhone, iPad, or MacBook until the indicator shows **In Use**, indicating the unit has been detected and automatically connected.
4. You can now use Hamina Onsite to view real-time data or to perform site surveys.

#### USB-C Cable

In very busy or noisy RF environments, you can use a cable to connect the Hamina Clip to your iPhone, iPad, or Apple Silicon MacBook.

{% hint style="danger" %}
iPhones and iPads with a Lightning connector require the use of an [Apple USB Camera Adapter](/hamina/onsite/hardware/oscium-nomad.md#iphones-and-ipads-with-a-lightning-port). A standard Lightning-to-USB-C cable will not work.
{% endhint %}

### Wearing

We recommend using the metal clip to wear the device on your belt.

<div align="left"><figure><img src="/files/bUG98WthWauriR5EQAzm" alt="" width="563"><figcaption></figcaption></figure></div>

You can optionally also wear the device on your shoulder using a backpack strap.

<div align="left"><figure><img src="/files/46wCoSqXsnuW4D3R0IKv" alt="" width="563"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/9kLzIxmmF80LL16zYJRu" alt="" width="563"><figcaption></figcaption></figure></div>

## Specifications

* **Dimensions**
  * **Height**: 46 mm (39 mm without the clip)
  * **Width**: 76 mm
  * **Length:** 126 mm
  * **Weight**: 285 grams
* **Buttons and Indicators**
  * Multi-function power button
  * RGB LED indicator ring around power button
  * Green and yellow battery indicator
* **Battery**
  * **Capacity**: 4600 mAh
  * **Voltage**: 3.6 volts
  * **Chemistry**: Rechargeable Li-Ion
* **Device Connectivity**: Bluetooth Low Energy (BLE) and USB-C
* **Wi-Fi Radios**
  * 2 radios
  * Supports 2.4, 5, and 6 GHz
  * Supports Wi-Fi 7
* **Charging**
  * Use USB PD (Power Delivery) chargers only
  * Max 15W charging power
* **Operating Environment**
  * **Temperature range**: 0 to 40°C
  * For indoor use, IP64 rated
* **Storage**
  * **Temperature range**: -20 to 45°C
  * **Humidity**: < 85% RHD
  * The battery should remain charged for up to 3 months in storage
  * For longer periods of storage, store at room temperature (23°C)


---

# 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.hamina.com/hamina/onsite/hardware/clip.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.
