Questions tagged [garmin]

Garmin is a company which develops and sells products relating to Global Positioning System (GPS) systems.

152 questions
3
votes
1 answer

Triangulation From Two Points To Find The Coordinates Of The Third

Seeking guidance on The topic. Must I really create what I'm sure is all ready out there. I'm simply looking for a basic program to throw on a garmin that will allow me: to create a way point using a GPS, log azimuth from said point. Travel to new…
user2569037
  • 31
  • 1
  • 2
3
votes
0 answers

How to use Garmin maps in Android app?

It's my first time asking here, please forgive me about my bad english Now, I'm developing a GPS app for Android and I use Garmin Maps that I build from OSM data. My problem is that I don't know if there is some library that can reder the Garmin map…
Luis Polo
  • 31
  • 2
3
votes
2 answers

Discover HTML Object tags methods/properties

The Garmin Communicator API operates through a browser plugin that is exposed to JS from an tag embedded in the HTML body. I'm trying to find any undocumented methods/properties of this object as I build the GWT-Garmin-API. Working with…
Joseph Lust
  • 19,340
  • 7
  • 85
  • 83
3
votes
1 answer

Read Information from garmin

I want to extract information such (longitude,latitude,location name) from garmin maps and use the database of this info in my java web application. but i dont know how to extract a region information such as a city from a garmin map as text or…
Mohammad1984
2
votes
1 answer

Garmin and Monkey C "Cannot find symbol ':setText'..."

I want to try a garmin WachFace and came across very quickly folgnden error, but unfortunately I do not know why it occurs, maybe someone can help you? Cannot find symbol ':setText' on type 'PolyType' I use the…
Mallalei
  • 71
  • 4
2
votes
0 answers

Garmin wellness-api - Invalid OAuth signature - PHP

i have problem with generate oAuth signature to Garmin Wellness API. $oauth_nonce = 'OhJBVADBAC8'; $oauth_timestamp = '1614947339'; $date_from = 1607089161; $date_to = 1614865161; $url =…
mhc
  • 31
  • 5
2
votes
1 answer

How can I make axios return the correct type of buffer?

NOTE: when I first posted this question... I had no idea even where to begin or even how to give the question a good title. After several comments, I added more data to the question and then eventually changed the question title to what it is now -…
MLissCetrus
  • 423
  • 3
  • 21
2
votes
0 answers

Garmin HRM Dual, not transmitting data over BLE

For some reason device does not transmit data (heart rate) over BLE. It connects fine, phone app is also able to discover services and connect to service. I started up with iOS and Health app and actually saw some data coming through, so, it worked…
2
votes
2 answers

Garmin-Watchface: How to show Heartrate?

In a watchface I created which ConnectIQ (4.30) I can show the clocktime, but when I try to show the heartrate I get the error Details: Module 'Toybox.Sensor' not available to 'Watch Face' Stack: - onStart() at…
BNetz
  • 361
  • 4
  • 20
2
votes
0 answers

Garmin devices data reading via BLE using native android/iOS app

My requirement is to communicate with any of the Garmin device(which has BLE support) with my native android app. I have already developed an android app which can connect with Wahoo Tickers (using their android sdk)and users can directly read data…
2
votes
1 answer

oAuth header error in Garmin API

Using GArmin API for delete a user registration giving error { errorMessage: 'Unable to read oAuth header' } I am using following API :- https://healthapi.garmin.com/wellness-api/rest/user/registration My code are as…
Manish Balodia
  • 1,863
  • 2
  • 23
  • 37
2
votes
3 answers

Fitness tracker with API for live hand movements

I'm trying to develop an app for a fitness tracker(can be any), which has an API to track the live hand movements (For every couple of seconds). To be specific, trying to find aggressive hand movements to track users who need help (like seizures,…
Anand
  • 9,672
  • 4
  • 55
  • 75
2
votes
1 answer

Can I open an Offline Maps App with a link pointing to a GPS Position?

I want to generate a link with a gps position so that, when clicked, the Offline-maps-app (TomTom, Garmin, Sygic, Scout/Skobbler, Osmand, Locus, Maps.me, or any other) opens and shows the location, similar…
Thomas
  • 41
  • 3
2
votes
1 answer

How can I install and test Connect IQ Data Field on my device

I was able to use the SDK to build a custom DataField, but don't see any info included with the SDK about how or if I can directly install and test this on my device. I've tested this with the simulator, but would like to try it to see how it works…
user630338
  • 41
  • 3
2
votes
2 answers

Unable to sign In to Garmin through C# MVC website

I have registered for Garmin API and able to get "Request Token" and "Request Token Secret" but when I try to confirm authorization i.e. when my application redirects a user to the sign in page of "Garmin connect" then even if user enters correct…
NewbieCoder
  • 377
  • 3
  • 16
1 2
3
10 11