# PLAUD NotePin S

The PLAUD NotePin S is a compact, wearable recording device designed for mobility.

Purchase Through Treasure AI
Purchase your devices through Treasure AI rather than retail channels. The devices themselves are the same PLAUD hardware sold to consumers, but Treasure AI Voice integrates with them through PLAUD's Enterprise SDK, so devices purchased at retail aren't supported.

| ![PLAUD NotePin S](/assets/plaud-notepin-s.69c827b54b5ea39ea73fd9b24a3f079236dd0a371e2fd1fcc8e7071eacffa503.1880fd8b.png) | ![PLAUD NotePin S — Accessories](/assets/plaud-notepin-s-accessories.6a9f42a289dae67f0816a68cda21966aeb25a733bae2a71dcdd663614e7f4ba7.1880fd8b.png) |
|  --- | --- |


## Wearing Options

The NotePin S comes with multiple wearing accessories:

- **Magnetic Pin**: Attach magnetically to clothing for discreet, hands-free recording.
- **Clip**: Attach to a collar or pocket for field visits.
- **Lanyard**: Wear around the neck as a pendant for hands-free operation.
- **Wristband**: Attach to the wrist like a watch for easy access.


## Button Operations

| Action | Operation | Description |
|  --- | --- | --- |
| **Power On** | Press and hold the recording button | Hold until the white light starts blinking, then release. The device is now ready to connect. |
| **Start / Stop Recording** | Long-press the physical button | Press and hold the button to begin a new recording session. Long-press again to end the session. |


## Indicator Light

The NotePin S uses a single LED indicator to communicate device status.

style
.led { display: inline-block; width: 14px; height: 14px; border-radius: 50%; vertical-align: middle; margin-right: 8px; }
.led-white { background: #ffffff; box-shadow: 0 0 6px #ffffff; border: 1px solid #ccc; }
.led-red { background: #ff3b30; box-shadow: 0 0 6px #ff3b30; }
.led-purple { background: #af52de; box-shadow: 0 0 6px #af52de; }
.led-green { background: #34c759; box-shadow: 0 0 6px #34c759; }
.led-yellow { background: #ffcc00; box-shadow: 0 0 6px #ffcc00; }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.2; } }
.led-blink { animation: blink 1s infinite; }

| Color | Meaning |
|  --- | --- |
|  **White (steady)** | Ready to connect |
|  **Red** | Recording in progress |
|  **Purple (blinking)** | Low battery |
|  **Purple (steady)** | Charging |
|  **Green** | Fully charged |
|  **Yellow** | Storage nearly full |


Note
The indicator light cannot be turned off.