LoraWan Gateway Configuration

0 votes

Trying to figure out how to build a LoRaWan Network using a sensor programmable with Arduino and a Dragino Lora Shield. There are many solutions I've been suggested for using the gateway, including An RPI and another Dragino Lora Shield or with iC880A, on various platforms and the data I receive would be sent to a server in the cloud.

This has resulted in creating a massive confusion regarding programming the gateway. So I've 2 questions, to begin with.

1. Do I need to tell it to connect to the node and to the server or does it receive the date automatically? 

2. Do I program the server to connect to the gateway or directly to the nodes?

Dec 31, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
435 views

1 answer to this question.

0 votes

For the first question, you have to use either ABP mode or OTAA mode to configure your gateway and devices.

Over-the-Air Activation (OTAA) Over-the-Air Activation (OTAA) is the preferred and most secure way to connect with The Things Network. Devices perform a join-procedure with the network, during which a dynamic DevAddr is assigned and security keys are negotiated with the device.

Activation by Personalization (ABP) In some cases you might need to hardcode the DevAddr as well as the security keys in the device. This means activating a device by personalization (ABP). This strategy might seem simpler, because you skip the join procedure, but it has some downsides related to security.

 And to your 2nd question, I'd say, your server shouldn't talk to the nodes, it only communicates with your LoRaWAN gateway.

But surely there are several methods through which data can be sent to your server, for a gateway. e.g, using an MQTT or Protocol Buffer.

answered Dec 31, 2018 by Shubham
• 13,490 points

Related Questions In IoT (Internet of Things)

0 votes
1 answer

How to get Unicast, Dns and Gateway Address in UWP?

Try this code Snippet I found here: https://social.msdn.microsoft.com/Forums/en-US/27a8b7a8-8071-4bc1-bbd4-e7c1fc2bd8d7/windows-10-iot-core-how-do-you-create-a-tcp-server-and-client?forum=WindowsIoT ...READ MORE

answered Jul 17, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
988 views
0 votes
1 answer
0 votes
1 answer

Finding the Unicast, DNS and Gateway Address in UWP

Try the PInvoke api methods from Iphlpapi.dll. ...READ MORE

answered Aug 20, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
658 views
0 votes
1 answer

Gateway availability in IoT Hub

There, sure, is an Azure IoT Hub Gateway ...READ MORE

answered Jan 11, 2019 in IoT (Internet of Things) by Upasana
• 8,620 points
361 views
0 votes
1 answer

Send LoRa measures to Fiware IOT agent via MQTT

down vote I dont know if I understood ...READ MORE

answered Jul 13, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
1,454 views
0 votes
1 answer

Decryption Technique of LORA IOT AES-128

It's not clear what you are using ...READ MORE

answered Sep 4, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
1,251 views
0 votes
1 answer
0 votes
1 answer

How to sync Hadoop configuration files to multiple nodes?

Dear Raman, Hope you are doing great. Please accept ...READ MORE

answered Dec 18, 2017 in Data Analytics by Sudhir
• 1,610 points
795 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP