Prev

Next

Page 7 of 46

Posted on Sat Feb 15 2025

Last updated Mon Feb 16 2025

My OpenBCI biosensor is here!


To start learning about biosensors, I'm going to build a simpler computer.

I'm going to build a computer that makes the following transformation:
brain activity > { Focus: % }

There's probably an algorithm that already does this. Training a model is not necessary. BUT what's good about having an algorithm is that there is a programmatic way of proving the correctness of the model's output.

Which is perfect! Because the output of that algorithm will be necessary to test the model's accuracy.

A few years ago I randomly bought Make a Mind-Controlled Arduino Robot by Tero and Kimmo Karvinen. I'm going to skip the mechanical / arduino chapter. And jump straight to the software chapter. I want to have the same setup as this little project has, but instead of controlling a robot, I want to measure my focus in a custom UI.