this post was submitted on 06 Oct 2024
318 points (99.4% liked)

Technology

58575 readers
5513 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 2 days ago (1 children)

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 2 points 1 day ago (1 children)

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

[–] [email protected] 1 points 1 day 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)