I have setup UDOO to talk to Google Cloud IoTCore and try to document the steps in here. Temperature and Humidity Data is read from the Arduino and periodically send back to Google Cloud IoTCore via MQTT. One of the strong points for integrating to Google Cloud IoTCore is integration to BigQuery, Data Studio and Google Machine Learning Platform. The integration portion is quite tedious as there are many components but I guess that is the fun part. The same can be replicated to other UDOO boards such as NEO.
Good work. I have noticed Udoo is setting up an IoT environment for Udoo Boards: https://www.udoo.org/docs-iot/Introduction/Introduction.html
Thanks. I have noticed that Udoo starts to provide their IoT Platform. I am using GCP, Big Query and Data Studio extensively and I like the speed when Google deals with Big Data. Please feel free to comment on the step-by-step guide as I tend to omit certain steps which I think maybe trivial to me but not others.