<aside> 💡 All the EEG code on p5 can be found here: https://editor.p5js.org/iguannalin/sketches/geAQEQLUO

Daniel’s link: https://editor.p5js.org/DanNoblem/sketches/7U1rV8eTk

Clouds? https://editor.p5js.org/iguannalin/sketches/gFo3Gu83r

Proposal draft: https://docs.google.com/document/d/1fwGJYtqjRFQhIPGkCoTe8Vo0vecKJTsw3HbxI2ARX3o/edit?usp=sharing

</aside>

Week 9 - EEG room

Testing

We tried multiple apps (the Muse app on the phone, Mind Monitor is not free, uvicmuse, labrecorder) but the most promising one was this article — Petal Metrics (https://betterprogramming.pub/viewing-your-brain-activity-with-the-muse-headband-b03dde069ae4).

We found this wonderful code from Nima’s blog, which uses Jason Snell’s EEG code: https://nphyscomp.netlify.app/11

https://openprocessing.org/sketch/1748494

Serial communication test: https://editor.p5js.org/iguannalin/sketches/COAUyYN8X

Our p5 sketch: https://editor.p5js.org/iguannalin/sketches/geAQEQLUO

Took us hours to figure out how to send data serially from p5 to arduino, but the main takeaway is to absolutely make sure that the Serial monitor in the Arduino IDE is turned off when sending data from the p5 sketch.

Notes from Jason Snell

PXL_20230411_162045098.jpg

Notes from Dave Stein