The website allow you to configure the minimum and maximum levels (for a full and empty tank), so the level can be shown in percentage. Also the tcp/ip settings can be configured.
This project was created at the second Belgian Arduino Jam Gent by:
- Jo3ri C (http://www.jo3ri.be/) Check this site for more information about the included webserver
- Erik DC
- Wim DB
http://www.arduino-jam.org/
Remove these ads by
Signing UpStep 1: Main module
Directly attached is the URM37 ultrasonic sensor from DFRobot (ethernet cable is used as extension lead). The URM37 is used in TTL mode, so only 4 wires are need (2 for power + 2 for data)
Also on the main board is the XBee Explorer (https://www.sparkfun.com/products/9132), that takes care of the 3.3 to 5V conversion, and receives the data from the wireless sensor.




































Visit Our Store »
Go Pro Today »




In my eyes, this was a winner! It has a wide field of potential uses. We can't say that about the bike-project, however it was a nice one too :)
Just one question:
What if the liquids container goes conical or rounded to the bottom?
It would be a nice extra if those variables are integrated in the setup (measuring) section to get an accurate readout of the remaining liquid.
We already had the website from another project, so we decided to re-use it for this purpose.
It is accurate to at least 1cm. for the purpose of measuring liquid levels in big containers this is plenty...
The biggest advantage of ultrasonic measuring is that it is not invasive, it does not touch the liquid, and it has no moving (or corroding) parts.
Erik