You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
Hey, and firstly thanks for all the wonderful work on this library 👍
I'm in the process of replacing my REST API for receiving IoT data with the Google Cloud IOT Core. I have some simple sensors and am just dumping it into pubsub to be dealt with by BigQuery and Firebase. I've spent the morning trying to get the google-cloud-iot-arduino example to work with my latest board using an ESP32-S2 and am running into some issues with the Certificate.
Right now I'm just using the ESP32-mqtt example to get things working and am getting this message when the mqtt->connect()
Connecting to MQTT
checking wifi...
Wifi connected.
Connecting...
Refreshing JWT
not connected
Settings incorrect or missing a cyper for SSL
Connect with mqtt.2030.ltsapis.goog:8883
ClientId: projects/mimir-app-dev/locations/europe-west1/registries/mimir-iot-registry/devices/mimirOpen-01
Waiting 60 seconds, retry will likely fail
As far as I can tell all the configs are correct to my IoT Core so my ideas are either that i'v messed up and need to start taking the system apart, piece by piece. or maybe the library isn't compatible with the ESP32-S2 or requires some tweaking. I thought I would check first before spending the whole weekend on this only to find out I need to go back to my REST APi. much appreciate any feedback!
The text was updated successfully, but these errors were encountered:
I recently got this working on some older ESP32 models. Ive not opened the repo yet as I still need to clean out some private keys from older versions. Some examples though that really helped were from @alvarowolfx and his repo on IoT Core:
Hey, and firstly thanks for all the wonderful work on this library 👍
I'm in the process of replacing my REST API for receiving IoT data with the Google Cloud IOT Core. I have some simple sensors and am just dumping it into pubsub to be dealt with by BigQuery and Firebase. I've spent the morning trying to get the google-cloud-iot-arduino example to work with my latest board using an ESP32-S2 and am running into some issues with the Certificate.
Right now I'm just using the ESP32-mqtt example to get things working and am getting this message when the mqtt->connect()
As far as I can tell all the configs are correct to my IoT Core so my ideas are either that i'v messed up and need to start taking the system apart, piece by piece. or maybe the library isn't compatible with the ESP32-S2 or requires some tweaking. I thought I would check first before spending the whole weekend on this only to find out I need to go back to my REST APi. much appreciate any feedback!
The text was updated successfully, but these errors were encountered: