https://github.com/csaratakij/brainychef2
Simple turn based game with BCI
https://github.com/csaratakij/brainychef2
arduino bci unity
Last synced: 3 months ago
JSON representation
Simple turn based game with BCI
- Host: GitHub
- URL: https://github.com/csaratakij/brainychef2
- Owner: CSaratakij
- Created: 2019-07-25T12:35:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-27T16:18:15.000Z (almost 7 years ago)
- Last Synced: 2025-03-16T05:26:41.321Z (over 1 year ago)
- Topics: arduino, bci, unity
- Language: C#
- Homepage:
- Size: 11.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BrainyChef
- Simple turn based game with BCI
# Video
- [links](https://youtu.be/15v5o27n-p4)
# Dependencies
- EEG Headset : Mindwave Mobile 1 ([Device](https://store.neurosky.com/))
- Arduino with Bluetooth module
- [Mindwave (library)](https://github.com/orgicus/Mindwave)
- Unity (atleast v.2019.3.0a10)
# Getting Started
1. Open file [Game Protocol](Arduino/BCI_game_protocol1.5_edit.ino) in the Arduino IDE
2. Include Mindwave Library
3. Compile (Verify) a game protocol script
4. Open Unity Project
5. Change "Port Name" and "Buad Rate" to match the setting in the Arduino IDE

6. Build and Run the project
# Issue
- Attempts to view Serial port Monitor in Arduino IDE may prevent the Game to connect to the Arduino, Please close the Serial port Monitor before Starting the game.