I’m tring to use the Grove LORA 433 on Serial1 but the porting from Seeedstudio of the Radiohead library isn’t working because
[code]fatal error: RHutil/atomic.h: No such file or directory
#include <RHutil/atomic.h>[/code]
So, I’m trying to use the original Radiohead library, but it seems that’s isn’t would to communicate with the LORA module.
In the library I saw that the baudrate is 57600 and I setted the sketch to fit it but with no luck.
Now tried to direct the output of Serial1 via an FTDI adapter to the PC and in fact I can see some char on the terminal (putty), so I’m sure that the Serial1 is working and the sketch tried to communicate with the LORA.
I’ve googled a lot and find that SAMD21 processors cannot use interrupt library atom.h but new releases of radiohead library can handle the new processors family, in effect with the readiohead library I get no error when compiling but I’ve no communication with the LORA module
Now… the problem is: how can I use the LORA module with the Lotus Cortex-M0+ ?