Skip to content

Commit

Permalink
Merge pull request #1218 from sigdelsanjog/patch-1
Browse files Browse the repository at this point in the history
Fixed Broken URL for Ganglion and formatted the readme page
retiutut authored Jan 29, 2025
2 parents 343c302 + 2480046 commit 9e5b644
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -41,13 +41,17 @@ So, if even the very best researchers and hackers buy OpenBCI, there is still a

The OpenBCI GUI will:

* Visualize data from every OpenBCI device: [Ganglion][https://shop.openbci.com/collections/frontpage/products/pre-order-ganglion-board], [Cyton][https://shop.openbci.com/collections/frontpage/products/cyton-biosensing-board-8-channel], and [Cyton with Daisy][https://shop.openbci.com/collections/frontpage/products/cyton-daisy-biosensing-boards-16-channel]
* Visualize data from every OpenBCI device:
* [Ganglion](https://shop.openbci.com/products/ganglion-board)
* [Cyton](https://shop.openbci.com/collections/frontpage/products/cyton-biosensing-board-8-channel),
* [Cyton with Daisy](https://shop.openbci.com/collections/frontpage/products/cyton-daisy-biosensing-boards-16-channel)
* Run as a native application on macOS, Windows, and Linux.
* Provide filters and other data processing tools to quickly clean raw data in real time
* Provide a networking system to move data out of GUI into other apps over UDP, OSC, LSL, and Serial.
* Provide a widget framework that allows users to create their own experiments.
* Provide the ability to output data into a saved file for later offline processing.


Using the OpenBCI GUI allows you, the user, to quickly visualize and use your OpenBCI device. Further it should allow you to build on our powerful framework to implement your own great ideas!

## Who are we?
@@ -79,11 +83,13 @@ If you want to report a problem or suggest an enhancement, we'd love for you to

You might be interested in:

* A tutorial to [make your own GUI Widget][https://docs.openbci.com/Software/OpenBCISoftware/GUIWidgets/#custom-widget]
* Purchase a [Cyton][https://shop.openbci.com/collections/frontpage/products/cyton-biosensing-board-8-channel] | [Ganglion][https://shop.openbci.com/collections/frontpage/products/pre-order-ganglion-board] | [Cyton + Daisy][https://shop.openbci.com/collections/frontpage/products/cyton-daisy-biosensing-boards-16-channel] from [OpenBCI][https://www.openbci.com]
* A tutorial to [make your own GUI Widget](https://docs.openbci.com/Software/OpenBCISoftware/GUIWidgets/#custom-widget)
* Purchase any one of the devices from our website [OpenBCI](https://shop.openbci.com/collections/frontpage):
* [Ganglion](https://shop.openbci.com/products/ganglion-board)
* [Cyton](https://shop.openbci.com/collections/frontpage/products/cyton-biosensing-board-8-channel),
* [Cyton with Daisy](https://shop.openbci.com/collections/frontpage/products/cyton-daisy-biosensing-boards-16-channel)

And of course, you'll want to know our:

* [Contributors' guidelines](CONTRIBUTING.md)
* [Roadmap](ROADMAP.md)

@@ -93,7 +99,7 @@ Thank you so much (Danke schön! Merci beaucoup!) for visiting the project and w

## Installing

Follow the guide to [run the OpenBCI GUI From Processing IDE][https://docs.openbci.com/Software/OpenBCISoftware/GUIDocs/#running-the-openbci-gui-from-the-processing-ide]. If you find issues in the guide, please [suggest changes](https://github.com/OpenBCI/Docs/edit/master/OpenBCI%20Software/01-OpenBCI_GUI.md)!
Follow the guide to [run the OpenBCI GUI From Processing IDE](https://docs.openbci.com/Software/OpenBCISoftware/GUIDocs/#running-the-openbci-gui-from-the-processing-ide). If you find issues in the guide, please [suggest changes](https://github.com/OpenBCI/Docs/edit/master/OpenBCI%20Software/01-OpenBCI_GUI.md)!

**Note: Now compatible with Processing 4!**s

0 comments on commit 9e5b644

Please sign in to comment.