Skip to content

Commit 15dc4c2

Browse files
committed
Updated Readme
1 parent 090a55c commit 15dc4c2

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ A Python script for interfacing with bio-potential amplifiers, supporting data l
1010
## Features
1111
- **Multiple Protocols**: Supports `Wi-Fi`, `Bluetooth`, and `Serial` communication.
1212
- **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.
1515
- **Applications**: EEG/ECG/EMG/EOG-based games and utilities (e.g., Tug of War, Keystroke Emulator).
1616

1717
## Installation
@@ -38,14 +38,14 @@ Run the script and access the web interface:
3838
python app.py
3939
```
4040
**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)
4343

4444
### Key Options:
4545

4646
- **LSL Streaming**: Choose a protocol (`Wi-Fi`, `Bluetooth`, `Serial`).
4747
- **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`).
4949

5050
## Connection Guide
5151

@@ -74,10 +74,9 @@ To save sensor data for future analysis, follow these steps:
7474
2. **Start Recording** – Click the **Start Recording** button (it will change to **Stop Recording**).
7575
3. **File Saved Automatically** – The data is saved as `ChordsPy_{timestamp}.csv` in your default folder.
7676

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.
7878

79-
## Applications
80-
|----------------------------|------------------------------------------------------------------|
79+
## Applications
8180
| Application | Description |
8281
|----------------------------|------------------------------------------------------------------|
8382
| **ECG with Heart Rate** | Real-time ECG with BPM calculation. |
@@ -88,8 +87,7 @@ To save sensor data for future analysis, follow these steps:
8887
| **EEG Beetle game** | Real-time EEG focus based game. |
8988
| **EOG Keystroke Emulator** | Blink detection triggers spacebar. |
9089
| **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 |
9391

9492
## Troubleshooting
9593

0 commit comments

Comments
 (0)