hi, guys, I am using Arduino UNO to do a project on GPs and Lora rylr896 to transmit to a server, but now I cannot get them both to work together is there any way for them to work??
Its probably possible.
The rylr896 looks like a UART fronted LoRa module so unless you can find a library for it or example code, then you will need to study the datasheet. It may be as simple a Serial.print the GPS co-ordinates over a serial port.
Might be easier to use a standard SPI based LoRa module, should be cheaper, and there are several libraries and heaps of example code.