Dragino LoRa Iot kit with Chirp Stack

Hi @pulidoj,

Thank you for your message.
So far i have implemented a private iot server for lora nodes and gateway. it supposed to make lora nodes send temp&humi data to the gateway and in its turn forwarding data to the Server in order to present all data on dashboards And maybe storing these data in database by intgeration using influx DB.

Am I able to upgrade it or make something else? do you have any idea?

Best regards
Moshawa

I am working on it.

hi @Rick,

I wonder in which scenario you are working with LG01-N ? because I also have maybe the same system.

Regrads

Hey @MoShawa
Itā€™s just an experiment to test lora sensors and push the data to a custom dashboard for data visualization. I want to buy a multi-channel gateway because the LG01-N is a single channel.

I do not know how to change it. can you please guide me?
I tried to change it from Application server UI, but no luck.
and changing from Network servere it seems a bit of complicated cuz my .toml file is simple and shorterend and does not contain commands like: ā€œADR_disabled= falseā€

Regards

Hi @MoShawa,

This parameter is on network-server .toml file, in the section

# LoRaWAN network related settings.
  [network_server.network_settings] 

  # Disable ADR
  #
  # When set, this globally disables ADR.
  disable_adr=false

You can take a default .toml config in https://www.chirpstack.io/network-server/install/config/


Related to upgrading your system, actually, you have a LoRaWAN network running, with some nodes sending data to it.
From the part of LoRa/LoRaWAN, thatā€™s it. You are using all the needed components to make it work.

You can use now other different nodes or other different gateways, but at the end it is just info sent to your Chirpstack Server.

Now, the questions is:

  • What do you want to do with data from nodes?

You can build an Application platform where all data are collected and create a beautiful Dashboard to show data.
Here you may have a lot of work playing with data: visual charts, reports, alarms, machine learning jobsā€¦
If you are reading a water meter, you could use data to bill at the end of the monthā€¦

Or maybe you are not so interested in data but in learning more about Chirpstack and LoRaWAN. In this case you should try to learn the meaning of every parameter of LoRa, test OTAA and ABP join systems, recognise uplink and downlink messagesā€¦

Regards,

1 Like

Hello @pulidoj,

I appretiate your help. sorry for delayed response. I tried to disabled ADR, but I got a same message ā€˜ā€™ UnconfirmedDataUpā€™ā€™

The ADR status on chirpstack application remains true !! though I disabled from nano file !!
please find attached in pictures to clearify what I mean.

regards,
moshawa

Hi @MoShawa,

They are two different things:

  • In the uplink you get the setup of your device. So it means that the configuration of your device is ADR=true. Depending on your device there are different ways to disable it. But at the end your device is telling that it is prepared for ADR to be changed from a server.
  • On the other screenshot you have the configuration of the server, and with "disable_adr=true" your server is not going to try to change the DR of any device, indepedently on how the device is setup. So your server should not send any Downlink command to try to change the DR or TX power of your device.

So, everything is ok.

You have another option to make this:

  • Set your server disable_adr=false so the server could change adr on devices.
  • Set your device ADR=false.

In this case the decision of ADR is on the device and not on the server.
You could have different devices, each one configured in different ways.
Everything depends on what you want to get.

1 Like

You can build an Application platform where all data are collected and create a beautiful Dashboard to show data.
Here you may have a lot of work playing with data: visual charts, reports, alarms, machine learning jobsā€¦

Hello @pulidoj,

Hope you are doing well !
I have built integration via InfluxDB and Grafana and so far no problem, but I have problem with NSā€™ ip address every turning off/on VM ware machine the ip address has been changed automatically, thus I have to re-configured my Dragino-gateway again with new NSā€™ IP address. do you have any suggestions ?

Regards,
Moshawa

Hi @MoShawa
Sorry for hijacking your post but I am having trouble of getting the application server web UI to display Device Data. I am using Dragino LPS8 Gateway. Do you have any suggestion?
Kind

Hi,

You have to check ip address and port number for the pcket forwarder ( lps8) ,which should be ( port:1700) you also have to see logsys in Network Server to know what is the problem.

Regards
moshawa

Hi @MoShawa,

Sorry I didnā€™t answer, I was really busy last weeks.
Iā€™m not very keen on VM, we usually works with ā€œrealā€ server, but I will try to help you.
What operating system are you using on VM?

Regards

Hi :wave: @pulidoj,
Itā€™s fine. I am using Linux Ubuntu.
it works fine !! you are right.

Regards
Moshawa

HI can some one help me i donā€™t now how i can testing connection between server and gateway

Hi, i recommend you to follow this toturial. It is really helpful !!
Good luck inshalla.

https://youtube.com/playlist?list=PL9FegcZTeB9LRLnXtN6OMkVSZYgHdlmOr

thank you for your answer but can someone tell me how integrate http in chirpstack and testing between gateway and server using command " curl "

Hi Mohamed,

I think you should explain your question more in detail and check that this topic is the right one.

i donā€™t now how i cant connect esp32 ttgo white gateway lg01

Hi,
I encountered the same problem as MoShawa.
Maybe I have missed something in the discussions above, but I still can not get a connection between my gateway and chirpstack.
I use Mac, docker compose version of chirpstack (Quickstart Docker Compose - ChirpStack open-source LoRaWAN<sup>Ā®</sup> Network Server) and a DRA OLG01-N gateway. I can access the localhost page.
I`ve put some pics of my configuration in the appendix, maybe you can help me.

sorry, I have to make several posts, since I am only allowed to put one pic into each post and I had to make combined screenshots of my single screenshots

I could manage to solve my problem.
The LoRaWan Server Address was wrong.
I`ve followed the instructions here: Dragino - ChirpStack open-source LoRaWAN<sup>Ā®</sup> Network Server and set it to localhost. But it was necessary to set it to my own IP address.

Maybe the chirpstack documentation should be updated in general, especially entries for docker users should be added.