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 2 — MicroPython device with ESP8266 to collect tank level data

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 part of this series of tutorials, I’ll go through the steps to build an IoT device to collect level data using fairly cheap WiFi devices and a ultrasonic sensor using MicroPython....

January 6, 2020 · 3 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 · ✍️