Category: Lucid Scribe Plugins


OpenEEG 1.0.0

Added a configuration option for the blink interval, in milliseonds, of the eye-movement-detection algorithm.

View code changes | LSDBase entries

Squeezed the last drop of sensitivity out of the NeuroSky EEG channel. And added the NS TCMP channel. To practice, reference the International Morse Code chart:

A = .-
B = -...
C = -.-.
D = -..
E = .
F = ..-.
G = --.
H = ....
I = ..
J = .---
K = -.-
L = .-..
M = --
N = -.
O = ---
P = .--.
Q = --.-
R = .-.
S = ...
T = -
U = ..-
V = ...-
W = .--
X = -..-
Y = -.--
Z = --..
0 = -----
1 = .----
2 = ..----
3 = ...--
4 = ....-
5 = .....
6 = -....
7 = --...
8 = ---..
9 = ----.

Start with a single E (dot) and then a T (dash). A dot is a gentle blink, so that the NeuroSky EEG channel spikes above 500, but below 900. A dash is more of a forced blink so that the NeuroSky EEG channel spikes above 900. Then say SOS and finally CONSCIOUS. I will post a video walk-through next week and then add the channel to the OpenEEG plugin.

This feature is not enabled by default. You will need to check the TCMP checkbox when opening Lucid Scribe (and make sure the NS TCMP channel is enabled under the Plugins). Then open Notepad (Start -> Run… -> and type in “notepad”) and make sure it has focus and send a communication. You will need to remain perfectly still, in an almost meditative state…

View code changes | LSDBase entries

OpenEEG 0.9.9

Added a new channel, OpenEEG RAW, that implements the Illuminated Interface and averaged out the OpenEEG channel.

View code changes | LSDBase entries

Averaged out the NeuroSky EEG channel.

View code changes | LSDBase entries

Fixed a threading deadlock that would cause the data from a previous minute to get carried over occasionally.

View code changes | LSDBase entries

Fixed a threading deadlock that would cause the data from a previous minute to get carried over occasionally.

Download now

Optimized the polling to read a single packet at a time in order to access the raw EEG data in real time.

View code changes | LSDBase entries

Updated to the latest implementation of the Illuminated Interface for faster processing, close to a kilohertz.

Milliseconds 1.0.0

A simple plugin that returns the current millisecond, implemented with the Lucid Interface on the MS channel and the Illuminated Interface on the MSI channel. For illustrative purposes and performance and load testing as the rest of the plugins are migrated to the new interface.

Added a new channel, NeuroSky RAW, that implements the Illuminated interface. It works best when no other channels are active and might require Lucid Scribe to be restarted after the new channel is enabled. It is intended only for pro users and beta testers for now.

LSDBase entries