Updated Home (markdown)

master
NateSchoolfield 2021-02-07 23:05:20 -08:00
parent 9aa0315d4b
commit e4dd2c4ca2
1 changed files with 4 additions and 2 deletions

@ -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?**