Skip to content

Commit

Permalink
Fix broken anchors on GUI Doc and NeuroFly doc
Browse files Browse the repository at this point in the history
  • Loading branch information
retiutut committed Jan 8, 2025
1 parent 458dd0f commit cf6b55f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions website/docs/Software/OpenBCISoftware/01-OpenBCI_GUI.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,9 +450,9 @@ Here is a table of the column headers and descriptions for the **Cyton + Daisy**
:::info Cyton Aux Channels
In Digital Read mode, the 4th "Other" channel is connected to the D17 pin by default. This pin can be triggered by pressing the "PROG" button. This is useful for adding manual timestamps to your data.

You can also attach your own button to another pin, as shown in [the Puppies and Kittens Experiment](../../Examples/Video_Experiment.md/#step-2-breadboard-setup).
You can also attach your own button to another pin, as shown in [the Puppies and Kittens Experiment](../../Examples/Video_Experiment.md#step-2-breadboard-setup).

Depending on the [Cyton board mode](../../Cyton/04-OpenBCI_Cyton_SDK.md/#board-mode), the other channels will not display meaningful data. There are three modes currently used by the OpenBCI GUI: default (with Accelerometer), Analog Mode, and Digital Mode. These can be toggled within the appropriate widget during live recording sessions, and data will be displayed when using Playback Mode in the corresponding widgets. We recommend changing your board more _before_ starting your recordings.
Depending on the [Cyton board mode](../../Cyton/04-OpenBCI_Cyton_SDK.md#board-mode), the other channels will not display meaningful data. There are three modes currently used by the OpenBCI GUI: default (with Accelerometer), Analog Mode, and Digital Mode. These can be toggled within the appropriate widget during live recording sessions, and data will be displayed when using Playback Mode in the corresponding widgets. We recommend changing your board more _before_ starting your recordings.
:::

### Ganglion
Expand Down
4 changes: 2 additions & 2 deletions website/docs/Software/OpenBCISoftware/NeuroFly_Toolkit.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The most complex part of this tutorial will be finding the right placement for e

## Step 2: GUI Setup

Start by streaming data using the GUI. Follow this [getting started tutorial](../../Software/OpenBCISoftware/01-OpenBCI_GUI.md/#using-the-openbci-gui) to get the board streaming. You will need to open the EMG Joystick and EMG Settings widgets.
Start by streaming data using the GUI. Follow this [getting started tutorial](../../Software/OpenBCISoftware/01-OpenBCI_GUI.md#using-the-openbci-gui) to get the board streaming. You will need to open the EMG Joystick and EMG Settings widgets.

### EMG Settings

Expand Down Expand Up @@ -68,7 +68,7 @@ This widget has an indicator that moves in the direction of the activated EMG ch

## Step 3: Stream Data Using Networking Widget

Follow the [Networking Tutorial](../../Software/OpenBCISoftware/02_GUI_Widget_Guide.md/#networking) to learn how to stream data using UDP from the GUI. For this project, you will need to stream the EMG channel data from the Networking Widget. **Make sure your EMG joystick widget is open when streaming**. Your Networking settings should look as follows:
Follow the [Networking Tutorial](../../Software/OpenBCISoftware/02_GUI_Widget_Guide.md#networking) to learn how to stream data using UDP from the GUI. For this project, you will need to stream the EMG channel data from the Networking Widget. **Make sure your EMG joystick widget is open when streaming**. Your Networking settings should look as follows:

![UDP Networking Widget Screenshot](../../assets/TutorialImages/UDP_drone.png)

Expand Down

0 comments on commit cf6b55f

Please sign in to comment.