Page 1 of 1

Google IoT SDK

Posted: Mon May 03, 2021 6:43 pm
by JERRY.RIVERA
Hi guys, after a while, I decided to go for ESP-IDF since it has a library for Google's IoT core platform.

My question is: Can this library work with a SIM900 or any LTE connection?

My project requires both WiFi and LTE connection, and if the lib doesn't support that type of connection, is it wise to go and build my own library using the HTTP REST API they provide?

Re: Google IoT SDK

Posted: Tue May 04, 2021 8:43 am
by ESP_Minatel
Hi,

It should work with esp-google-iot.

For the LTE modem, you will need to use the pppos_client.

Re: Google IoT SDK

Posted: Tue May 04, 2021 10:45 pm
by JERRY.RIVERA
So I can have WiFi and LTE connection in the same project with the PPP client?

Re: Google IoT SDK

Posted: Wed May 05, 2021 5:14 pm
by ESP_Minatel
Hi,

I've never tested LTE and WiFi.
I think you can, but not sure about using it simultaneously. Maybe you'll need to implement some coex function in order to avoid issues.