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 flashed the device but the monitor that ran here was still ![image](https://user-images.githubusercontent.com/57823322/91326145-307db980-e7ee-11ea-83a7-b72f2ee927c2.png)

line 317 printf("iotc_create_iotcore_jwt returned with error: %ul", state); software looked like stopped at this point because the thread will be killed the next line. I got lost for a while...

The google sdk integrates the ATECC608A. But I am not sure how I can use it in my code. I have checked `iotc_create_iotcore_jwt` and it finally call `iotc_bsp_ecc` function. Now...

Hi! I'm using the excellent Google IoT Core client port from https://github.com/espressif/esp-google-iot. The CMakeLists.txt in this project enables the memory limiter (-DIOTC_MEMORY_LIMITER_ENABLED). This option seems to conflict rather badly with...

I'm having error 10, has anyone had this problem? how can I solve? I had error 17 but I fixed it and now I have this problem.

My esp-idf project needs to be able to configure IOTC_MAX_IDLE_TIMEOUT, so I figured I'd add all of those config defs to kconfig to make it easier to customize.

The module is successfully connected to the internet, but unable to set time. Please check the following console log I (5108) APP: Initializing SNTP I (5108) APP: Waiting for system...