Hello and thank you in advance for the help. I have Arduino Mega and Lora-02 module.
The Module works fine with Arduino UNO, as I tried, but when I wire it to the Arduino Mega it is not able to communicate with the module.
I wired it like this:
LORA------------MEGA
MOSI------------51
SCK-------------52
MISO-----------50
NSS-------------10
RESET-----------9
DIO0-------------2
I am using SPI.h and LoRa.h Library
What can be the reason? Thank you.