Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.66 KB

GettingStarted.md

File metadata and controls

27 lines (14 loc) · 1.66 KB

Mindwave Unity - Getting Started guide

First of all, you must follow the installation guide, in the README file at the root of the project.

Getting started

Open the demo scene. Put the Mindwave device on the head of somebody, or yourself. Ensure you have ThinkGear Connector application running, and the headset turned on... If it does not turn on, you may have missed to put a battery in. No, I'm no judging.

NOTE: if you don't see your device in bluetooth managers, you should change the battery and pick a new one... Yeah, I know, that's weird, but it worked everytime for me.

The demo scene only contains the "MindwaveManager" prefab (at Plugins/MindwaveUnity/Utilities/MindwaveManager.prefab). This prefab manages both MindwaveController and MindwaveCalibrator components. The prefab also have the MindwaveUI component on it, which is helpful for debugging.

Let's play the demo scene. You should see the following screen :

Mindwave disconnected GUI

Click on "Connect to Mindwave" button. It initializes the connection to the Mindwave device. Note that it can fail if the headset is not put correctly (the front metallic part should touch the very center of the user's forehead).

Now, you should see something like this :

Mindwave connected GUI

... Congratulations, this brain is working!

Troubleshooting

If the connection can't be established, check the known issues.