> For the complete documentation index, see [llms.txt](https://emotiv.gitbook.io/epoc-user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emotiv.gitbook.io/epoc-user-manual/using-headset/universal_usb_receiver_dongle.md).

# Universal USB Receiver (Dongle)

![](https://lh3.googleusercontent.com/wD_N50u2v1JShuNjnr9rDGM6YWEn855Y3MPCym89-Z2GnCiMKzoW7f20VZGWHj64eMNK0Djryv_BBFzMOVVDXfFT70EA53gMm_IcUP1-LINdTHotbuGQ2AUsv-rOavMr22WFZnPx)

The universal USB receiver (dongle) uses a proprietary 2.4 GHz protocol to stream data from the headset. We recommend using this to connect to your headset on a PC or Laptop; once connected it remembers the serial number of the headset pairs to allow easy reconnection. The dongle pairing also allows multiple headsets to co-exist and provides a reliable high speed connection over Bluetooth Low Energy (BLE).

The headset supports BLE which allows connection to mobile devices (Android/iOS) and some computers. EmotivPRO does support the native BLE radio on MacOS devices (2015 or later). On PC's however the implementation of Bluetooth varies by manufacturer and it is not guaranteed to work and so we recommend using the dongle.

There are two green LED's on the top surface of the dongle and plastic lies at the bottom. The following table explains about LED's.

| Action                          | LED Left (under power icon) | LED Right     |
| ------------------------------- | --------------------------- | ------------- |
| Powered Up Looking for headsets | Off                         | Slow flashing |
| Receiving data                  | On                          | Fast flashing |
| Paired by not connected         | On                          | Slow flashing |


---

# 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://emotiv.gitbook.io/epoc-user-manual/using-headset/universal_usb_receiver_dongle.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.
