Chords- Python is a bag of tools designed to interface with Micro-controller development boards running Chords Arduino Firmware.Use Upside Down Labs bio-potential amplifiers to read data, visualize it, record data in CSV Files, and stream it via Lab Streaming Layer.
- Multiple Protocols: Supports
Wi-Fi
,Bluetooth
, andSerial
communication. - LSL Data Streaming:Once the LSL stream starts, any PC on the same Wi-Fi network can access the data using tools like BrainVision LSL Viewer.
- CSV Logging: Save raw data with Counter
- GUI: Live plotting for all channels.
- Applications: EEG/ECG/EMG/EOG-based games and utilities (e.g., Tug of War, Keystroke Emulator).
- Python: Ensure Latest version of Python is installed.
- Virtual Environment:
python -m venv venv source venv/bin/activate # Linux/macOS .\venv\Scripts\activate # Windows
- Dependencies:
pip install -r requirements.txt
Important
On Windows, if scripts are blocked, run:
Set-ExecutionPolicy Unrestricted -Scope Process
Run the script and access the web interface:
python app.py
- LSL Streaming: Choose a protocol (
Wi-Fi
,Bluetooth
,Serial
). - CSV Logging: Data saved as
ChordsPy_{timestamp}.csv
. - Applications: Multiple Applications can be Launch from the Interface simultaneously(e.g.,
EEG Tug of War
).
- Upload the NPG-Lite WIFI Code to your device.
- Connect to the device's WIFI network.
- Click the WIFI button in the interface, then select CONNECT.
- Once connected, the button will change to Disconnect, and a pop-up will confirm: "Connected via Wifi!"
- Ensure Bluetooth is turned ON on your system.
- Upload the Bluetooth code to your device.
- Click the Bluetooth button to scan for available devices.
- Select your device from the list and click Connect.
- Once connected, the button will change to Disconnect, and a pop-up will confirm: "Connected via Bluetooth!"
- Ensure Bluetooth is OFF and the device is connected via USB.
- Upload the required code to your hardware.
- Click the Serial button, then select Connect.
- Once connected, the button will change to Disconnect, and a pop-up will confirm: "Connected via Serial!"
To save sensor data for future analysis, follow these steps:
- Start Data Streaming – Begin streaming data via WiFi, Bluetooth, or Serial.
- Start Recording – Click the Start Recording button (it will change to Stop Recording).
- File Saved Automatically – The data is saved as
ChordsPy_{timestamp}.csv
in your default folder.
Visualizing CSV Data - You can plot the recorded data using the CSV Plotter tool.
Application | Description |
---|---|
ECG with Heart Rate | Real-time ECG with BPM calculation. |
EMG with Envelope | Real-time EMG Visualization with Envelope. |
EOG with Blinks | Real-time EOG Signal visualization with Blinks marked as Red Dot. |
EEG with FFT | Real-time EEG Signal visualization with FFT and Brainpower bands. |
EEG Tug of War Game | 2 Player EEG Based Game |
EEG Beetle game | Real-time EEG focus based game. |
EOG Keystroke Emulator | Blink detection triggers spacebar. |
GUI | Visualize raw data in real-time |
CSV Plotter | Tool to plot the recorded CSV Files |
- Arduino Not Detected: Ensure the Arduino is properly connected and powered. Check the serial port and baud rate settings.
- CSV File Not Created: Ensure you have write permissions in the directory where the script is run.
- LSL Stream Issues: Ensure that the
pylsl
library is properly installed and configured. Additionally, confirm that Bluetooth is turned off.
You can add your project to this repo:
- Add a button in apps.yaml to link your application.
- Include your script as a .py file with LSL Data Reception code. (Pull requests welcome!)
We are thankful to our awesome contributors, the list below is alphabetically sorted.
The audio file used in game.py
is sourced from Pixabay