Grove LoRa for Arduino BLE nano 33

Hello,

I’m trying to compile the examples of the library
Grove_LoRa_433MHz_and_915MHz_RF
, and I get this error:

   In file included from /home/xris/Arduino/libraries/Grove_- 
 _LoRa_Radio_433MHz_868MHz/RHGenericDriver.h:9:0,
                 from /home/xris/Arduino/libraries/Grove_-_LoRa_Radio_433MHz_868MHz/RHUartDriver.h:36,
                 from /home/xris/Arduino/libraries/Grove_-_LoRa_Radio_433MHz_868MHz/RH_RF95.h:7,
                 from /home/xris/Projects//PeripheralExplorer/PeripheralExplorer.ino:14:
/home/xris/Arduino/libraries/Grove_-_LoRa_Radio_433MHz_868MHz/RadioHead.h:815:12: fatal error: RHutil/atomic.h: No such file or directory
   #include <RHutil/atomic.h>
            ^~~~~~~~~~~~~~~~~
    compilation terminated.
    exit status 1
    Error compiling for board Arduino Nano 33 BLE.

Do you know how can I fix this?

Thank you in advance!

It looks like there are some compatibility issues with Arduino Core for The Arduino Nano 33.

Using the HardwareSerial version I can compile the solution, but still doesn’t work. The LoRa module doesn’t init.

I think that it’s because of the serial pins used, but I’ve tried all of them with the same result

@cristinaluna Have you managed to get it working? I am also stuck on the init, using the “rf95_client_test” example.