-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated Chords web documentation #56
base: main
Are you sure you want to change the base?
Conversation
software/chords/chords-web/index.rst
Outdated
@@ -1,162 +1,87 @@ | |||
.. _chords: | |||
|
|||
Chords-Web | |||
############ | |||
################# | |||
|
|||
Overview | |||
******** | |||
|
|||
Chords is an open source web application designed for real-time signal visualization, particularly tailored for bio-potential signals like EEG, EMG, ECG and EOG. This tool serves as an advanced alternative to the standard Arduino IDE serial plotter, offering enhanced functionality for students, researchers and hobbyists alike who want to record biopotential data using `BioAmp hardware <https://docs.upsidedownlabs.tech/hardware/index.html>`_. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Chords is an open source web application designed for real-time signal visualization, particularly tailored for bio-potential signals like EEG, EMG, ECG and EOG. This tool serves as an advanced alternative to the standard Arduino IDE serial plotter, offering enhanced functionality for students, researchers and hobbyists alike who want to record biopotential data using `BioAmp hardware <https://docs.upsidedownlabs.tech/hardware/index.html>`_. | |
Chords-Web is an open-source web application designed for real-time signal visualization, particularly tailored for bio-potential signals like EEG, EMG, ECG, and EOG. This tool serves as an advanced alternative to the standard Arduino IDE serial plotter, offering enhanced functionality for students, researchers, and hobbyists alike who want to record biopotential data using `BioAmp hardware <https://docs.upsidedownlabs.tech/hardware/index.html>`_. |
software/chords/chords-web/index.rst
Outdated
|
||
- **Connection**: It is effortlessly compatible with BioAmp Hardware attached to an Arduino-compatible development board running the `Chords Arduino firmware <https://github.com/upsidedownlabs/Chords-Arduino-Firmware>`_, simplifying the setup process and ensuring a smooth and efficient workflow from data acquisition to visualization. | ||
- **Real-time Visualization**: Experience smooth real-time visualization of incoming data rendered with `WebGL-Plot <https://github.com/danchitnis/webgl-plot>`_. The system ensures smooth signal display, helping you monitor the flow without interruptions or lag. | ||
- **Board Support** : We have support for Arduino UNO R3, R4 and Maker UNO. Chords should now work for other Arduino R3 clones with CH340 USB to UART Chips as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of mentioning the boards name, we should direct users to Chords Arduino Firmware repo.
software/chords/chords-web/index.rst
Outdated
:align: center | ||
:alt: Chords Filter | ||
|
||
- **Pause/Play**: Control the data flow on the screen, and use the two additional buttons to move backward and forward through previous and next frames. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This repeats what we have under frame buffer point.
software/chords/chords-web/index.rst
Outdated
:alt: Chords Filter | ||
|
||
- **Pause/Play**: Control the data flow on the screen, and use the two additional buttons to move backward and forward through previous and next frames. | ||
- **Channel**: Supports plotting of up to six channels of data simultaneously in real time where each stream is color coded differently for easy identification. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should just mention "multiple" channel signal as we may increase the channel count in future.
software/chords/chords-web/index.rst
Outdated
How to Use Chords | ||
******************* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How to Use Chords | |
******************* | |
How to Use Chords-Web | |
******************* |
software/chords/chords-web/index.rst
Outdated
How to Use Chords-Web | ||
*********************** | ||
How to Use Chords | ||
******************* | ||
|
||
Uploading the Code | ||
================== | ||
|
||
1. Connect the Arduino board to your laptop using the USB cable. | ||
2. Copy and paste the `Arduino Firmware <https://github.com/upsidedownlabs/Chords-Arduino-Firmware>`_ into the Arduino IDE. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2. Copy and paste the `Arduino Firmware <https://github.com/upsidedownlabs/Chords-Arduino-Firmware>`_ into the Arduino IDE. | |
2. Copy and paste the `Arduino Firmware <https://github.com/upsidedownlabs/Chords-Arduino-Firmware>`_ for your board into the Arduino IDE. |
software/chords/chords-web/index.rst
Outdated
6. Change the mode using the ``Mode`` button which is present in the navbar. | ||
7. Use the ``Zoom in/out`` button to adjust the data visualization. | ||
2. Use the ``Zoom in/out`` button to adjust the data visualization. | ||
3. Use the ``Play/Pause`` button to control the data stream. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should mention frame buffer feature here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ZoomIN/XoomOut looks misaligned. please recheck everything.
@Ritika8081 Please resolve the comments so that I can merge this. |
@lorforlinux I have fixed issues, please have a look and let me know if there is anything else to improve. |
@lorforlinux Please review , I have updated Chords web documentation include all the latest updates and enhancements.