Send lora packages from arduino uno to esp8266

is there any way to send lora packages from arduino uno to esp8266?. does it need to split data one by one or can directly send the package. i sent temperature, humidity, light intensity data to lora gateaway. before i sent it to IoT website it need to sent to nodemcu esp8266 first.
have u any source code for that ?

Split from an old topic

Someone may have source code for you complete application, but probably not.

There are several libraires out there for LoRa devices for Arduino, I would download one and get your UNO and ESP8266 communication at a basic level as a first step.