WeatherDuino Forum
measure height of snow - Printable Version

+- WeatherDuino Forum (https://www.meteocercal.info/forum)
+-- Forum: Weather Equipment - General Discussion (https://www.meteocercal.info/forum/Forum-Weather-Equipment-General-Discussion)
+--- Forum: Weather Equipment (https://www.meteocercal.info/forum/Forum-Weather-Equipment)
+--- Thread: measure height of snow (/Thread-measure-height-of-snow)

Pages: 1 2 3 4 5 6 7


RE: measure height of snow - engolling - 03-02-2018

Yesterday the new laser ranging module arrived. I'm already testing.
My plan ist to build a housing and get the module out next weekend to look how it's performing. Hopefully winter will come back and give me some snow to check the correct readings. 
When everything goes fine, you will just have to buy a laser ranging sensor and a nano V3 to measure snow depth. It would be also possible to measure a water level if you point the measurement laser on a floating ball in a tube.

[Image: y4mTD-JnAVCMGFFlbwjiccQWs8tuIpoERADRUyyr...pmode=none]


RE: measure height of snow - f4aii - 03-02-2018

[Image: 50-m-110.jpg]

Je vois dans le détail des messages d'erreurs qu'il a une plage de fonctionnement de -20° à +40°, ce qui peut poser des soucis l'été. En principe, à -20° et en dessous, il ne neige jamais sous nos latitudes.
Le soucis peut se poser l'été mais en ventilant le boitier, çà ne devrait pas être un problème.


RE: measure height of snow - engolling - 03-02-2018

Hello f4aii,

thank you for the error table.
With the help of the French I learnt at school and google translator I could understand your concerns.

I think I could simply disable the sensor in summer, because there won't be snow anyway. If you use the system for some height, or distance measurement it would be necessary to have good ventilation. But I will check out, when the sensor disables itself.

Merci beaucoup  Smile


RE: measure height of snow - f4aii - 03-02-2018

Sorry, I did not copy the correct window, I write my texts in google translation. I am not sure of writing correctly in English and very often the readers translate in their language, which makes 2 conversions and it multiplies the misunderstandings if it is badly translated.

I wrote: "I see in detail the error messages that it has an operating range of -20 ° to + 40 °, which can be a problem in the summer. In principle, at -20 ° and below, it never snows in our latitudes.
The trouble can arise in the summer but by ventilating the case, it should not be a problem."


RE: measure height of snow - f4aii - 11-02-2018

https://fr.aliexpress.com/item/50M-DIY-Rangefinder-Laser-Distance-Meter-Digital-Laser-Range-Finder-Laser-rangefinder-module-Measure-Tester/32763053960.html?spm=a2g0s.13010208.99999999.13.cz7UPW

i see this, it's less expansive compared to the others. they are identical


RE: measure height of snow - AllyCat - 11-02-2018

(11-02-2018, 08:32)f4aii Wrote:  they are identical

Are you sure?  I don't think it has an RS232 (serial) interface and it is only specified for operation down to 0 degrees C (and 3 mm resolution).  Sad

Even if searching for "RS232 laser rangefinder" you need to be very careful because one is listed as "NO RS232 function".   Angry

Cheers,  Alan.


RE: measure height of snow - engolling - 18-02-2018

Concerning the distance meter f4aii proposed, I also think it's another one.
I tried different range meter to get some useful readings out of them, but in my opinion it's not worth it cause you save 15 Euros for searching around for hours.

But back to topic, yesterday, since we were expecting some snow I made my range meter ready with an Arduino mega and an SD Card memory and put it outside to get a proof of concept that this device will measure the snow properly.

It had to be very quick and got even more dirty, but you can see by yourself... Smile


[Image: y4mtzHLjjrRf_7Umjvm8WRmbvYMXELdVqnIp6r1V...pmode=none] [Image: y4mun4jLdd2GklchHXfjleNdhFUSsChl7_rFlHBz...pmode=none] 

Here you can see both range meters in my test setup:
[Image: y4mYvW1LcHpZ6pnklLFdZUuyb6r8xGv7LgRmh8cR...pmode=none]


RE: measure height of snow - engolling - 18-02-2018

And this is the view from inside the house today:
[Image: y4mk2Ytxz8PPCaAeS906PJ5UPWNQJiVMHztbX4pE...pmode=none]


I'm validating the measurement later that day, but I expect that everything will be fine. After that I will start to finish the software and to make a PCB with an Arduino Nano, voltage regulator, level shifters and tare button so it can be used for each distance measurement.


RE: measure height of snow - engolling - 26-02-2018

Since I didn't manage it to read the stuff on the SD card the last weekend it's is hopefully still writing.
My new plans are to check it the first weekend in march and I still hope to get a positive result.

Then I will decide how the further steps will look like and to do everything to have a working sensor with WeatherDuino for the next winter 2018/19.


RE: measure height of snow - engolling - 04-03-2018

Today I was able to compare the readings of my snow depth measurement. Unfortunately we did not have much snowfall so the signals are not changing very much.

Here you can see the "old" measurement:

[Image: y4mFTUpAg5EGquMu91kFP7S7MziCmmpU0qiIbuzb...pmode=none]

And here you can see the readings of the new laser:
[Image: y4msMEGpQUfwOo-eQ6ejoRzGGB0Zn7mMvS47Iysk...pmode=none]

Please note that the existing laser is filtered with an 20min median filter, so readings are smoothed. Moreover the sensors did not measure at the exactly same position.

But you can see the following things: So my aim is now to make a PCB with an Nano, voltage regulator and level shifter, to provide the readings to the TX station via I2C.
The software interface will have to be defined.