https://bitalino.com/en/development/apis
https://bitalino.com/en/development/apis
Keep in mind posts like this may violate the terms of use on the Garmin forums: https://www.garmin.com/en-US/legal/terms-of-use/
Not sure why you'd exclude cloud in 2019 as that's the normal way to build such a solution. My Event Hub App in the store allows all sensor data to be uploaded in real time from as many watches/devices…
Unfortunatly, Dr. Scott Harden has no Garmin GPS watch to develop a C# bridge to his ScottPlott:
https://github.com/swharden/ScottPlot/issues/322
I have one, but I m only a Meditator with a GITHUB account:
and no C# programming skills.
What about AlphaMonkeyC
https://forums.garmin.com/developer/connect-iq/b/news-announcements
?
I m looking for a C# programmer with a heart for Meditators to program this bridge. Or an AlphaMonkeyC to program a real-time Namaste app wich connects to Dr Scott Hardens Scott Plott.
Now, it is also possible to live-stream sensor data to Microsoft Excel, personal communication from Moxy CEO Roger Schmitz:
And to any application that can read and decode a serial string.
Will there be a revolution in streaming sensor data to a PC with bluetooth smart sensors and the GATT client-server scenario as specified in the Bluetooth core specification and Wireshark?
Raspberry Pi Ant+ MQTT-Broker:
https://www.thisisant.com/forum/viewthread/7074/P30
is a Swiss quality script from Reto, who earns his bread and butter in the IT industry.
10 Free Public MQTT Brokers
https://mntolia.com/10-free-public-private-mqtt-brokers-for-testing-prototyping/
It should be possible to stream ANT+ sensor to MATLAB or Python, which support MQTT .
Instruction:
1. Example code from Reto:
https://infinityflow.ch/raspberry-pi-ant/
2. install a MQTT brocker on the Rasperri:
https://mosquitto.org/download/
3. Connect to RPi 3 ad-hoc network from windows PC:
https://raspberrypi.stackexchange.com/questions/70621/connecting-to-rpi-3-ad-hoc-network-from-windows-pc
4. Connect to Matlab MQTT:
https://www.mathworks.com/matlabcentral/answers/300785-does-matlab-support-mqtt
5. connect to Matlab example code:
https://youtu.be/Ercd-Ip5PfQ
6. Or connect to Python MQTT:
https://pypi.org/project/paho-mqtt/
7. connect to Python example code:
https://www.youtube.com/watch?v=GIywmJbGH-8
8. see also:
After complaining in DC Rainmakers Blog this instruction went through the spam fighter of the Garmin Forum. It is an instruction how to send sensor data to Matlab, Python and other applications for Cycle Nerds..