Feature request: Integration of the GARMIN watch into the Mind Monitor

User avatar
Peter Gamma
Posts: 179
Joined: Sat Jun 29, 2019 11:02 am
Location: Switzerland
Contact:

Re: Feature request: Integration of the GARMIN watch into the Mind Monitor

Post by Peter Gamma »

ANT+ sensors are difficult to stream to a PC. I could not find an easy way:

https://github.com/PeterGamma/Live-stre ... in-watches

Sensor streaming to a PC might be easier with bluetooth smart sensors. Matlab now supports pairing to bluetooth smart.

https://www.mathworks.com/matlabcentral ... hest-strap

There is an example in Matlab for a bluetooth smart heart rate sensor. Wireshark can be used to display the data.

https://www.mathworks.com/help/comm/exa ... ofile.html

Wireshark is a free and open-source packet analyzer. Is Matlab necessary? Can the same example also be used without Matlab only with Wireshark?
User avatar
Peter Gamma
Posts: 179
Joined: Sat Jun 29, 2019 11:02 am
Location: Switzerland
Contact:

Re: Feature request: Integration of the GARMIN watch into the Mind Monitor

Post by Peter Gamma »

Here is a preliminay solution:

https://www.mathworks.com/matlabcentral ... contriblnk

the Fit File Repair Tool as a great potential.
User avatar
Peter Gamma
Posts: 179
Joined: Sat Jun 29, 2019 11:02 am
Location: Switzerland
Contact:

Re: Feature request: Integration of the GARMIN watch into the Mind Monitor

Post by Peter Gamma »

After a long suffering period, there is some new hope to access Garmin watch data in real time from a Swiss friend who wrote some ingenious code to send ANT data from a Garmin watch to a MQTT Broker

https://infinityflow.ch/raspberry-pi-ant/

you only need a Rasperri PI for it. Mind Monitor, Garmin watch, and Rasperri PI they fit perfectly together. Can you integrate a MQTT-Broker in the Mind Monitor, James Clutterbuck?
Last edited by Peter Gamma on Wed Sep 02, 2020 12:45 pm, edited 1 time in total.
User avatar
Peter Gamma
Posts: 179
Joined: Sat Jun 29, 2019 11:02 am
Location: Switzerland
Contact:

Re: Feature request: Integration of the GARMIN watch into the Mind Monitor

Post by Peter Gamma »

Or, to say it more clearly: there is a new path available for the Garmin watch, which can be integrated in other applications. But I requires a Rasperri PI. But eventually, a Linux virtual box running in Windows could also solve this problem.
User avatar
James
Site Admin
Posts: 1082
Joined: Wed Jan 02, 2013 9:06 pm

Re: Feature request: Integration of the GARMIN watch into the Mind Monitor

Post by James »

I'm not interested in coding for the Garmin Watch, sorry, as I don't have one. I will add PPG data from the Muse in the future. MQQT is a possibility too.
However, with Covid-19, I'm not able to work on Mind Monitor, as I have a full time job and my 8 year old son to take care of.
User avatar
Peter Gamma
Posts: 179
Joined: Sat Jun 29, 2019 11:02 am
Location: Switzerland
Contact:

Re: Feature request: Integration of the GARMIN watch into the Mind Monitor

Post by Peter Gamma »

Good to know. Good luck with the PPG signal.
User avatar
Peter Gamma
Posts: 179
Joined: Sat Jun 29, 2019 11:02 am
Location: Switzerland
Contact:

Re: Feature request: Integration of the GARMIN watch into the Mind Monitor

Post by Peter Gamma »

James wrote: Fri May 08, 2020 9:31 am I will add PPG data from the Muse in the future. MQQT is a possibility too.
The new Polar Sensor Logger app supports sensor data forwarding using MQTT-protocol. It would be great when data forwarding using MQTT-protocol becomes a standard for android sensor apps. MQTT has good support for Influx database. All sensors in one influx database, this is my vision.
Post Reply