31-12-2019, 05:51
Hi Marco,
From what I see on the graphs, I would say that the receiver is having some difficulties in getting the RF data from the Auriol station, and even more from the Rain Gauge.
You can try to confirm if this is the case, by enabling this debug option (uncomment this line):
Then open the serial monitor at 19200 baud and watch the output. If RF reception is good you should see some info at intervals not greater than 2 to 3 minutes, even more frequent for the rain data.
If you see that incoming data packets are sparse and not more or less at constant intervals for each type of data (Temperatura, Wind and rain) you can try play with the receiver or antenna position.
If possible send me a log of what you are getting on the serial monitor.
The precipitation rate issue is what makes me think of a poor data reception from the Auriol rain gauge.
I also suggest that you try to perform a factory reset of the receiver. Go to Menu (touch on the upper left side of the screen) then you will see a button for that purpose. Touch it. After some seconds (up to 10s) unit should reboot itself, however if after 10 seconds it haven't reboot, then press the D1 reset button.
Any time you change the batteries of the Auriol station perform a Factory Reset. This operation isn't needed when changing rain gauge batteries.
Rgs
From what I see on the graphs, I would say that the receiver is having some difficulties in getting the RF data from the Auriol station, and even more from the Rain Gauge.
You can try to confirm if this is the case, by enabling this debug option (uncomment this line):
Code:
#define PRINT_DEBUG_AURIOLThen open the serial monitor at 19200 baud and watch the output. If RF reception is good you should see some info at intervals not greater than 2 to 3 minutes, even more frequent for the rain data.
If you see that incoming data packets are sparse and not more or less at constant intervals for each type of data (Temperatura, Wind and rain) you can try play with the receiver or antenna position.
If possible send me a log of what you are getting on the serial monitor.
The precipitation rate issue is what makes me think of a poor data reception from the Auriol rain gauge.
I also suggest that you try to perform a factory reset of the receiver. Go to Menu (touch on the upper left side of the screen) then you will see a button for that purpose. Touch it. After some seconds (up to 10s) unit should reboot itself, however if after 10 seconds it haven't reboot, then press the D1 reset button.
Any time you change the batteries of the Auriol station perform a Factory Reset. This operation isn't needed when changing rain gauge batteries.
Rgs

