Hello I have created a lora receiver sketch for the Arduino uno and it is working, it receives data. I was wounder how can I create a Lora sender sketch, so when I open the serial com it loops with the word Hello every time the Uno receives?
No idea then, its not a native LoRa device but a UART front ended device. You need to find some example sketches that are known to work and or datasheets.
There are a multitude of settings for the actual LoRa device and TX and RX need to be using the same set, the details of that and how to configure the module ought to be in the datasheet.
Also be aware that the module may default to 100mW, which could be illegal in your part of the World, devices of this sort are often limited to 10mW.