Next-mind brain computer interface for the ghost robotics vision 60 robot dog.
Together with computer science students from Avans Hogeschool we're working on a project to use the next-mind brain computer interfacing mechanism to control the ghost-robotics vision 60 robot dog.
- Start the testing server:
npm run start
- Connect the Next-Mind BCI to your device using bluetooth.
- Open the Unity project.
- Start the game view.
- Focus your mind to the UI.
- Check the server log output.
Next-mind is a consumer brain computer interface (BCI) product that allows users to control actions with their mind/focus. Next-mind delivered a Unity SDK that's accessible to use for Next-Mind development.
Read the Next-Mind documentation
To make a connection to a device, (in this use-case it's the ghost robotics vision 60), the API_Controller.cs
class comes in handy.
Using the Trigger()
method at the NeuroTag's onTrigger() handlers, the IEnumerators in the API_Controller class can be accessed.
Example:
Trigger('sit') // triggers IEnumerator Sit()