30-07-2021, 08:27
Hello again
Compiling for the ATmega328p(old Bootloader)
On a further note with WeatherDuino_P2AT2560_RX_v9.0_b003
Using Cumulus 1.9.4, the Sunshine hours for the last week are showing as 16 to 22.
Not really a realistic value at 46[font]°[/font][font]S[/font] during winter!
During darkness the Pro2+ Rx was showing Srad at around 6 w/m2 so I have changed line 247 in RX_TX.ino to
if (RX_Data[1] < 8) RX_Data[1] = 0;
Should get rid of any noise.
Probably not much sunshine this weekend to monitor real world performance.
cheers, Ian
Compiling for the ATmega328p(old Bootloader)
On a further note with WeatherDuino_P2AT2560_RX_v9.0_b003
Using Cumulus 1.9.4, the Sunshine hours for the last week are showing as 16 to 22.
Not really a realistic value at 46[font]°[/font][font]S[/font] during winter!
During darkness the Pro2+ Rx was showing Srad at around 6 w/m2 so I have changed line 247 in RX_TX.ino to
if (RX_Data[1] < 8) RX_Data[1] = 0;
Should get rid of any noise.
Probably not much sunshine this weekend to monitor real world performance.
cheers, Ian

