24-11-2017, 01:05
(23-11-2017, 17:55)Werk_AG Wrote: Hi Jim,
There are some other things you need to check:
- Depending on the version, your Solar/UV interface may have an 1 Ohm resistor on the board. If this resistor is present, for the Apogee pyranometer, it should be removed.
- Adjust the variable resistor to 4900 Ohm.
- On the RX software find this code:
Code:#if (Solar_Sensor == 2)
Change the line bellow to this:
Code:SolarRad = map(RX_Data[2], 0, 1023, 0, 1450); // Using OP - Formula outputs an integer, between 0 and 1450 W/m2
These settings worked fine for me, they should give good results for you too.
Werk,
My board has the 1 ohm resistor and i will remove it shortly.I have searched for the code line you indicated but cannot find it, could you indicate which section of the Rx software is it in
Thanks
JIm

