Kyle Husmann

Results 138 comments of Kyle Husmann

Hi all, exciting news -- after getting referred through one BTech support person after another over the last few months, I got connected with someone at Benshikj who said he's...

Benshikj came through for us!!! We now have a GET_POSITION command in the latest beta firmware (0.8.5). I have a reference implementation in the dev version of benlink here: Protocol:...

Note that GPS info is only available when the device is configured to turn the GPS module on (it's in auto-beacon mode or ID signaling is on). It'd be nice...

@Ylianst hmm, that doesn't look quite right, where are you getting that from? I'm sending `0002004c`

Ooh, just got some more info! No need for my 0xFF setting: > You can use REGISTER_NOTIFICATION = 6, POSITION_CHANGED = 13. > This way the device will enable GPS...

Oh! yeah, the 03 at the end is the code for "insufficient resources". It does that when there's no gps info to give (because no lock). > Your saying that...

Ok, @Ylianst I can confirm the position notification works great -- when you REGISTER_NOTIFICATION with POSITION_CHANGED, the GPS on the device will turn on, and automatically send you the current...

Awesome, much appreciated! It'll be easier for your application though because you can just call the windows API directly via C#. But if you can turn whatever you end up...

There's a chance the VR-N76 is doing something related to this bug: https://github.com/khusmann/benlink/issues/1 Two things to try to see if this is related: - After it fails, if you *immediately*...

Hmm, I like `version()` but that it would alias `base::version()`. I wonder if it'd make sense to namespace our methods with a prefix, similar to how forcats does? forcats uses...