Reading my WH1080 weather station with RFM69CW

Dear friends,
I am trying to read my Fine Offset WH1080 weather station with the chip RFM69CW (868MHz) connected to an Arduino UNO.

The connections are the following ones:

RFM69CW --> Arduino UNO
NSS---------------D10
MOSI--------------D11
MISO--------------D12
SCK---------------D13
DIO0--------------D2
3.3V--------------3.3V
GND--------------GND

I am not having success with the multiple codes I tried, one example is the one you can find here: GitHub - rinie/LaCrosseITPlusReader: LaCrosseITPlusReader from FHEM sourceforge.net. Now on ESP32 LORA (SX1276 is same as RFM96) which displays this for the serial monitor:

Anyone have some idea / alternative code that could help me?

Many thanks.

hi there! just wondering if you ever cracked this as I have a wh1080 weather station without a display and looking to get into the arduino scene?

At first glance, I would say that @albert_rc96 is probably not going to have much success with is configuration. I don't think an RFM12B transmitter can talk to an RFM69 receiver. Of course, I may be wrong as I've not used an RFM12B.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.