From e4dd2c4ca234e21e25520b94beb252da21029d48 Mon Sep 17 00:00:00 2001 From: NateSchoolfield Date: Sun, 7 Feb 2021 23:05:20 -0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 20de5c8..1044a56 100644 --- a/Home.md +++ b/Home.md @@ -3,9 +3,11 @@ FAQ: **Q: Where are you at in the project?** -**A:** I'm in the analysis phase trying to create the "detection and intervention" algorithm. Currently I have the code running on a RasPi3 to gather biometric data at night. I'm using an old Android phone with a Voice Activated Recording application to identify the timing of nightmares. I've written a script to parse the VAR output to correlate and graph the nightmare events for analysis. I've done some work to get a VAR app ([svar](https://github.com/Arkq/svar)) running on the RasPi itself, however I've not figured out how to get it to record properly so for now I'm still using the Android app. +**A:** I'm in the analysis phase trying to create the "detection and intervention" algorithm. Currently I have the code running on a RasPi3 to gather biometric data at night, and I'm got a Voice Activated Recording application running on a old Android phone to help me identify the times of the (audible) nightmares. I've written a script to parse the VAR output to correlate and graph the nightmare events for analysis. -I did implement "timed vibration" functionality in the interim, however it's not been very successful. +I've done some work to get a VAR app ([svar](https://github.com/Arkq/svar)) running on the RasPi itself, however I've not figured out how to make it record properly so for now I'm still using the Android app. + +I did implement a "timed vibration" functionality in the interim, however it's not been particularly successful. **Q: What's the best way to secure the band for sleep?**