LoRa/LoRaWAN tutorial 31: LoRa Server Project

Поделиться
HTML-код
  • Опубликовано: 25 авг 2024

Комментарии • 55

  • @stevechesney9334
    @stevechesney9334 Год назад +1

    Amazing! Thanks for your time and effort to put this tutorial series together!

  • @rtreio
    @rtreio 2 года назад

    Many many thanks for such detailed descriptive Video. Kindly request you to make a video or suggest any document on the configuration where the three components namely - Gateway bridge, Network server and Application server are installed separately on three different VMs.

  • @mohammedk.h.f3016
    @mohammedk.h.f3016 Год назад

    Thank you

  • @nexgenstemschool
    @nexgenstemschool 4 года назад

    Fantastic instruction and explanation. Thank you . It filled in more of the puzzle for us

  • @dasamu140990
    @dasamu140990 4 года назад

    Many thanks for that. I really appreciate your work. It is a very well detailed explanation (I would say perfect) about many possibilities of configuration. Congratulations and all the best for you.

  • @settisa604
    @settisa604 3 года назад +3

    this is awesome!
    One big question!
    would you please make a tutorial about making such network ( lora node -> dragino gateway-> local raspberry MQTT mosquitoo ->node-red)?

  • @houssembadri9350
    @houssembadri9350 2 года назад

    Perfect detailing, thanks a lot

  • @wullibar4154
    @wullibar4154 2 года назад

    Great tutorial

  • @6dfablab24
    @6dfablab24 3 года назад +1

    Hello, excellent tutorial, it helped me a lot, but when I want to see the live device data, I get a message that says: "not connected to the websocket API", why is this happening? If I followed the steps of the tutorial, someone has an idea?

  • @nguyencanh1651
    @nguyencanh1651 3 года назад

    Great. Thank you for tutorial.

  • @haimik0
    @haimik0 5 лет назад +1

    You're awesome! Thank you for this!!

  • @Johs4490
    @Johs4490 3 года назад

    Hi Thank You great video, clear explained , one thing about the DevEUI shall be in Little endian in the Kooyman sketch , this means lsb I suppose , it is the first generatet key is it not , afterwords the key is written in Msb , wich DeVEUI to use in the sketch the first generated or the one that shows when the device is created? I got it nearly all running but my Arduino monitor shows EV_JOIN_FAILED. I suspect there is something wrong with the OTAA process where maybe the key is wrong. ?

  •  5 лет назад +4

    Could you make a video to send downlink data from gateway to end-node (Arduino)?. I was stuck here for a long time. Thanks

    • @gummibear654
      @gummibear654 5 лет назад +1

      It would be great.

    • @Mobilefish
      @Mobilefish  5 лет назад +1

      Bligher​ and Anh Quân, when I revisit this topic I will make a video about this. I have missed the downlink.

  • @2020lexx
    @2020lexx 4 года назад

    Great !!! Thank you! 10+

  • @ManishGupta-jz9jf
    @ManishGupta-jz9jf 3 года назад

    Please make a video on IC880a lora gateway.

  • @luiscristobal5779
    @luiscristobal5779 2 года назад

    Sooo interesting!
    I have many LoRa nodes to test (flow sensors and shutoff valves). Also I have a Kerlink ifemtocell gateway.
    Could you confirm if I can use LoRa Server, nodes and gateway to run a testing enviroment? Is it restricted to use with Raspberry technology only?
    Thank you in advance for your help.

  • @junaid_qadir
    @junaid_qadir 2 года назад

    Thank you, sir, you are a legend. Can you please let me know can I build Raspberry Pi + Adafruit RFm95W Lora single channel gateway with this server?

  • @Chungus75
    @Chungus75 4 года назад

    Great videos with an enormous amount of information. As a beginner, can I ask a question to try and cut through some of the terminology; This video is basically creating a private network much like TTN? Its the entire framework required for a dedicated LoRaWAN network?

    • @Mobilefish
      @Mobilefish  4 года назад +1

      Yes, you can create your own private LoRaWAN network.

  • @SuperBatiskaf
    @SuperBatiskaf 4 года назад

    Thank you for your tutorial. My Arduino device should send MQTT message over the LoRa. Today I use the PubSubClient which can push data to the TCP Stream (known as Client). Do you know some LoRaWAN based Client implementation for Arduino? Or, if I need to implement device to use LoraWAN infra itself, how the Gateway Bridge will know how to convert messages to MQTT format?

  • @vladoportos
    @vladoportos 5 лет назад

    very nice, one thing I'm not cleat at.. If I want to use one TTGO ESP32 as single channel GW does it contain lora gateway bridge in it ? Or Do I have to have lora gateway bridge installed on the same place as my lora server and app server ? How do I register lora gateway bridge that is installed on the same machine, I did not notice any MAC setting or UID....

  • @chulote8
    @chulote8 4 года назад

    Thank you!!!

  • @shanebekker
    @shanebekker 5 лет назад

    At this time I will just say thank you.

  • @victoralberti198
    @victoralberti198 4 года назад

    I've been facing some trouble to communica the end-device with the application, but i got the gateway on, exactly like 34:34 min. Did i mess up only on end-device code? Or i've made some others mistakes?
    Thanks for everything.

  • @gummibear654
    @gummibear654 5 лет назад +1

    Where do i find the Gateway ID? I have an ic880a Board

    • @Mobilefish
      @Mobilefish  5 лет назад +2

      Check out:
      www.arduinomaker.dk/2018/08/28/lorawan-gateway-ic880a/
      In the above mentioned tutorial the gateway id is shown when using the setup script.
      In the RAK831 the gateway id (aka gateway eui) is based on the MAC address, see:
      www.mobilefish.com/download/lora/lora_part28.pdf (page 31)
      Note:
      It is recommended that your setup script determines your gateway id.
      The RAK831 setup script uses the MAC address.
      I think this happens also in the ic880a board (but I am not 100% sure!!)

  • @ManishGupta-jz9jf
    @ManishGupta-jz9jf 2 года назад

    Sir, Please make a video on the downlink.

  • @PALTUBABY
    @PALTUBABY 4 года назад

    In step G while connecting to lora-app-server from my browser, ERR_CONNECTION_REFUSED is coming. My gateway IP address is 192.168.188.35. I typed 192.168.188.35:8080. ERR_CONNECTION_REFUSED error is thrown and I am noy able to access the UI for device, user management and other activities. Please help :)

  • @belkacembelkacem8161
    @belkacembelkacem8161 5 лет назад

    Thank you for the work you do a question is that it is possible to install loraserver on the LoRaWAN Gateway I mean on the same raspberry

    • @akekakong78
      @akekakong78 5 лет назад

      Yes, you can build both a GW and server on the same RPI.

  • @spreeuferberlin
    @spreeuferberlin 5 лет назад

    thx

  • @mrnobody1286
    @mrnobody1286 5 лет назад

    Hi, first of all I'd like to thanks to you for all your helpful tutorials. I've problem about end node. On the web interface I can see my gateway connected a few seconds ago. But my wisnode lora device cannot connect to the web interface. On the status of my devices it says : last seen Never. Even I followed your web interface device installation step by step.
    Note : I can connect my wisnode to the ttn and send data to my gateway over ttn properly. But I do not know whats wrong with loraserver
    Im waiting for your answer. thanks in advance

    • @mtrriba
      @mtrriba 3 года назад

      Did you fix your fail?

  • @simpleengineering6542
    @simpleengineering6542 5 лет назад +1

    Great Video!
    I have linux running on a virtual box. I followeed this tutorial and couldn´t get through step G. Can anyone help me?

    • @mtrriba
      @mtrriba 3 года назад

      Did you solve your fail?

  • @Bllackmage
    @Bllackmage 3 года назад

    What are you using computer or arduino or what

  • @waelfarhatfullstackdevelop8467
    @waelfarhatfullstackdevelop8467 5 лет назад +1

    where can I find the file txt you are copying from ?

    • @Mobilefish
      @Mobilefish  5 лет назад +1

      I created the file from www.mobilefish.com/developer/lorawan/lorawan_quickguide_loraserver_installation.html
      All the steps can also be found on this webpage.

    • @gr7480
      @gr7480 5 лет назад

      @@Mobilefish very good job, thanks a lot. I have a TTN gateway with a RAK831 but i think that is a very interesting alternative. Congratulation for your great videos. Jorge from Spain

  • @technation2088
    @technation2088 4 года назад

    how i can change spreading factor??

    • @Mobilefish
      @Mobilefish  4 года назад

      Sorry I do not know. It is better to ask these questions at forum.chirpstack.io/

  • @ressamendy
    @ressamendy 2 года назад

    Actually, it would be very nice if you can set up the chirpstack structure on a virtual pc and put the image file there. (For example, Virtualbox or proxmox etc.) Because not everyone has a good command of working with docker and linux command structures. But everyone needs Lorawan.

  • @aghamaretha6006
    @aghamaretha6006 5 лет назад

    Can I use this on Dragino LG308 Gateway?

    • @Mobilefish
      @Mobilefish  5 лет назад

      Sorry I do not know. You can ask this question at www.thethingsnetwork.org/forum/

  • @houssamwees2359
    @houssamwees2359 5 лет назад

    Hi @mobilefish.com i am following your video, Where did you clone ttn-gateway...!! Please provide the link to clone it.

    • @Mobilefish
      @Mobilefish  5 лет назад

      Clone?? I have used the RAK Pilot Gateway and installed the LoRa Server components, see: www.loraserver.io/

  • @xxguestxxy
    @xxguestxxy 3 года назад

    can you share the slides? :)

    • @Mobilefish
      @Mobilefish  3 года назад

      All my presentations can be found at: www.mobilefish.com/developer/lorawan/lorawan_quickguide_tutorial.html

  • @halukyilmaz9621
    @halukyilmaz9621 5 лет назад

    class c sample please