LoRa module programming with Arduino - help!

Hello everyone. I didn't find any topic that resembled my issue so I'll present it here.

I'm currently working on a project, that's part of my masters degree thesis which consists of programming a LoRa module with arduino.
I'm using Arduino Uno and an imitation of Semtech's SX1278 chip called DRF1278DM from Dorji (datasheet attached).

I found this site: https://www.cooking-hacks.com/documentation/tutorials/extreme-range-lora-sx1272-module-shield-arduino-raspberry-pi-intel-galileo#step3_1
Which has some very useful information, I downloaded the libraries arduinoLora, but all the files and functions follow the configuration from the Libelium chip that goes together with a Multiprotocol Shield, and I'm not using either, only the DRF1278DM.

My problem is that I can't seem to find a way of reconfiguring these files so they use the pin layout that I chose from the Arduino and the pins from the LoRa module. I've searched deep into the libraries but with no luck.

I was wondering if anyone could provide some guidance...
Please keep in mind that I'm a beginner and a noob in this so please be gentle :x
Thanks in advance.
Gabriel

DRF1278DM.pdf (730 KB)

Hi,sa_pinto,

Maybe you've solved this problem,there is some examples about how to use the Dragino Lora Shiled,it may be helpful to others~

Cheers!