esp32-cloud-iot-core-k8s icon indicating copy to clipboard operation
esp32-cloud-iot-core-k8s copied to clipboard

Using Cloud IoT Core to connect an ESP32 to the Google Cloud Platform

Results 6 esp32-cloud-iot-core-k8s issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to connect ESP32 to Google Cloud IoT Core using the google-cloud-iot-arduino and the arduino-mqtt libraries. And I keep getting this message on the serial monitor: `Settings incorrect...

I have seen in the following sections of the codes that the versions set for influxdb and grafana are quite old. https://github.com/Nilhcem/esp32-cloud-iot-core-k8s/blob/master/05-influxdb_grafana_k8s/k8s/influxdb.yaml#L20 https://github.com/Nilhcem/esp32-cloud-iot-core-k8s/blob/master/05-influxdb_grafana_k8s/k8s/grafana.yaml#L20 Is it possible to change these sections...

Link was previously redirecting to the project itself.

Traceback (most recent call last): File "./main.py", line 5, in import jwt ImportError: No module named jwt I installed all the requirements using pip, including jwt, but its not working

Hello, I got this error when I try to run the code. `Traceback (most recent call last): File "C:/Users/User/PycharmProjects/project/project.py", line 28, in print(create_jwt(PROJECT_ID, SSL_PRIVATE_KEY_FILEPATH, SSL_ALGORITHM)) File "C:/Users/User/PycharmProjects/project/project.py", line 24, in...