https://github.com/kernelghost/brainwavedetectionutility
A utility designed to interact with the "Star Wars The Force Trainer II" headset.
https://github.com/kernelghost/brainwavedetectionutility
arduino-uno bluetooth eeg-analysis java neurosky star-wars-force-trainer
Last synced: 10 months ago
JSON representation
A utility designed to interact with the "Star Wars The Force Trainer II" headset.
- Host: GitHub
- URL: https://github.com/kernelghost/brainwavedetectionutility
- Owner: KernelGhost
- License: apache-2.0
- Created: 2020-07-01T06:52:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T06:41:51.000Z (over 2 years ago)
- Last Synced: 2025-05-14T22:12:42.824Z (about 1 year ago)
- Topics: arduino-uno, bluetooth, eeg-analysis, java, neurosky, star-wars-force-trainer
- Language: Java
- Homepage:
- Size: 2.2 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Brainwave Detection Utility
A utility designed to interact with the "Star Wars The Force Trainer II" headset.
## About
Brainwave Detection Utility (BDU) is designed to work with the "Star Wars The Force Trainer II" headset. Other NeuroSky products should work but are untested.
- This program uses jSerialComm, a platform-independent serial port access for Java. You can learn more about it here: https://fazecast.github.io/jSerialComm/.
- This program also uses XChart, a light-weight and convenient library for plotting data. You can learn more about it here: https://knowm.org/open-source/xchart/.
- BDU is licensed to you under the Apache 2.0 License. See https://www.apache.org/licenses/LICENSE-2.0.txt for more information.
## Features
* Basic Data Visualisation
* CSV Export
* Basic Gameplay
* Serial Data Output
## Screenshots