What is a Question?
Questions are a super-easy way to get answers from the Instructables community. Learn how to build, do, or make anything! You just ask a question and the community will provide answers. You choose the best answer!
Submit a Forum Topic! The forums are the place to ask questions, share a cool project from another site, find collaborators for your latest project, or discuss anything of interest to the Instructables community.
Do you have a lot of images to upload?
If you prefer to upload your images before you submit, then this is for you.
Remember to tag them so they will be easier for you to find when you are viewing your library.
You can also upload images when you are creating your posts.
Did you find a bug or have a suggestion for us?
We appreciate all the help our users give us in tracking down bugs and making the site better for everyone.
PhotosPhotos
Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.
You may choose to drive the Arduino off a battery. An upcoming tutorial will show you how to run this display by drawing power directly from the running water itself, or by harnessing surrounding ambient light energy!
I've been thinking for some time now to create something like that but I didn't know the way, I didn't think about piezo. I will try to make something that measures how much water passes the tap and displays that on a 2 digit display. I think to actually see the number of litres that are being wasted is more shocking. But I still haven't figured how to measure the quantity of water passing through... Anyway, great implementation! Well done!
It is possible you could use the piezo/vibration method here. I would guess there is a correlation between the vibration level with the water pressure / flowrate. You could find out by opening the faucet a small amount, record the signal voltage level from piezo circuit then collect and measure the amount of water that came out in a defined amount of time. Increase the opening of faucet and repeat.
After this you have data relating the vibration signal level to flow rate (volume/time). If it is linear relationship, you can interpolate/extrapolate a function to create the readout. If not linear, but is still structured and not random, you can quantize the vibration level depending on how accurate you want the flowrate readout.
could be an interesting way around the usual methods of flowrate sensing, which aren't typically very suitable for small-scale unobtrusive projects.
let us know if you do anything like this, it would be interesting to see the results, I myself would use something like that.
I've been thinking for some time now to create something like that but I didn't know the way, I didn't think about piezo. I will try to make something that measures how much water passes the tap and displays that on a 2 digit display. I think to actually see the number of litres that are being wasted is more shocking. But I still haven't figured how to measure the quantity of water passing through...
Anyway,
great implementation! Well done!
Dimitris
After this you have data relating the vibration signal level to flow rate (volume/time). If it is linear relationship, you can interpolate/extrapolate a function to create the readout. If not linear, but is still structured and not random, you can quantize the vibration level depending on how accurate you want the flowrate readout.
could be an interesting way around the usual methods of flowrate sensing, which aren't typically very suitable for small-scale unobtrusive projects.
let us know if you do anything like this, it would be interesting to see the results, I myself would use something like that.