have new Ganglion, want to develop custom firmware for feedback
Im glad my github name was available here.
I tried building a circuit similar to the ganglion and it was a little too difficult but all my files are there. I learned a little along the way though. I recently purchased a Ganglion and I have some ideas to try with it. I am also a diagnosed schizophrenic. My mother was a schizophrenic so I guess I'm second generation. I'm an avid meditator with some interesting ideas there too. I got my Ganglion the other day it fit pretty good in an acrylic playing card box. A 3.7v rechargeable battery fits in there too. I Pierced both ears to use for grounds. I also shaved my head and tattooed dots for the 10-20 system on it. Just an example of how crazy I am. I was listening to the birds singing and I noticed that I didn't hear any of them far away. They were all near the house...
I need to write firmware that has 2 maybe 3 modes. I need a button to switch modes.
Mode 1 analuzes the data and toggles an io pin to beep a buzzer to signal certain states for meditation and stuff. I guess I would need to do fourier transform to analyze the frequency.
Mode 2 will do logging to the sd card.
Mode 3 will do bluetooth, but I don't need this one yet.
I haven't dug into the code yet but I noticed the simblee is arm cortex m0. It's much more fun if you have help doing stuff. I guess the first thing I would need to get started is some similar example code
Comments
#include <arm_math.h>