Skip to content

SEyU/smart-volumeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smart-volumeter

Objectives

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.

Assemble

The Fritzing schema is the following: fritzing

Our start assembling the components is the following: start

Libraries

About external libraries, we used the following in our project:

Arduino sketch

ESP8266WiFi.h; Adafruit_MQTT.h; Adafruit_MQTT_Client.h

HTML pages

Google Charts Javascript API; Eclipse Paho MQTT Javascript

Results

An example of a volume value represented in the graph is the following: graph

Volumetric

The final state of our project is the following: final1

final2

About

Do not you know the volume of an object? You can know it using this volumetric meter connected to the Internet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages