Skip to content
This repository has been archived by the owner on Jul 29, 2020. It is now read-only.

Latest commit

 

History

History
42 lines (27 loc) · 610 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 610 Bytes

OpenBCI Dashboard

alt text

A fullstack JavaScript app for reading and visualizing OpenBCI EEG data.

This project is under development, this is just a first draft.

Setup

  • Plug in OpenBCI dongle
  • Turn on OpenBCI board
npm install -g angular-cli concurrently
npm install
npm run visualize

Simulating data

npm run simulate

Technologies

  • Node.js
  • Angular 2
  • Socket.io
  • Data Visualization
    • Plotly.js
    • Chart.js
    • Smoothie

Support

Pull requests are welcomed!