WeatherDuino Forum
Auriol 4-LD5380 - Printable Version

+- WeatherDuino Forum (https://www.meteocercal.info/forum)
+-- Forum: Weather Equipment - General Discussion (https://www.meteocercal.info/forum/forum-12.html)
+--- Forum: Weather Stations, Info and Docs (https://www.meteocercal.info/forum/forum-14.html)
+--- Thread: Auriol 4-LD5380 (/thread-2049.html)

Pages: 1 2


RE: Auriol 4-LD5380 - werk_ag - 05-04-2024

Hi Dmytro,

Welcome.
The code and link you referred isn't mine, but I can say that the 433Mhz RXB6 receiver is good to receive data at least from some Auriol weather stations (don't know if all).

Rgs
Werk_AG


RE: Auriol 4-LD5380 - Dmytro - 12-04-2024

(05-04-2024, 02:41)werk_ag Wrote:  Hi Dmytro,

Welcome.
The code and link you referred isn't mine, but I can say that the 433Mhz RXB6 receiver is good to receive data at least from some Auriol weather stations (don't know if all).

Rgs
Werk_AG

It's OK, I already used code - it is working. However in original version - not, at least for me...
So to make it working - I made small changes in declaration of attachInterrupt() function as it is described in documentetion on "Example Code" here:
https://www.arduino.cc/reference/en/language/functions/external-interrupts/attachinterrupt/