Product Showcase: SparkFun LoRaSerial Kit

Поділитися
Вставка
  • Опубліковано 6 сер 2024
  • Find it here: www.sparkfun.com/products/20029
    For the 9 mile link demo in the video, Multipoint mode was used, the transmitter was located on top of SparkFun HQ using a 5.8dBi fiberglass antenna (www.sparkfun.com/products/15597) (seen here learn.sparkfun.com/tutorials/..., and a clear line of sight was needed. Your mileage may vary.
    The SparkFun LoRaSerial Kit is a pair of serial radio modems that simply passes serial back and forth between one another. The LoRaSerial provides you with the means to report data every few seconds even if it's located beyond WiFi or Bluetooth® range. With this kit, you'll be able to transmit data over LoRa giving it incredible range compared to other methods. We’ve even been able to regularly transmit over a 9mi (15km) line-of-sight using two LoRaSerial radios, right out of the box.
  • Розваги

КОМЕНТАРІ • 30

  • @DavidPoole_The_42
    @DavidPoole_The_42 Рік тому +9

    Might want to enable terminal local echo for the demo @3:13. Just seeing the text pop up in a window was confusing until I was able to follow which terminal had focus. Thanks for the great product! I need this to communicate out-of-band (non-WiFi) between prototype devices across the house.

    • @innomkr
      @innomkr Рік тому +1

      i also got confused whats going on :D

    • @sparkfun
      @sparkfun  Рік тому +2

      Thanks for the feedback! Sorry, it is a bit confusing but one window is where the data is sent, the other window shows the data being received. Yes - these radios will work great for out-of-WiFi band communication.

  • @dougkurrant8979
    @dougkurrant8979 Рік тому

    Nice product! Well presented demo! Thanks!

  • @Likeaudio
    @Likeaudio Рік тому +1

    Epic stuff

  • @NETBotic
    @NETBotic Рік тому +2

    I like LoRa because it works well around the house. It's cool you can get long range line of sight, but the penetration power at close range is unreal. FYI - The tutorials link in the description is broken.

    • @sparkfun
      @sparkfun  Рік тому

      Are you sure? Each of the links in the description seem to be working from our end

    • @NETBotic
      @NETBotic Рік тому

      @@sparkfun 100% sure. The learn.sparkfun link redirect token adds a ) to the end of the URL resulting in HTTP 404.

    • @bobbyyc
      @bobbyyc Рік тому

      @@sparkfun Ah, I think he's referring to the tutorial link in the video description. We just need a space between the link and the end parenthesis `)` .

    • @NETBotic
      @NETBotic Рік тому

      @@bobbyyc Yes the closed parenthesis is part of the link and shouldn't be.

  • @markpinther9296
    @markpinther9296 6 місяців тому

    So if you wanted three of those radios to “talk”, would you synchronize them all at the start?

  • @viktoralakorkko4969
    @viktoralakorkko4969 Рік тому

    Is there a EU version available? This looks like a neat way to do out of band management for IT/telecom equipment.

  • @HarrisonPlaysCoD
    @HarrisonPlaysCoD Рік тому

    You mentioned the client-server model. Can you link more than two radios together in a many-to-many topology?

  • @TomMinnick
    @TomMinnick Рік тому +3

    neat product. a few questions. what is the max baud rate of the serial it can send/rec? can this be configured to have multiple clients. i.e. 1 server talking to 8 or 16 or more client units at the same time?

    • @DevonsWorkshop
      @DevonsWorkshop Рік тому +1

      Because it uses UART the most you'll get out of it is 115K baud and because it's a low horsepower SAMD1 (by today's standards) it'll likely start dropping transmissions at those speeds. The safest speed for UART is 9600 baud usually for debugging. A safe, reliable, and fast speed for a SAMD21 with LORA would probably be around 19K or so. My RFM95 with a 125Mhz RP2040 does 125K baud reliably, runs neopixels, a servo motor, and I2S audio, simultaneously! You can't do that with a 50Mhz Cortex M0 SAMD21 it just doesn't have enough RAM or horsepower. For a single purpose LORA radio running Arduino yes it'll work but you won't be able to do much more with it than be a transmitter or receiver. I should also add that I prefer using Circuit Python which is much more RAM and MCU intensive than the Arduino language. So my needs are more... intensive.

    • @Willy_Tepes
      @Willy_Tepes Рік тому

      @@DevonsWorkshop Would this work as a radio control in a RC model? I expect the amount of data transferred in such an application is rather small.

    • @DevonsWorkshop
      @DevonsWorkshop Рік тому

      @@Willy_Tepes it’s possible. You’d want to tweak some settings to prioritize speed over reliability in some circumstances but you’ll still hit a transmission speed limit. Trying to tx/rx without encryption leaves your rc car susceptible to interference. Some random packet could make you turn left instead of right. So reliability is good to have but also reduces transmission speed (lag).

  • @DavidBoucha
    @DavidBoucha Рік тому

    What's the power consumption like? Would these be suitable for battery powered use cases?

  • @raulavina4265
    @raulavina4265 Місяць тому

    Compre sus radios, hago sus pasos y no se conectan, se que dan las luces verdes moviendo nomas,

  • @mansurbhamani3905
    @mansurbhamani3905 Рік тому

    Do you have LoRaSerial Kit in EU868MHz frequency band?

  • @topographicsolutionssurvey2892
    @topographicsolutionssurvey2892 Місяць тому

    Se puede conectar a modulo

  • @bicicogito989
    @bicicogito989 Рік тому +2

    Range is great... though, 15Bytes/sec, ummmm. Is throughput a function of antennae distance?

    • @SoCalFreelance
      @SoCalFreelance Рік тому

      Or perhaps a better quality antenna would boost throughput. ¯\_(ツ)_/¯

    • @TubeSkaterRudy
      @TubeSkaterRudy Рік тому +4

      Yes, in Lora you can define 3 different parameters separate from the actual transmitting power.
      Spreading Factor - How much we "spread" our data over time. Max # is 12
      Each step up in Spreading Factor doubles the airtime to transmit.
      Each step up in Spreading Factor adds about 2.5db extra link budget.
      Bandwidth - How big of a slice of the spectrum we use.
      Each doubling of the bandwidth is almost 3db less link budget.
      Bandwidths less than 31 may be unstable unless you have a high quality Crystal Oscillator.
      Coding Rate - How much redundancy we encode to resist noise.
      Increasing coding rate increases reliability while decreasing data-rate.
      4/5 - 1.25x overhead
      4/6 - 1.5x overhead
      4/7 - 1.75x overhead
      4/8 - 2x overhead

    • @TubeSkaterRudy
      @TubeSkaterRudy Рік тому +3

      You can play with these parameters but it is a tradeoff in speed or distance.

    • @DevonsWorkshop
      @DevonsWorkshop Рік тому +3

      That's because most of the transmission buffer is likely taken up by the 256bit encryption... which doesn't leave a lot of room left for actual data. The RFM96 modules are known for this when encryption is enabled. The RFM95 doesn't have encryption, everything is transmitted in the open which allows you to send a paragraph of data. As Rudy De Volder said it's a trade off. Everything from speed, distance, scattering, and encryption is a trade off. You have to know what your design goal is in order to choose the right LORA module for your uses, there are different types out there which offer different features. If you want encryption by default then something like this product is a beautiful thing right out of the box. Easy pairing, super long distance, and encryption is a great combination. It's honestly an amazing offering if those features are within your design goal.

  • @embededfabrication4482
    @embededfabrication4482 Рік тому +1

    the cover is translucent, not opaque
    yeah yeah yeah, lotsa range from the top of a mountain. around the yard and the house....not so far.

    • @pepsiplease69
      @pepsiplease69 11 днів тому

      I wanted to say something about the opaque thing but didn’t want to sound pedantic. Thanks for your message

  • @lolsborn
    @lolsborn Рік тому

    LoRa is a trademarked name so be prepared to rebrand these when their lawyers contact you.