• towerful@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 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
      1
      ·
      3 minutes 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