Sending data via LORA to the IOT gateway
Hi,
I have an IOT gateway and an arduino board with an E220 module. How can I send data from arduino to my gateway? Currently, I have an air condition sensor dedicated to the gateway and the gateway receives packets such as on the screen below:
For Example:
A payload with the device address and devEUI is sent in a JnReq packet, and the values from the sensors are sent in the UpUnc packet
Is it possible to make an ABP join with the E220 module?