Scaled the axis on the minute view to 1000.
lucidcode
Lucid Scribe App lucid dreaming tools Lightened Dream journal for lucid dreamers Halographs dream detection devices Lucid Scribe biofeedback software Lucid Scribe Database open dream research Discord Server research & dev updatesPopular Posts
NeuroSky ThinkGear EEG 0.9.6 (53)
NeuroSky ThinkGear EEG 1.0.9 (35)
Lucid Scribe 1.3.7 (19)
Zeo 0.9.0 (19)
Categories
- Hacking (13)
- Security (3)
- Hardware (12)
- Halograph EEG (1)
- Halograph EOG (8)
- Halograph FM (1)
- Halovision INSPEC (4)
- Research (16)
- Software (279)
- Lightened Dream (28)
- Lucid Scribe (68)
- Lucid Scribe Android (9)
- FILD (4)
- Halovision (2)
- ThinkGear EEG (3)
- Lucid Scribe App (4)
- Lucid Scribe Plugins (173)
- BrainFlow (2)
- Emotiv EPOC (1)
- Halovision (47)
- Hypnodyne ZMax (1)
- InteraXon Muse EEG (6)
- Keyboard (3)
- LightStone IOM (12)
- lucidcode Halograph FM (6)
- Mattel Mindflex (5)
- Microphone (2)
- Milliseconds (3)
- Mouse FIELD (12)
- Muse (2)
- NeuroSky ThinkGear EEG (31)
- OCZ NIA (2)
- OpenBCI (2)
- OpenEEG (14)
- Ping (1)
- Pranayama (6)
- tACS (8)
- TCMP (8)
- tDCS (8)
- TI EZ430 Chronos (3)
- Zeo EEG (13)
- Lucid Scribe Plugouts (7)
- Arduino (1)
- Screen LED (1)
- Yocto PowerRelay (5)
- Hacking (13)
Amended ZeoScope : SoundAlarm.cs project file with your code,and it works now
…
…
if (this.AlarmStarted == true || this.audio.Playing == true)
{
if (Devicee.Arduino)
{
ArduinoThread = new Thread(TriggerArduino);
Devicee.Arduino = false;
ArduinoThread.Start();
}
}
private void TriggerArduino()
{
SerialPort arduinoPort = new SerialPort();
…
…
}
Thanks a million!
Sleep.stage=1 awake in the attached image from Zeoscope
I forked the code, rolled it into the plugin and committed it: Lucid Scribe ZeoScope 0.9.5! Please let me know if it works now and I will see if I can make it trigger the audio tracks and tACS.
https://github.com/dancodru/ZeoScope
This works! Sleep.stage detects 2
Elite. Thanks, will see if I can “Fork” the code, roll it into the plugin and commit.