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

Technology

58550 readers
6877 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
[–] Windex007@lemmy.world 2 points 1 day ago* (last edited 1 day ago) (1 children)

I don't think it's "just" LoRa on 2.4ghz, because if it were existing lora devices wouldn't be able to decode the signals off the shelf, as the article claims. From the perspective of the receiver, the messages must "appear" to be in a LoRa band, right?

How do you make a device who's hardware operates in one frequency band emulate messages in a different band? I think that's the nature of this research.

And like, we already know how to do that in the general sense. For all intents and purposes, that's what AM radio does. Just hacking a specific peice of consumer hardware to do it entirely software side becomes the research paper.

[–] towerful@programming.dev 2 points 1 day 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@lemmy.world 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

[–] towerful@programming.dev 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)