Wolfgang Gaar

Results 17 comments of Wolfgang Gaar

Hi! Interesting error. As all of my chromecast devices have spaces in their names (e.g. `Living Room Audio`) I do not believe that this is the issue. According to the...

You can try the version available in PR #11.

Thanks for reporting that issue. Do you mean that the other phone does not receive an SMS with the location?

I do have a Chromecast Audio and have the same issue ("Error: app not found"). Please tell me how to get the default receiver app id as I would try...

We do also have the same issue with the current `10.0.0-proxy-beta.0`, the only changes being: * upgrading tRPC from 10.0.0-proxy-alpha.75 to 10.0.0-proxy-beta.0 and * upgrading Typescript from 4.5.5 to 4.8.3....

~~I have fixed this issue in a PR, see the PR for instructions to reproduce.~~ Nevermind, the tests failed, but we found out that the error went away because our...

@jmying The driver for TM1637 displays is bit-banging kind of a I2C protocol over custom GPIOs (using Java), I guess that is exactly what you'll want: https://github.com/androidthings/contrib-drivers/blob/master/tm1637/src/main/java/com/google/android/things/contrib/driver/tm1637/I2cBitBangDevice.java

Depending on what you mean with "delay" you could either * sleep via `SystemClock.sleep(10)` (for e.g. 10ms) or * you could register a `GpioCallback` via `PeripheralManager.getInstance().openGpio()` to be notified if...

Hi @KATT! Regarding your questions: > What happens if you don't do this ping/pong? When is a client terminated? This depends on the connection timeouts that are enforced by either...

Hello @KATT, sorry not answering earlier. Yes, I would still be interested in that feature and will take a look in the next few days.