I am a beginner to IoT and Cloud IoT especially. I came across this link, which describes, how we can connect a sensor to Google Cloud IoT core, using Raspberry Pi as a gateway
https://cloud.google.com/community/tutorials/cloud-iot-gateways-rpi
I implemented every step carefully. I found here n there some Python 2 vs Python 3 print statement errors... which I fixed somehow
But after doing everything, I am able to only send, but it is getting stuck at waiting for response... basically my Raspberry Pi is not connected to Google Cloud...
Is there any better tutorial for connecting Raspberry Pi to Google Cloud or what all steps I should be careful, so I can connect my Raspberry Pi to GCloud, using same tutorial, which I shared