IoT Tank Monitoring Solution Part 1 — Build a Rest API using Cloud Run and Django Rest Framework

End to end solution to track tank level using cloud computing without having to worry too much with managing infrastructure. This is a 3 part tutorial on how to create a farm tank monitoring solution on Google Cloud. Part 1 — Build a Rest API using Cloud Run and Django Rest Framework Part 2 — MicroPython device to collect tanks data Part 3 — Visualizing data using BigQuery Federated Queries and Data Studio For this tutorial we’re going to be using Django Rest Framework as our base for the project....

January 6, 2020 · 8 min · ✍️

IoT Tank Monitoring Solution Part 3 — Visualizing data using CloudSQL Federated Queries, BigQuery…

End to end solution to track tank level using cloud computing without having to worry too much with managing infrastructure. This is a 3 part tutorial on how to create a farm tank monitoring solution on Google Cloud. Part 1 — Build a Rest API using Cloud Run and Django Rest Framework Part 2 — MicroPython device to collect tanks data Part 3 — Visualizing data using BigQuery Federated Queries and Data Studio In this latest part we are going to visualize our models data together with the telemetry data sent by the device....

January 6, 2020 · 4 min · ✍️

Serverless Continuous Integration and OTA update flow using Google Cloud Build and Arduino

How to build your firmware continuously in the cloud and sent to your devices automatically. Project Architecture Adding Over The Air (OTA) updates is an important factor for IoT applications to succeed. It’s a mechanism to ensure that devices are always up to date with new settings, security fixes and also adding new features to the hardware, making the customer who brought the device happy with the hardware improvements and at the same time feeling safer....

December 14, 2018 · 7 min · ✍️

GPS/Cellular Asset Tracking using Google Cloud IoT Core, Firestore and MongooseOS

Track your goods anywhere and anytime with a GPS tracker sending location data over mobile network to an awesome cloud and serverless architecture. One of the biggest problems logistics industry faces today is the tracking of assets and vehicles. We have a bunch of ways to resolve this problem, GPS and Cellular technologies have been around for a long time and in the most cases are enough to track a vehicle in almost real-time....

January 19, 2018 · 14 min · ✍️

Build a Weather Station using Google Cloud IoT Core and MongooseOS

Collecting massive amount of data, with a managed and serverless architecture so you don’t get yourself burned in the process. Ok, there is a lot of tutorials teaching how to build a Weather Station because there many ways of doing it. It’s a simple project so I will try to focus on building an end to end solution, from collecting data to doing analytics on your data. All of it will use managed Google Cloud services, giving an overview on how to build a complete IoT solution....

October 16, 2017 · 12 min · ✍️