Zwer2k / WeatherStationDataRx

Arduino library for read weather data from Venus W174/W132 (tested), Auriol H13726, Hama EWS 1500, Meteoscan W155/W160
MIT License
22 stars 8 forks source link

ARMUseAsConfirmation doesn't work? #21

Open zoomx opened 1 year ago

zoomx commented 1 year ago

I am using the WeatherStationDemo on a Wemos D1 mini clone and an RXB6 receiver module. The station is an Auriol H13726

ARMUseAsConfirmation seems not working since I get 4 equal printed lines every packet received.

To avoid this i use these lines

    wsdr.end();
    delay(1500);
    wsdr.begin();

but maybe there is a better way?