Is it possible to establish P2P communication with The Things UNO?

Hi! I was trying to establish peer to peer communication between the things uno and sx1276 lora module. I tried using softwareserial library in the things uno but, I’m unable to establish communication. Will the things uno board support softwareserial library?
Is it possible to establish raw lora communication or lora radio communication using the things uno? Kindly help me !
Thanks and regards.

It should be possible to code the onboard RN2483 module, but this is the TTN forum and we only support LoRaWAN & TTN here.

Yes, there are several Arduino libraries for point to point communication with LoRa devices.

Try a Google search on ‘Arduino LoRa Library’

Try the Arduino forums for support.

Thank you for your response! I will google regarding this.