Mindmonitor App Data through to Processing

Post Reply
squirtlekid2000
Posts: 2
Joined: Sat Jul 10, 2021 10:36 am

Mindmonitor App Data through to Processing

Post by squirtlekid2000 »

Hi there,
I have changed my project idea and am looking now at how to get the data from the Muse 2 Headband into Mindwave Monitor and then to Processing!
I understand that Mindwave monitor automatically does FFT but was wondering if this needs to be done again in Processing , and/or how other users have managed to get data from Mindwave monitor directly into processing (am looking into getting it to trigger and manipulate video controls)
Many Thanks again and BW
User avatar
James
Site Admin
Posts: 1103
Joined: Wed Jan 02, 2013 9:06 pm

Re: Mindmonitor App Data through to Processing

Post by James »

There are a number of python (and thus processing compatible) examples now on my GitHub page

https://mind-monitor.com/FAQ.php#oscspec

https://github.com/Enigma644

https://github.com/Enigma644/MindMonitorPython

FFT code can be found here:
https://rosettacode.org/wiki/Fast_Fouri ... orm#Python
Post Reply