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....