Skip to content

Commit b88bb35

Browse files
author
Harshit Mishra
committed
Updated Serial Monitor to Monitor and Plotter (optional) step
1 parent f1d2063 commit b88bb35

File tree

1 file changed

+13
-6
lines changed
  • software/bioamp/muscle-bioamp-arduino-firmware

1 file changed

+13
-6
lines changed

software/bioamp/muscle-bioamp-arduino-firmware/index.rst

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,15 +161,22 @@ There are two ways use Gel Electrods or Muscle BioAmp Band.
161161
- The onboard LED labeled **“L”** may blink during upload. When you see **“Done uploading”**, the new firmware is running.
162162

163163

164-
9. Open Serial Monitor
164+
9. Open Serial Monitor and Serial Plotter (Optional)
165+
166+
- For visualization, we suggest `Chords Web <https://chords.upsidedownlabs.tech>`_. However, if you're learning to develop, you might also find these options useful.
167+
168+
- For Serial Monitor: In the IDE, click **Tools → Serial Monitor** (or press ``Ctrl + Shift + M``).
169+
- Ensure the baud rate at the bottom right of the Serial Monitor is set to ``115200`` (or whatever the sketch’s Serial.begin(115200); line specifies).
170+
- You should start seeing lines of numbers. Those are your readings.
171+
172+
173+
- For Serial Plotter: In the IDE, click **Tools → Serial Plotter**.
174+
- You should start seeing plotting of graph and visualize the waves.
165175

166-
- In the IDE, click **Tools → Serial Monitor** (or press ``Ctrl + Shift + M``).
167-
- Ensure the baud rate at the bottom right of the Serial Monitor is set to ``115200`` (or whatever the sketch’s Serial.begin(115200); line specifies).
168-
- You should start seeing lines of numbers. Those are your readings.
169-
170176
.. important::
171177

172-
- Remember to close the **Serial Monitor** in **Arduino IDE** before starting the Chords Visualizer.
178+
179+
- Remember to close the **Serial Monitor & Serial Plotter** in **Arduino IDE** before starting the Chords Visualizer.
173180

174181
.. _Visualize Your Muscle Signals!:
175182

0 commit comments

Comments
 (0)