Hacker News new | ask | show | jobs
by teruakohatu 513 days ago
You can download the SDK and side load applications. No annual developer fee. Not sure how it’s more locked down.
3 comments

One example: I would like to program a (dumb/ID-only) RFID card into it to unlock a door. I can't as the NFC off limits to apps.
Apparently there is some transit system in China that uses this format for payments. So you can get one of those cards, add it to your watch, and program the RFID system to accept the ID of the card you got. There was an HN article about it this weekend.
I think that was NFC. The problem was, iPhone generated a random UID for all other cards, while this one was fixed.
You can also use Garmin watches for transit in Japan, if it's a Japanese model.
My Garmin watch will only allow me to add emv cards.
Don’t know about Apple Watch development, but the scope of what you can do with Garmin's SDK is limited, apps run in a VM, ie no native code with respective performance issues and, as important, their developer support is a complete and utter garbage.

It's a lucky day when someone from Garmin graces Forums with their presence and bestows few sentences they think could pass for an answer.

In other words, yeah, the SDK is free, you can side-load and it’s not hard to write for, but you just can't write much.

You run native code on the Watch itself and most of the limitations are around not doing anything that will kill the small battery.
Nope, not native code.

> Monkey C compiles into byte code that is interpreted by a virtual machine, similar to Java.

https://developer.garmin.com/connect-iq/reference-guides/mon..., 2nd paragraph.

I meant the Apple Watch, I should have quoted the relevant bit I was replying to

> Don’t know about Apple Watch development

It's severely limited in terms of what you can do. Garmin doesn't support some Unicode (Georgian) characters, and when you get a notification with Georgian characters, watch freezes, starts heavily draining the battery and then resumes in a few seconds.

Garmin has refused to fix this for many many years, and there's no games you can play with SDK that will help you fix it yourself