+21622886281
App Inventor ESP32 Industry Project

Water level measurement system based on ESP32 and Smartphone

Liquid level measurement is the process of determining the level of a liquid in a tank or other container. There are many different ways to measure liquid level, and the specific method used will depend on the application and the requirements of the system.

Some common methods for measuring liquid level include:

  • Float switches: Float switches use a buoyant object, such as a ball or cylinder, that rises or falls with the liquid level. As the liquid level changes, the float switch activates or deactivates a switch or relay, which can be used to trigger an alarm or control a pump or valve.
  • Ultrasonic sensors: Ultrasonic sensors use high-frequency sound waves to measure the distance to the surface of the liquid. By measuring the time it takes for the sound waves to bounce back, the sensor can determine the liquid level.
  • Pressure sensors: Pressure sensors can be used to measure the hydrostatic pressure of the liquid, which is directly proportional to the liquid level.
  • Conductivity sensors: Conductivity sensors can be used to measure the conductivity of the liquid, which is affected by the liquid level. By measuring the conductivity of the liquid, the sensor can determine the liquid level.

The specific type of liquid level measurement system that is best suited for a particular application will depend on factors such as the size of the tank, the accuracy required, and the environmental conditions.

It is possible to build a water level measurement system that uses an ESP32 microcontroller and a smartphone. The ESP32 is a low-cost, low-power microcontroller that is widely used for building Internet of Things (IoT) devices and other connected projects. It has a built-in Bluetooth module and a variety of input/output (I/O) pins that can be used to connect sensors, actuators, and other devices.

To build a water level measurement system based on the ESP32 and a smartphone, you will need to connect a sensor to the ESP32 that is capable of measuring the water level. Some options for water level sensors include float switches, ultrasonic sensors, pressure sensors, and conductivity sensors.

Once the sensor is connected, you can use the ESP32 to read the sensor data and send it to a smartphone via Bluetooth. You can then use an app on the smartphone to display the water level data and potentially control the system, such as by activating a pump or valve based on the water level.

The specific steps for building a water level measurement system based on the ESP32 and a smartphone will depend on the specific sensor and components you are using, as well as the code you write in the ESP32 development environment.

Purpose of project :

In this project, we will build a smartphone-based bottle water level measurement system using the ESP32 board.

Our proposed work will be easy for real-time liquid level measurement using Bluetooth wireless technology.

This is why we will create two programs: a mobile application with App Inventor for the smartphone and a program for the ESP32 board.

Description of system operation:

We know that water, like any other liquid, is a conductor of electric current.

The detection of the level of water filled in the bottle is based on this idea.

When the water level rises, this liquid comes into contact with the end of the connection wire fixed in the bottle, the electrical circuit is then closed and a very low voltage electrical current is detected by the ESP32 board.

When the water level drops, the electrical circuit is open. As a result, there is no more electric current.

Then the ESP32 board sends this information to the Smartphone via Bluetooth.

Components needed:

ESP32 card

An ESP32 card is a type of hardware that is based on the ESP32 microcontroller. The ESP32 is a low-cost, low-power microcontroller that is widely used for building Internet of Things (IoT) devices and other connected projects. It has a built-in Wi-Fi module and a variety of input/output (I/O) pins that can be used to connect sensors, actuators, and other devices.

Bottle

4 resistors of 10Kohm

A resistor is an electronic component that is used to resist the flow of electrical current. It is made of a material that has a specific resistance value, which determines how much the resistor will resist the flow of current.

Resistors are used in a variety of electronic circuits to control the flow of current and to adjust the voltage levels in a circuit. They are often used in conjunction with other components, such as capacitors and inductors, to create more complex circuits.

test plate

A test plate is a type of device used in robotics to test the functionality and performance of various components or systems. It is typically a physical platform or structure that is designed to hold and support various test items or devices, such as sensors, actuators, motors, or other types of mechanical or electrical components. Test plates can be used to simulate different environments or conditions, such as temperature, humidity, vibration, or other factors, in order to evaluate the performance of the components or systems being tested. They can also be used to perform a variety of diagnostic or diagnostic tests, such as stress testing, endurance testing, or other types of evaluations.

connecting wires

Wires are used to transmit electrical signals and power to various components such as motors, sensors, and microcontrollers. It’s important to properly route and secure the wires to prevent tangles and damage. There are several methods for doing this, including using cable ties, clamps, and wire looms. It’s also a good idea to use different colors or labeling to identify the different wires and their functions. When connecting wires in a robot, it’s important to follow proper safety procedures, such as using the correct wire stripper and connectors, and wearing protective equipment such as gloves and safety glasses.

Mounting

First We drill 5 holes in the bottle. Then we fix a connection wire in each hole.

Then we connect:

  • the lowest jumper wire to the 3.3V pin of ESP32

  • the 2nd wire connecting to pin D33 of ESP32
  • connecting the 3rd wire to pin D32 of ESP32

  • connecting the 4th wire to pin D35 of ESP32

  • the 5th jumper wire to pin D34 of ESP32

Program micropython

Here are the micropython programs that can detect the level of water filled in the bottle and send this information to the Smartphone via Bluetooth.

esp32-water-level.py

esp_ble_uart.py:

Creating the application with App Inventor:

It is possible to connect an ESP32 microcontroller to a smartphone via Bluetooth and use the App Inventor platform to create an app that communicates with the ESP32.

To communicate with the ESP32 from the app, you can use the BluetoothClient component in App Inventor. This component allows you to send and receive data over a Bluetooth connection, and it can be used to control the ESP32 and read data from sensors connected to the ESP32.

We will create a mobile application named ‘esp32_water_level’ with App Inventor which allows to receive the water level in the bottle measured by ESP32 board.

We therefore suggest that you create the design of the application, with the following visual:

Programming with App Inventor

To program the application, App Inventor offers us to use the Blocks space which allows you to create a program in the form of a block diagram. Very easy to use but requires some programming logic.

Here is the program of the application made in the Blocks space of the App Inventor:




0 commentaire


Leave a comment

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *

Scroll to Top