项目作者: SEyU

项目描述 :
Do not you know the volume of an object? You can know it using this volumetric meter connected to the Internet.
高级语言: HTML
项目地址: git://github.com/SEyU/smart-volumeter.git
创建时间: 2017-05-04T22:06:54Z
项目社区:https://github.com/SEyU/smart-volumeter

开源协议:

下载


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