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.