Search found 1080 matches

by James
Fri Apr 12, 2024 5:04 pm
Forum: Mind Monitor
Topic: Missing Blink/Jaw Clench from v2.3.1[44]
Replies: 4
Views: 71

Re: Missing Blink/Jaw Clench from v2.3.1[44]

There have been no changes to these. They're still working. I would check your code is looking for the correct data type. They're both single ints.
by James
Fri Apr 12, 2024 1:35 pm
Forum: Mind Monitor
Topic: Stream only streaming sometimes
Replies: 3
Views: 36

Re: Stream only streaming sometimes

If you change the port, you'll need to start and stop streaming for it to take effect. Rather than netstat, I'd use SysInternals PortMon: https://learn.microsoft.com/en-us/sysinternals/downloads/portmon This will tell you what the app is a little more cleanly. The only settings in the app that affec...
by James
Fri Apr 12, 2024 12:26 pm
Forum: Mind Monitor
Topic: Stream only streaming sometimes
Replies: 3
Views: 36

Re: Stream only streaming sometimes

Note that only one app can listen to a port at a time. If restarting your computer fixes the problem, then you probably have something in the background that is locking up the receiving port and restarting your computer is closing it. The other possibility is that your computer's IP address has chan...
by James
Mon Apr 08, 2024 9:08 pm
Forum: Mind Monitor
Topic: OSC multichannel
Replies: 4
Views: 79

Re: OSC multichannel

I would recommend checking YouTube, there are many hundreds of videos on this kind of thing.
You likley need to install PIP if you're getting an error:
https://pip.pypa.io/en/stable/installation/
by James
Sun Apr 07, 2024 4:09 pm
Forum: Mind Monitor
Topic: OSC multichannel
Replies: 4
Views: 79

Re: OSC multichannel

You could write a simple python script to convert between formats and forward on the live data. Python samples are in my GitHib linked in the osc FAQ.
by James
Tue Apr 02, 2024 6:35 pm
Forum: Mind Monitor
Topic: Delta High
Replies: 1
Views: 58

Re: Delta High

High Delta while awake is a result of poor sensor contact. The EMG (muscle movement) interference is picked up as Delta as this is the lowest frequency wave. To check for good sensor contacct, switch to the RAW EEG view and try to get the voltage variance under 50uV with thin crisp lines. You should...
by James
Sat Mar 30, 2024 6:49 pm
Forum: Mind Monitor
Topic: Feedback
Replies: 2
Views: 58

Re: Feedback

It's not built into the app, but you could code something by streaming the OSC data to a Mac/PC app that receives the data.
The OSC data spec as well as code samples are on the website here:
https://mind-monitor.com/FAQ.php#oscspec
by James
Mon Mar 11, 2024 4:13 pm
Forum: Mind Monitor
Topic: Which brain wave state am I in?
Replies: 4
Views: 301

Re: Which brain wave state am I in?

Correct.
by James
Fri Mar 08, 2024 8:13 pm
Forum: Mind Monitor
Topic: Offline Usability
Replies: 9
Views: 398

Re: Offline Usability

The data is exactly the same in both apps
by James
Fri Mar 08, 2024 7:07 pm
Forum: Mind Monitor
Topic: Offline Usability
Replies: 9
Views: 398

Re: Offline Usability

With iPhone you have to use Dropbox or email only, sorry. I don't think it would work to leave it in the outbox, but you should try as a test. I plan to add iCloud support at some point, but even then I don't think it will help with offline support. If you need to be offline when recording, your bes...