Loren M. Lang
Loren M. Lang
To help debug this, it might be helpful to compare with another general-purpose Bluetooth Serial app. It's been a while since I've used one, but I think this one should...
Are you able to collect a log of the NMEA output that is produced by the Kenwood for testing? And record how much time the log covers if possible.
I have been working on WX for a little bit, though not much progress. However, I have a few ideas on how to best implement it, but should discuss the...
There are many specifications that are violated in some way in practice. What's used in practice is probably best to follow. I believe my FTM-400 has this capability. I'll try...
It's available on the releases page: https://github.com/ge0rg/aprsdroid/releases But it should also match the latest version on the Google Play store. My version of APRSdroid install from the Play store reports...
I have been playing with the HM-10 module as a possible BLE serial port, but I'm finding both it's documentation and implementation as abysmal. The docs, poorly written, do not...
It's been a while since I looked at the audio interface on Android but seems like I remember that an external headset/mic would generally replace access to the on-phone speaker/mic,...
My initial efforts to add androidTest/ from the top-level have failed. I tried adding this: ``` android { ... sourceSets { ... androidTest { scala.srcDirs = ['androidTest/java'] java.srcDirs = ['androidTest/java']...
OK, maybe I'm on a bad branch then, but just in case it makes any difference, I did a little more tracking of those last build errors. It seems to...
OK, and, by the way, what versions of each component are you running? That ExecutionContext error looks like you've upgraded Scala to at least 2.10 in order to use it....