How to push data from Ebyte SX1276 Serial LoRa module to Dragino Gateway

Hi Everyone,

I started learning LoRa communication recently & I have a problem using Dragino LG-01P gateway. I’m using SX1276 915MHz Serial Lora module from Ebyte (Model No : E32 915T20D) with arduino Uno to transmit data & I uploaded LoRa simple server yun sketch to the gateway. But it doesn’t show any received data over serial monitor (Only print I get is "Listening to 915MHz"). I changed the frequency to 915MHz in the code.When I try to read data using another SX1276 915MHz Serial Lora module as a receiver, I can read the transmitted data. Please help me to fix the issue. I have attached a screenshot of LoRa module settings.

Thanks In Advance.

First, its always a good idea to help the volunteers on here, and save their time, by posting links to the stuff you are using.

I doubt that the Ebyte device will communicate with the Dragino Gateway.

For LoRa comminications to work both devices need to use the same frequency, bandwidth, spreading factor, sync word and IQ.

The Ebyte device is a UART front ended device for a SX1278 and you would need to know how to configure it so that all the LoRa parameters above work, which I doubt is possible.

The Ebyte device is really designed for only talking to another Ebyte device.

Hi srnet, Thank you very much for your quick response. I'm new to arduino forum & I'm really sorry for the mistakes. I'll give all links related to my question This is the LoRa module I'm using.

https://www.aliexpress.com/item/2Pc-Lot-CDEBYTE-915MHz-3000m-Long-Range-SX1276-Wireless-Transmitter-rf-Module-E44-TTL-100-UART/32804955120.html?spm=a2g0s.9042311.0.0.4c024c4drH7zNy

I uploaded this code to my Dragino gateway.

I can read the transmitted data using another Ebyte LoRa module. But gateway doesn't capture the transmitted data.

I read the datasheet of Ebyte module & I could find the values for frequency & spreading factor. They are 915MHz & 12. Unfortunately I couldn't find bandwidth, IQ & Sync word values. Any ideas or guessed values for those parameters?? Here is the datasheet of Lora module I'm using. (Model - E32 915T20D).

http://www.ebyte.com/en/downpdf.aspx?id=132

Thanks in Advance.

iroshana0:
Any ideas or guessed values for those parameters??

Nope, and I would not waste any time attempting to get it work, its the wrong device for use with a LoRaWAN gateway.

Okay thank you very much for your support. Have a nice day!!!