What is the maximum datarate of LoRaWAN gateway ( transferring data from node to server)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-10-30 2:56 AM
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.
- Labels:
-
LoRa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-01 4:20 AM
When we set gateway according to the region and display it using terminal(Tera Term) we can we for India terminal show FSK : OFF.
And if we set gateway to European region then gateway show FSK : 50 kbps. ( terminal photo for europe )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-01 4:22 AM
On this basis I'm able to say that europe support FSK and not India.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-01 5:09 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-01 10:41 PM
@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 connected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-01 11:00 PM
Can you help me with more information to connect gateway and node
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-02 3:00 AM
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.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-03 12:16 AM
you have to config Bandwidth Baud rate and Channel to match with your gateway too.

- « Previous
- Next »