Pyranometer
Sal Ammoniac
Posts: 213
I'd like to add a pyranometer to my Propeller-based weather station, but the commercial models I've looked at cost several hundred dollars.
Has anyone built their own out of commonly available parts? I don't need research-grade accuracy, but would like something capable of being calibrated in W/m^2.
Has anyone built their own out of commonly available parts? I don't need research-grade accuracy, but would like something capable of being calibrated in W/m^2.
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tracy Allen
www.emesystems.com
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·"If you build it, they will come."
Erco, thank you for your kind words! My company is a VAR for LI-COR, one of those companies that makes the expensive pyranometers and other scientific light sensors that are used for assessing solar panel installations, or heat load on buildings, or energy for plant growth, efficiency of lighting, things like that. We make amplifiers for interfacing the sensors to data loggers and SCADA systems. The sensors have µA level signals that need to be conditioned up to Volts or 4-20 mA.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tracy Allen
www.emesystems.com
Just curious, what software do you use for your weather station? Or let me backup, is yours a standalone all in one station whereas the prop does all the calculations and displaying of the data or does it parse the data from the sensors and forward it to a pc where you use software like Weather Display...
http://www.weather-display.com/index.php
I have used weather display in the past with one-wire sensors from hobby boards...
http://www.hobby-boards.com/catalog/index.php?cPath=22&osCsid=2a3c30acba1961201ccc275c72c137b3
I have been wanting to incorporate a prop into a weather station using one-wire and just curious on your set-up.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I'm just 7*1027 atoms floating through time and space in close formation. -KF4IXM
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tracy Allen
www.emesystems.com
The Propeller side of the station, which sits outside in a plastic box inside my wooden instrument shelter, runs software I wrote myself. It collects data from the various sensors and sends the data via an RS-232 link to a netbook computer running a C# program that I wrote to display and log the data. The sensors I currently have are: temperature via an LM34, humidity via an SHT15, and barometric pressure via an SCP1000. I plan to add a pyranometer, anemometer/wind vane, and tipping bucket rain gauge in the near future. I do all math on the Propeller in fixed-point format and do a final conversion to floating point strings for transmission to the indoor box. The current set up is a proof of concept and has worked well.
Up until now, I've been storing data collected by the C# program in a text file and graphing it by importing it as a CSV file into Excel. I plan to add data plotting and graphing abilities to the "indoor" C# software as soon as I finish the hardware design of the upgraded outdoor component. I'm also thinking of replacing the LM34 sensor with an NTC thermistor. The LM34 accurate to 1 degree F, but I think I can do better with a thermistor. Not that I need great accuracy, but because it sounds like an interesting experiment.
@Tracy
Thanks for the description of your bat light sensor. I'll take a look at the LX1973 and the lexan lens and see if I can put something together that meets my needs. Calibrating the final result to W/m^2 will probably be the biggest challenge.
Post Edited (legoman132) : 7/8/2010 2:51:27 AM GMT
http://www.umnicom.de/Elektronik/Projekte/Wetterstation/Sensoren/Pyranometer/Pyranometer.htm
It works reasonably well for single solar irradiance measurements, which will give you hemisphere measurements in W/m^2.