Skip to content

Releases: openbci-archive/OpenBCI_NodeJS_Ganglion

v1.1.0

19 Feb 16:17
1b8d032
Compare
Choose a tag to compare

v1.1.0

Add support for BLED112

v1.0.0

04 Oct 23:31
Compare
Choose a tag to compare

v1.0.0

Complete over haul of the core of the application to use the OpenBCI utilities NodeJS package.

Bug Fixes

  • Accel count value was wrong, was twice what it should have been.
  • Closes #36 (thanks @chyumin)

Breaking Changes

  • Removed index.js and made entry point openBCIGanglion.js which leads to import of const Ganglion = require('openbci-ganglion'); instead of const Ganglion = require('openbci-ganglion').Ganglion
  • Constants are now taken from new OpenBCI Utilities Module

v1.0.0-beta1

23 Sep 10:43
Compare
Choose a tag to compare
v1.0.0-beta1 Pre-release
Pre-release

v1.0.0

Complete over haul of the core of the application to use the OpenBCI utilities NodeJS package.

Bug Fixes

  • Accel count value was wrong, was twice what it should have been.

Breaking Changes

  • Removed index.js and made entry point openBCIGanglion.js which leads to import of const Ganglion = require('openbci-ganglion'); instead of const Ganglion = require('openbci-ganglion').Ganglion
  • Constants are now taken from new OpenBCI Utilities Module

Beta 1

Initial Beta Release. Adds linting!

v0.4.3

16 Feb 17:32
Compare
Choose a tag to compare

0.4.3

Bug Fixes

  • Fix #23 by hard setting noble to 0.1.7, 0.1.8 breaks

v0.4.2

31 Jan 22:46
Compare
Choose a tag to compare

0.4.2

New Features

  • Add callback function to constructor to catch noble errors.

Bug Fixes

0.4.1

New Features

  • Dropped connection will fire disconnect

Bug Fixes

  • Improvements to disconnect

0.4.0

New Features

  • If dropped connection, module will now disconnect and clean up.

Breaking Changes

  • Dropped connection will fire disconnect
  • Auto reconnect functionality temporarily removed.

v0.3.3

16 Dec 21:04
Compare
Choose a tag to compare

0.3.3

New Features

  • Get state of noble with .isNobleReady()

Bug Fixes

  • Fix bug where scan stop would not stop scan which led to many problems. Especially when it comes

v0.3.1

14 Dec 00:22
Compare
Choose a tag to compare

0.3.1

Bug Fixes

  • Fix bug with connect

v0.3.0

13 Dec 22:31
Compare
Choose a tag to compare

0.3.0

New Features

  • Get accelerometer data from the ganglion! (Previous did not work while streaming)

Breaking Changes

  • Major change in how bytes are parse based on byte ID.

Enhancements

  • Refactor file names for clarity
  • Removed dependency underscore

v0.2.0

06 Dec 18:22
Compare
Choose a tag to compare

0.2.0

Enhancements

  • Compress with 18bits vs 19bits
  • Reworked dropped packet detection and emit of packets.

Bug Fixes

  • Fix bug where ganglionServer example would hang on scan if no board found.
  • Fix bug where node process would not disconnect on windows.
  • Fix unhandled promise where server would call search start twice.

v0.1.1

29 Nov 20:19
Compare
Choose a tag to compare

0.1.1

New Features

  • Add function for starting, .accelStart(), and stopping, .accelStop(), accelerometer.

Bug Fixes

  • Impedance was outputting on verbose instead of debug.