Do you need LoRa for LONG RANGE Sensor Networks? Locally-Hosted Setup w/ Chirpstack

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

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

  • @KeithHanlan
    @KeithHanlan 8 месяцев назад +15

    I think that I have found another project to keep me busy when I retire. Absolutely fascinating.

    • @apalrdsadventures
      @apalrdsadventures  8 месяцев назад +6

      Home Assistant on the whole is plenty to keep anyone busy

  • @DylanClements98
    @DylanClements98 8 месяцев назад +15

    I swear every time I’m thinking about something, you make a video about it. Great work as always.

  • @gburkett05
    @gburkett05 8 месяцев назад +3

    Another fantastic video! Wanted to say just after 33mins there's lat/long on-screen. Don't want you to dox yourself!

    • @apalrdsadventures
      @apalrdsadventures  8 месяцев назад +1

      Thanks for letting me know! I thought I caught all of those.

  • @YetAnotherYoutubeProfile
    @YetAnotherYoutubeProfile 5 месяцев назад

    Just forked the vendor's library, wrote examples for the node module and posted it under the bsd license.
    You make it look easy :D God bless

  • @projectpanic2291
    @projectpanic2291 5 месяцев назад

    Love the deeper dive into code in this video!

  •  8 месяцев назад

    Few years ago I did some subghz 868/915 zigbee development. 600m was the limit with our setup.

    • @apalrdsadventures
      @apalrdsadventures  8 месяцев назад

      My experience with Zigbee has been poor, but I think it's because so many manufacturers bend the specs and there are incompatibilities. Z-wave just dosen't have those kinds of device specific incompatibility issues.

  • @wildekek
    @wildekek 8 месяцев назад +1

    Nicely explained! I started monitoring the Amsterdam Botanical Gardens using a few LoRa sensors and Home Assistant with the MQTT sensor integration and it works pretty darn sweet. The only drawback so far is that it gets quite messy quickly since the HA yaml config file gets a ton of duplication for all the sensor data. Not sure how to fix that problem yet without making a ChirpStack integration.

    • @apalrdsadventures
      @apalrdsadventures  8 месяцев назад +3

      It might be possible to write a Chirpstack integration that just generates Home Assistant MQTT discovery entities, or maybe have a script that does that periodically. Basically, you can take the yaml configuration and publish it over MQTT to a well-known topic path, so software that's HA aware can push its own configuration over MQTT and HA will discover and add it automatically.

    • @wildekek
      @wildekek 8 месяцев назад +1

      @@apalrdsadventuresThanks! Yes you're right, doing it the other way round and creating a ChirpStack Integration that pushes the HA MQTT discovery is probably the most elegant way to handle this.

  • @CTWilliams89
    @CTWilliams89 8 месяцев назад +1

    I think you'd appreciate the reticulum project I recently found it and think it is really really neat lol

    • @Jamey_ETHZurich_TUe_Rulez
      @Jamey_ETHZurich_TUe_Rulez 8 месяцев назад

      I like that too, but WireGuard can be used in same way, and you have it little bit simplified. Both work over different media, even over DMR ! Because in Unixy you can pipe anything to anything. Reticulum is awesome for big groups where people do not always have to know each other.

  • @drivinginchina4598
    @drivinginchina4598 8 месяцев назад +4

    What a great video.

  • @packet_tracer
    @packet_tracer 3 месяца назад

    This video was incredibly helpful. I bought everything you mentioned and was able to get everything to work. The only issue I'm having is reading data from any sensor connected to the Lora RA-08H Node Board from elecrow. Do you have any example code that pulls data from one of your crowtail sensors? I've tried 4 different sensors on multiple ports and still can't read data.

  • @erickweil4580
    @erickweil4580 8 дней назад

    We are building a vehicle gps tracking system that uses some trackers which support LoRaWAN (ST390), your video was quite handy, even considering that in my trial and error did manage to already set up gateway + chirpstack + my own api integration, the thin is, I used the "HTTP" method chirpstack have for integration instead of MQTT, and noticed that if my api is offline when new data arrives, via this method the data never arrives, like it's stored in chirpstack but since the POST wasn't sucessfull they didn't try again and data is lost. Would using the MQTT method for integration solve this? Also wanna know if using ABP activation instead of OTAA have any drawbacks or problems people sohuld be aware of (Since the device I got doesn't seem to support OTAA)

  • @kritikusi-666
    @kritikusi-666 8 месяцев назад

    Cool. I still don't know where the LoRa WAN module is stationed. Is that outside somewhere...perhaps I missed the diagram on how it was setup. Cool project regardless. LoRas for everything nowadays.

  • @LaserGrunt-h5p
    @LaserGrunt-h5p 3 месяца назад

    Thanks for this between this and the documentation of Chirpstack PS for Raspberry Pi I was able to get a gateway spun up easily. Is it at all possible to the LR1302 hat to be configured as a node/sensor . I have several of these hats .

  • @tezlallc2900
    @tezlallc2900 7 месяцев назад

    Great video! Any reason this wouldn't work with a RPI 3 B+ ? Do you run Home Assistant on the RPi and push the cloud data back down for to RPi for display?

    • @apalrdsadventures
      @apalrdsadventures  7 месяцев назад

      It should work fine on the 3B+. I'm not sure if the Pi 3 would be powerful enough for Home Assistant.
      I don't run HA on a Pi, just different radios.

  • @cralx2k
    @cralx2k 5 месяцев назад

    Very Nice, thanks

  • @Matt-kabob
    @Matt-kabob 8 месяцев назад +1

    I like your Linux is Awesome shirt… where did you get it?

  • @kirksteinklauber260
    @kirksteinklauber260 8 месяцев назад +1

    Why you didn’t consider a Mikrotik LoRAWAN router instead the raspberry pi?

    • @apalrdsadventures
      @apalrdsadventures  8 месяцев назад +2

      Mikrotik's LoRaWAN gateways cost more, that's basically it.

  • @shephusted2714
    @shephusted2714 8 месяцев назад

    do a followup when you add more devices

  • @PuputDaniPrasetyoAdi
    @PuputDaniPrasetyoAdi 7 месяцев назад

    Very Fast explanation, but this incredible

  • @mrkumar6020
    @mrkumar6020 5 месяцев назад

    Hello @apalrd's adventures, Its a great video with step-by-step explanation on the loraWAN setup. I really appreciated. I have also ordered and assembled the same hardware from Elecrow and give a try to setup loraWAN gateway with your this setup video explanation, but I am sorry and afraid to say that some of your setup commands not working for me. Could you please assist me to fix it? Thanks.

    • @apalrdsadventures
      @apalrdsadventures  5 месяцев назад

      Can you contact me on email or discord? Let me know what errors you’re getting

    • @mrkumar6020
      @mrkumar6020 5 месяцев назад

      @@apalrdsadventures Thank you for your prompt feedback reply. its so nice of you. I have joined you at discord and will mention the error I am getting to be reviewed by you to fix it. Thanks.

  • @orrtjorvieinarsson4477
    @orrtjorvieinarsson4477 8 месяцев назад

    nice. thx

  • @WOTBLITZ_-xx1uf
    @WOTBLITZ_-xx1uf 2 месяца назад

    How about lora relay switch, i would like to controll my submersible pump. Thanks

    • @apalrdsadventures
      @apalrdsadventures  2 месяца назад

      LoRaWAN doesn't really have a way to page the end devices, so it has to wait for the device to send an uplink message to then send commands on the downlink. The whole LoRaWAN architecture is not really designed with latency in mind.
      So if you want to change settings on a timer, that's fine, but trying to control a pump in real time won't work well.

  • @pbrigham
    @pbrigham 8 месяцев назад +1

    I just wonder why you didn't went with WIFI HaLow, still gives you at least 1 to 2 Km of range, much faster speeds, and can seamless be integrated in any existing network infrastructure.

    • @apalrdsadventures
      @apalrdsadventures  8 месяцев назад +2

      Mostly because there are so few devices that natively support HaLow. Most of the HaLow devices I've found are either bare chipsets or HaLow to Ethernet bridges, not complete products.

    • @pbrigham
      @pbrigham 8 месяцев назад +2

      @@apalrdsadventures well, I pick up a couple of this for less than 50 bucks not expecting much of it, I'm only using one as an access point, dam, this thing gives me internet form 2 km from the house! 16 Mbits at 2 kms! :), I quite impressed by it so far.

  • @bkiesz
    @bkiesz 3 месяца назад

    Silly question. does that Lora Node require a 5v battery because all I see are 3.7v on Amazon.. ;)

    • @apalrdsadventures
      @apalrdsadventures  3 месяца назад +1

      I'm using a single 3.7V cell for power

    • @bkiesz
      @bkiesz 3 месяца назад

      @@apalrdsadventures Thanks for the reply... Love the videos... Keep them coming!!

  • @deanbell5164
    @deanbell5164 8 месяцев назад +1

    Is the MQTT server/broker running on Proxmox, is it a VM or CT?
    Is the MQTT server/broker mosquitto?
    Is Home Assistant a VM or CT in your setup?
    Great presentation.

    • @apalrdsadventures
      @apalrdsadventures  8 месяцев назад +2

      I am using the MQTT server I already use for Home Assistant, which in my case is Mosquitto in a CT. Home Assistant is a VM (HA OS). I have been using MQTT longer than I've been using Home Assistant (I started with MQTT + Node-Red), so I didn't use the HA OS addon, but that's also a good choice if you are using HA OS.
      You can run Mosquitto in the same CT as Chirpstack (or on the Pi directly, if you run Chirpstack on the Pi) if you'd like. It doesn't really matter who hosts the MQTT broker.

    • @deanbell5164
      @deanbell5164 8 месяцев назад

      Have you setup the MQTT broker (Mosquitto) for HA, to avoid that single point of failure issue?

    • @apalrdsadventures
      @apalrdsadventures  8 месяцев назад +2

      Not with redundant brokers. All of my HA stuff is running on Proxmox, and I have a separate Proxmox system for the 'important' stuff that I don't mess with regularly.

  • @l0gic23
    @l0gic23 7 месяцев назад

    Your a pretty cool dude.

  • @SuperEuro
    @SuperEuro 8 месяцев назад

    Is it possible to repeat such a project on a RAK2287 Semtech SX1302?

    • @apalrdsadventures
      @apalrdsadventures  8 месяцев назад +2

      My board also uses the SX1302 (it's an 8ch LoRaWAN gateway), so it's just different software. Looks like RAK provides Pi OS images which support both Semtech UDP and Chirpstack, so yeah it should work the same way.

  • @dansamborschi8543
    @dansamborschi8543 2 месяца назад

    sorry, and gateway is internet connected, correct? thank you

    • @apalrdsadventures
      @apalrdsadventures  2 месяца назад

      Gateway can be connected over the internet. If you use Chirpstack then it does not have to be.

  • @zyghom
    @zyghom 8 месяцев назад

    bloody hell: snow? I did not see it for last 25 years ;-)

  • @fuzzlabrador
    @fuzzlabrador 8 месяцев назад +2

    ah lora....ive set on the first row before

    • @apalrdsadventures
      @apalrdsadventures  8 месяцев назад +1

      So you probably know all of the LoRaWAN gateway options then

    • @l0gic23
      @l0gic23 7 месяцев назад

      ​@@apalrdsadventurescrazy youtubers just watch but dont rake notes...

  • @TerraMagnus
    @TerraMagnus 3 месяца назад

    Sadly the links in the notes aren’t working

  • @Mr.Leeroy
    @Mr.Leeroy 8 месяцев назад

    audio needs a 6db boost