esp-google-iot icon indicating copy to clipboard operation
esp-google-iot copied to clipboard

Google Cloud IoT SDK as an ESP-IDF Component

Results 17 esp-google-iot issues
Sort by recently updated
recently updated
newest added

I could find no mention or warning, so I want to name the elephant in the room: In the [smart outlet example](https://github.com/espressif/esp-google-iot/blob/master/examples/smart_outlet/README.md) is a link to a Google webpage explaining...

This fixes #8. Also fix a deprecated header inclusion.

Hi, Thank you in advance. We are facing SDCard reading error issue when disconnection and reconnect to google IOT. When disconnect in the mqtt_task, another task in background of SDCard...

The following files aren't found when attaching the iot-device-sdk-embedded-c folder to my /lib folder in PlatformIO. These are the files `fatal error: iotc_bsp_crypto.h: No such file or directory` `fatal error:...

Can't seem to get this building for host unit tests. Wondering if this would be the correct way to include this in a project. Or if I am missing some...

hello I installed everything belongs to smart outlet example but still telling me this error E (40645) APP: connection closed - reason 17! I know from the code that worn...

As I'm using QoS 1, I want to read the callback the API returns, so that I can know if my message was sucessfully sent or not. However, in the...

Hi, Sometimes the esp32 crash when large incoming MQTT message. Question: 1. How the buffer size created fro receiving incoming MQTT message ? 2. What is the max buffer size...

Hello, I set up the Google IoT core settings for the example and build successful. But after executing it with `idf.py monitor` command, the data does not come into IoT...

I have try this sample code for integration with Google IOT Core with IDF versi 3.3rc. Device send receive command to GCP is no problem. But when leave it in...