> For the complete documentation index, see [llms.txt](https://emotiv.gitbook.io/emotivbci/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/emotivbci/setting-up-your-eeg-device/connecting-your-headset/bluetooth-connection.md).

# Bluetooth Connection

### MacOS

To connect your EEG headset to EmotivBCI via Bluetooth (BLE 4.0) on Mac OS:

1. Go to Bluetooth settings and turn Bluetooth on.&#x20;
2. Open EMOTIV Launcher, click on the Bluetooth icon and follow the steps.

   ![](https://lh6.googleusercontent.com/9gnqGvA64UaKLNw4TbiU20vbcWtd1LWfdNC029zTIHJswRDT6LEY_-rEF6PaeUH4Pht6qGTDbGpiS8jY7oyG02L97owz1FZ7LyyVOjjmF8KpOsuvyQeq9Ou3LGHsaIuKbqZQ8DXz=s0)<br>
3. Turn your headset on.
4. Open EmotivBCI.&#x20;
5. Click on the Connect Headset button at the top of the screen.&#x20;
6. Choose your headset and click on Connect.&#x20;
7. Follow the fitting instructions for your headset.&#x20;
8. Once you’ve fitted your headset, click on Close.&#x20;
9. Your headset is now connected to EmotivBCI.

### Windows

There are two states for connecting your EMOTIV headset; "unpaired" or "paired". If you are having trouble connecting in the "unpaired" state, then you should try pairing the device to your computer.

**Unpaired mode**

1. Go to Settings and turn Bluetooth On.
2. Turn your headset on.
3. Open EmotivPRO.
4. Click on the Connect Headset button at the top of the screen.
5. Choose your headset and click on Connect.
6. Follow the fitting instructions for your headset.
7. Once you've fitted your headset, click on Close.
8. Your headset is now connected to EmotivPRO.

**Paired mode**

If you're having trouble connecting your headset, you should try pairing it to your computer:

1. Go to Settings and then Bluetooth and other devices.&#x20;

![](https://lh6.googleusercontent.com/jWuEBmwkuIoju1RHNS6d4KO0kYs-WgQPp1mJqS9hu4yXeoI1ccQ4xaWzToLzVbztcbuzcmLPMFAtmNEYGNe4WP6vl7QNRa5qXeuzbRqa5zhMH2XbF3Imxsv8sA_P_oAoXWMRM1LW=s0)**​**

2\. Turn your headset on.&#x20;

3\. Turn Bluetooth On and click Add Bluetooth or other device.&#x20;

![](https://lh6.googleusercontent.com/8f2YM7IqyWvG4JGF-xkX1G6Dio631c7ElLiVhXvsNQ35SBwD5gOcGRCLCRmhcGg3eC-IKURKM1OcrNm4ybdCOsf_Kk3CWAIL3MId3loFnHRk_VZrC0cCOz3g9fyuK2FFwlrGfnz8=s0)**​**

4\. Your headset should now appear on the list of available devices.


---

# 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/emotivbci/setting-up-your-eeg-device/connecting-your-headset/bluetooth-connection.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.
