Send data via LORA with nRF52840

Hello,

I'm a beginner ... I would like to connect a LoRa module (REYAX RYLR896) to send data from my nRF52840 Express to an Arduino UNO (with LoRa).

I don't know how to configure the Lora Module in my code.

Usually it's :

#include <bluefruit.h>

#include <SoftwareSerial.h>

SoftwareSerial lora(2,3);

Connectors are : 3V3, GND, PIN 02 and PIN03.

But it doesn't work. What's wrong ?

Thanks !!!!

Parents Reply Children
No Data
Related