Hi,
I'm planning to build a simple ceilometer
the ideia is to measure the time of flight between a laser and the clouds, reading its backscatter
the distance of measure should be between 100 and 5000 feet , with a low accuracy, around 20 feet
what type of sensor should I use to detect backscatter? LDR Photoresistor?
I think
LDRs are impossibly slow and insensitive for such an application. PIN diodes and APDs (avalanche photodiodes) are fast, and are commonly used to detect weak light signals.
jremington:
Hint: there is nothing simple about your project.
Sure it is. You send a pulse to an IR emitter and time the reflected pulse. I think the biggest problem will be the speed of an Arduino being too slow to get good results.
TomGeorge:
Hi,
Have you googled ceilometer arduino
Tom...
Hi Tom, yes, nothing like that on the internet
LDRs are impossibly slow and insensitive for such an application. PIN diodes and APDs (avalanche photodiodes) are fast, and are commonly used to detect weak light signals.
jremington, ive spoke with a friend that provides support to a real ceilometer and he told me that it uses a 905nm IR laser and a 905nm photodiode with a 905nm filter.
MLX90614 to measure the sky temperature and then calculate the distance
That is an easy experiment to try! It is trivial to determine whether there is cloud cover or not, using that technique, but see if you can find a relationship between temperature and distance to cloud cover.
Please ask your friend about the power output of the IR laser used in the ceilometer. I would be very interested to know.
TheMemberFormerlyKnownAsAWOL:
Doesn't that just punch holes in the clouds?
Hehe, as a matter of fact, it can detect up to three or four layers of clouds!
thats why it costs up to €300.000 ....
I'm building a personal weather station for experimental aviation with temperature, rain rate, humidity, pressure and my next step is to detect cloud height and coverage...
19W is certainly impressive, thanks. The efficiency is probably less than 25%, so you would need to put 80-100W in.
Do try the MLX90614. It is easy to detect cloud coverage, due to the IR radiation reflected from the Earth's surface, but if it were easy to measure distance, someone would have done it already.