You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,15 +23,16 @@ Chords is an application based on Web Serial connection, you can connect [Compat
23
23
1. Connect the Arduino to your computer using a USB cable.
24
24
2. Open the Arduino IDE and flash the provided firmware onto the Arduino.
25
25
3. Open Chords in a web browser.
26
-
4. Click the "Connect" button to establish a connection with the Arduino and stream.
27
-
5. Click the "Zoom" button to zoom in on data visualization.
28
-
6. Click the "Play/Pause" to control data flow and navigate frames with forward/backward buttons.
29
-
7. Click the "Record" button to record data.
30
-
8. Click the "download" button to download the recorded data.
31
-
9. Click the "Delete" button to delete recorded data.
32
-
10. Click the "Plus/Minus" button to increase/decrease channel.
33
-
11. Click "Filter" button for EMG, ECG, EOG and EEG filters with muscle, heart, eye and brain icons or master buttons for all channels. You can apply 50Hz or 60Hz filter to individual or all channel.
34
-
12. Click the "Disconnect" button to terminate the connection with the Arduino and stop the data stream.
26
+
4. Click the "Visualize Now" button to navigate to the applications page, where you'll find three options: "Chords Visualizer", "Serial Wizard", and "FFT Plot".
27
+
5. Select "Chords Visualizer" to connect with the Arduino and begin streaming data.
28
+
7. Click the "Settings" icon to open the popover, where you'll find a "Zoom" slider to adjust the view as needed.
29
+
8. Click the "Play/Pause" to control data flow and navigate frames with forward/backward buttons.
30
+
9. Click the "Record" button to record data.
31
+
10. Click the "download" button to download the recorded data.
32
+
11. Click the "Delete" button to delete recorded data.
33
+
12. Click the "Settings" icon to select from (up to 16) available channels of your development board. Use "Select All" to choose all channels simultaneously, and "Reset" to revert to the previous channel selection.
34
+
13. Click the "Filter" button to select filters for EMG, ECG, EOG, and EEG for muscle, heart, eye, and brain data, respectively. Click on individual icons or master buttons at the top to apply a filter for all channels. You can also apply 50Hz or 60Hz notch filter to individual or all channels.
35
+
14. Click the "Disconnect" button to terminate the connection with your development board and stop the data stream.
35
36
36
37
## Technologies Used
37
38
@@ -81,6 +82,8 @@ Chords is an application based on Web Serial connection, you can connect [Compat
81
82
82
83
-[X]**Serial Wizard** : We are introducing the Serial Plotter and Monitor, a powerful tool that enables you to visualize data graphically, display raw data in text format, and even use both modes simultaneously for a more comprehensive analysis. In the past,we had no better option to run both plotter and monitor at the same time and high-speed plotting that hindered real-time data visualization. To address these challenges, we've created a user-friendly, smooth-performing Serial Plotter & Monitor with multi-mode support, providing a more responsive and efficient data analysis experience.
83
84
85
+
-[X]**FFT Visualizer** : We've added FFT analysis and EEG band spectrum plotting to enhance real-time brain signal visualization. These features let you monitor EEG frequency bands—Delta, Theta, Alpha, Beta, and Gamma—for deeper insights into mental states. The “FFT Visualizer” shows filtered EEG signals and offers two modes: Band Power for real-time EEG strength and Beta Candle, a unique focus-level indicator where a brighter candle means higher beta activity. You can also download EEG data as CSV for further analysis.
86
+
84
87
## Contributors
85
88
86
89
Thank you for contributing to our project! Your support is invaluable in creating & enhancing Chords-Web and making it even better. 😊
0 commit comments