Do not you know the volume of an object? You can know it using this volumetric meter connected to the Internet.
The main objective of this project is the build and development of a volumetric meter with a real scale.
To get this, we used a NodeMCU chip and three ultrasound sensors.
Each sensor measures one different measurement: width, height and lenght.
Then we compute the value of the volume from the multiplication of the previous measures and that value is sent to the CloudMQTT server.
Once the server has the value of the volume, we get it using WebSocket to represent it with a graph.
The Fritzing schema is the following:
Our start assembling the components is the following:
About external libraries, we used the following in our project:
ESP8266WiFi.h;
Adafruit_MQTT.h;
Adafruit_MQTT_Client.h
Google Charts Javascript API;
Eclipse Paho MQTT Javascript
An example of a volume value represented in the graph is the following:
The final state of our project is the following: