cancel
Showing results for 
Search instead for 
Did you mean: 

What is the maximum datarate of LoRaWAN gateway ( transferring data from node to server)?

Yuvi
Senior

Hello community.

What is the maximum datarate of LoRaWAN gateway?

Example: If I'm sending 180,000 bytes from node to gateway, gateway will be able to transfer from node to server.?

Thank you.

26 REPLIES 26
Yuvi
Senior

@Tinnagit 

When we set gateway according to the region and display it using terminal(Tera Term) we can we for India terminal show FSK : OFF.IMG_20231101_165015.jpg

And if we set gateway to European region then gateway show FSK : 50 kbps. ( terminal photo for europe )

Yuvi
Senior

@Tinnagit 

On this basis I'm able to say that europe support FSK and not India.

Is this your own gateway?
As I had told that sx127X is support FSK and most gateway have this feature also my region but the FSK Modulation is not LoraWan so this feature was disabled usually.

But if it's your own and you can config your gateway so you can enable this feature.

@Tinnagit  Yes, This is my own gateway.

I have made all the changes as above given.

#define USE_MODEM_LORA 1
#define USE_MODEM_FSK 0
to
#define USE_MODEM_LORA 0
#define USE_MODEM_FSK 1

But the node and gateway are not getting connectedIMG_20231102_110612 (1).jpg.

Can you help me with more information to connect gateway and node

Yuvi
Senior

Hello @Tinnagit  @AScha.3  @Tesla DeLorean 

As gateway terminal image shows FSK at channel 9 and 868 frequency.

As I downloaded the library code the default set region is Europe and frequency is 868. 

And I have made these changes #define USE_MODEM_LORA 1
#define USE_MODEM_FSK 0
to
#define USE_MODEM_LORA 0
#define USE_MODEM_FSK 1

However, the gateway and node are not getting connected.

IMG_20231102_152534.jpg

Thank you.

you have to config Bandwidth Baud rate and Channel to match with your gateway too.