Lora Grove 5 communicate with Raspberry Pi 4 Gateway RAK2287 AU915

Hi Guys,

I do not know how to get my Grove Lora E5 to send data to my Raspberry Pi 4 Gateway RAK2287 AU915.

Please let me know. Thank you.

Hi marcoaerlic,

I do have the same problems. Do you have found the solution for this?

1 Like

@Nor_Hairil use serial2 instead of serial1. that will solve this problem.

I have tried changing serial1 to serial2 and still get the same error.

please try to use same serials or turn off the first one when using second.

#include <Wire.h>
#include “Arduino.h”
#include “SI114X.h”
#include “ATH20.h”
I am not sure of this error. But just incase make sure you have all these imports.

I just use the example code that are provided by the Seeed. It seems that more errors are coming when i try to eliminate Serial1.

Do you have suggestions where can I get the other examples code to use the Grove LoRa E5 with DHT sensor?

What type of library that I must download for the SI114X.h and ATH20.h?

SI114X.cpp
ATH20.cpp
these are the libraries.
Perhaps with the libraries it may help. It works in in my code. But I am not sure.