• towerful@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    17 hours ago

    WiFi uses BPSK/QPSK/OFDM/OFDMA modulation.
    LoRa uses CSS modulation.

    This is about hacking WiFi hardware to make WiFi modulated signal intelligible to a receiver expecting CSS modulation, and have the WiFi hardware demodulate a CSS signal.
    Thus making WiFi chips work with LoRa chips.

    LoRa doesn’t care about the carrier frequency.
    So the fact that it’s LoRa at 2.4ghz doesn’t matter. It’s still LoRa.

    I’m sure there will be a use for this at some point.
    Certainly useful for directly interfacing with LoRa devices from a laptop.
    I feel that anyone actually deploying LoRa IoT would be working at a lower level than “throw a laptop at it” kinda thing

    • Windex007@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      14 hours ago

      I didn’t realize that LoRa didn’t care about carrier frequency, that’s for sure the root of my faulty assumption! Thanks for taking the time to explain

      • towerful@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        10 hours ago

        It’s pretty serendipitous, actually.
        The past month I’ve done a somewhat deep dive into LoRa for a project.
        I ultimately dismissed it due to the data rates, but for simple remote controls or for sensors - things that report a couple bytes - it seems awesome.
        I’m sure you can squeeze higher data rates out of it, but when I evaluated it I decided to go with a hardwired network link (I had to have stability, dropped info wasn’t an option. But the client had a strong preference for wireless)