@@ -10,8 +10,8 @@ A Python script for interfacing with bio-potential amplifiers, supporting data l
10
10
## Features
11
11
- ** Multiple Protocols** : Supports ` Wi-Fi ` , ` Bluetooth ` , and ` Serial ` communication.
12
12
- ** 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.
13
- - ** CSV Logging** : Save raw data with timestamps.
14
- - ** GUI** : Live plotting for 6 channels (PyQt-based).
13
+ - ** CSV Logging** : Save raw data with Counter
14
+ - ** GUI** : Live plotting for all channels.
15
15
- ** Applications** : EEG/ECG/EMG/EOG-based games and utilities (e.g., Tug of War, Keystroke Emulator).
16
16
17
17
## Installation
@@ -38,14 +38,14 @@ Run the script and access the web interface:
38
38
python app.py
39
39
```
40
40
** Web Interface Preview** :
41
- ![ Web Interface Screenshot] ( media\Interface.png )
42
- ![ Web Interface Screenshot ] ( media\Webinterface.png )
41
+ ![ Web Interface Screenshot] ( C:\Users\PAYAL\Desktop\Chords-Python\ media\Interface.png)
42
+ ![ Web Interface] ( C:\Users\PAYAL\Desktop\Chords-Python\ media\Webinterface.png)
43
43
44
44
### Key Options:
45
45
46
46
- ** LSL Streaming** : Choose a protocol (` Wi-Fi ` , ` Bluetooth ` , ` Serial ` ).
47
47
- ** CSV Logging** : Data saved as ` ChordsPy_{timestamp}.csv ` .
48
- - ** Applications** : Launch from the Interface (e.g., ` EEG Tug of War ` ).
48
+ - ** Applications** : Multiple Applications can be Launch from the Interface simultaneously (e.g., ` EEG Tug of War ` ).
49
49
50
50
## Connection Guide
51
51
@@ -74,10 +74,9 @@ To save sensor data for future analysis, follow these steps:
74
74
2 . ** Start Recording** – Click the ** Start Recording** button (it will change to ** Stop Recording** ).
75
75
3 . ** File Saved Automatically** – The data is saved as ` ChordsPy_{timestamp}.csv ` in your default folder.
76
76
77
- - Visualizing CSV Data - You can plot the recorded data using the ** CSV Plotter** tool.
77
+ Visualizing CSV Data - You can plot the recorded data using the ** CSV Plotter** tool.
78
78
79
- ## Applications
80
- | ----------------------------| ------------------------------------------------------------------|
79
+ ## Applications
81
80
| Application | Description |
82
81
| ----------------------------| ------------------------------------------------------------------|
83
82
| ** ECG with Heart Rate** | Real-time ECG with BPM calculation. |
@@ -88,8 +87,7 @@ To save sensor data for future analysis, follow these steps:
88
87
| ** EEG Beetle game** | Real-time EEG focus based game. |
89
88
| ** EOG Keystroke Emulator** | Blink detection triggers spacebar. |
90
89
| ** GUI** | Visualize raw data in real-time |
91
- | ** CSV Plotter** | Tool to plot the recorded CSV Files |
92
- | ----------------------------| ------------------------------------------------------------------|
90
+ | ** CSV Plotter** | Tool to plot the recorded CSV Files |
93
91
94
92
## Troubleshooting
95
93
0 commit comments