TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

GNU Radio software-defined radio (SDR) implementation of a LoRa transceiver

223 pointsby 882542F3884314Balmost 2 years ago

13 comments

jupp0ralmost 2 years ago
From Wikipedia[1]:<p>Together, LoRa and LoRaWAN define a Low Power, Wide Area (LPWA) networking protocol designed to wirelessly connect battery operated devices to the internet in regional, national or global networks, and targets key Internet of things (IoT) requirements such as bi-directional communication, end-to-end security, mobility and localization services. The low power, low bit rate, and IoT use distinguish this type of network from a wireless WAN that is designed to connect users or businesses, and carry more data, using more power. The LoRaWAN data rate ranges from 0.3 kbit&#x2F;s to 50 kbit&#x2F;s per channel.<p>[1]: <a href="https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;LoRa" rel="nofollow noreferrer">https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;LoRa</a>
评论 #37207933 未加载
评论 #37210297 未加载
alexosealmost 2 years ago
LoRa is fantastic for outdoor sensing applications. Shameless plug: I just released a low cost, 3D-printed, LoRa sensor platform: <a href="https:&#x2F;&#x2F;www.thingiverse.com&#x2F;thing:6170483" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.thingiverse.com&#x2F;thing:6170483</a>
评论 #37211868 未加载
tonyarklesalmost 2 years ago
Well that’s cool! In practice, I believe there are portions of the protocol that are patented, so do some research before using this commercially.<p>That being said, LoRa is a really interesting protocol. Very adjustable to tune for a use case, somewhat novel modulation scheme. LoRaWAN on top of it is well designed. I implemented it from scratch once and was generally impressed with the design. Easy enough to implement and does a very good job and minimizing how long the radio (both Tx and Rx) need to be on.
评论 #37205793 未加载
评论 #37205948 未加载
评论 #37207674 未加载
gxtalmost 2 years ago
Are there legal and plug and play LoRaWAN devices to setup a shell connection? I&#x27;m looking for simple alternatives to internet as a last resort server remote access within 10km urban area, eg between offices, to avoid physically moving to an appliance in case something breaks internet connectivity.
评论 #37205990 未加载
评论 #37207000 未加载
评论 #37205827 未加载
评论 #37207016 未加载
评论 #37205954 未加载
评论 #37206193 未加载
ChuckMcMalmost 2 years ago
This code works great on a LimeSDR Mini V2. Presumably it will work well with the ANT-SDR as well which makes me think I should get out my ADALM-PLUTO and try it there as well.<p>While vendors often hide their radio stack in encrypted binary blobs that you load into the &quot;radio half&quot; of their chips having a stack like this where you can look at the parts of the signal is really useful for debugging your own stack. Ideally this will result in opensource implementations of LoRa for things like the STM32W series chips.
goodpointalmost 2 years ago
LoRa® is entirely proprietary and patented. We need to focus on better, open alternatives.
RF_Savagealmost 2 years ago
Excellent, this one supports transmit. None of the previous implementations did that.
tamimioalmost 2 years ago
Awesome, thanks for sharing it!
klaussilveiraalmost 2 years ago
Hurricanes are a problem here in Florida and communication can be though during the outage or hours after. My neighbors and I use a specific channel with cheap BaoFengs to check on each other and make sure we are all stocked, but it would be nice to have the ability to text within a group chat (not everyone understands radios, unfortunately).<p>How can I setup a local area network over radio? I&#x27;ve tried transferring data over the BaoFengs with adapters and a custom app, but it was very slow.
评论 #37210946 未加载
评论 #37210947 未加载
评论 #37210929 未加载
nereidalmost 2 years ago
Sorry for my ignorance, which device is used to transmit with SDR? I know the tv&#x2F;radio receivers , but what is used to transmit ?
评论 #37207189 未加载
评论 #37207301 未加载
1024corealmost 2 years ago
What is the expected range of this thing? How far can it communicate?
评论 #37207395 未加载
评论 #37209852 未加载
评论 #37237673 未加载
评论 #37206345 未加载
mycallalmost 2 years ago
How hard would it be to connect this to a YoLink Hub?
xgbialmost 2 years ago
Do you think it could be adapted so that we can use an rpi and pwm on a gpio to have a rx&#x2F;tx without the RF component?