Dave Smith

Results 9 comments of Dave Smith

Thanks for pointing this out, we'll get the README updated to clarify this. The service account is required for use with the Home Graph API, and you can [follow these...

Open individual issues

Sorry for the confusion. You really only need to follow the Firebase instructions during [mobile setup](/GoogleCloudPlatform/iot-smart-home-cloud/tree/master/mobile) to the point where you can obtain the `google-services.json` and `GoogleService-Info.plist` configuration files. The...

The app is built using Flutter, so you can deploy to an Android or iOS device using the Flutter SDK tools. I would recommend the [Get Started](https://flutter.dev/docs/get-started/install) guide to get...

Can you provide some more details about your setup? Have you connected to your Edison the same way as the [schematics in the README](https://github.com/androidthings/sample-uartloopback#schematics), or are you doing something different....

I just realized you modified the sample code in your comment above. What is the purpose of this line? ``` mLoopbackDevice.write(buffer, 45); ``` This will cause 45 bytes of null...

You could also try shorting RX/TX together on the Edison and not have the USB-TTL cable connected to eliminate any potential issues caused by that for the moment. You could...

The code to enable & configure the UART is found in the `openUart()` method. There are no additional steps (in hardware or software) for the Edison. I don't know which...

Appreciate all the feedback on this. @mithoog > Problem is when user's access token expires on Google's server then Google asks for new access token using refresh token. At that...