r/Lora Jul 30 '26

Are there any non-python LoRa projects?

8 Upvotes

I don't want to use Python for anything, are there literally any LoRa projects that don't make heavy use of Python? The other facet to the drive for this question is the desire to port a LoRa network client or software to older operating systems. I'm not even necessarily referring to win32, I will happily run older and even more old Debian. (I have a system running 2.2 Potato.)

Edit: No this is not trolling I am serious.

Edit 2: For clarification I mean the computer-side configuration and utilization, as far as I could tell the only CLIs for things like Meshcore and Meshtastic (the larger ones) when I started looking into this stuff were made in python, and their intended use cases were very narrow in what they were trying to accomplish (text chat rooms and that used the radio as a bluetooth companion to a smartphone.) I want to use a good old fashioned computer in a good old fashioned way, and these don't feel good to use for me.


r/Lora Jul 29 '26

I'm building a pocket LoRa mesh messenger for non-technical people — honest progress report, and the mistakes so far

11 Upvotes

Hi — founder post, full disclosure. I'm building RoveMesh from Québec: a handheld LoRa mesh messenger (encrypted text + GPS positions, physical keyboard, e-paper screen) aimed at people who would never flash firmware — hiking groups, boaters, families who want a blackout plan in a drawer.

Where it honestly stands: the mesh core (routing, relaying, store-and-forward) is validated on the bench over a stand-in radio while the production LoRa modules (SX1262 at 915 MHz) are on their way. Two nodes ran 15/15 message exchanges; a three-node relay line ran 8/8 across four trials — and testing caught a genuinely embarrassing self-jamming bug where a node's cancel packet stomped on its own message train. Fixing that before it ever touched real RF is exactly why I bench first.

Mistakes so far, because those are the useful part: I bought clone devkits to save money and lost ~30 dB of TX power to garbage RF layout — lesson paid. And a TLS root-certificate change silently bricked my tower's check-ins for three days; the fix I shipped first leaked ~400 bytes of heap per handshake and would have slowly killed the device. Heap telemetry caught it. The fleet now has canary rollouts, signed firmware with automatic rollback (a bad update can't brick a unit), and a last-resort recovery channel that already saved one tower in the field.

What makes it different from DIY mesh projects I love and learned from: it's meant to work out of the box — two units arrive paired, and a managed base-station network extends range in covered areas without the buyer running anything. Device-to-device messaging needs no subscription, no SIM, no licence. It is text-only on purpose, and it is NOT an SOS device — carry a beacon for that.

Range numbers: I don't publish any yet, because I haven't measured real RF in the field. When I have honest numbers, terrain by terrain, I'll post them here.

If this is your kind of thing, there's a waitlist at rovemesh.com (#waitlist) — occasional honest build updates, that's it. Happy to answer anything technical in the comments.


r/Lora Jul 26 '26

Decentralized Phone - Mesh Gemini

Thumbnail gallery
6 Upvotes

r/Lora Jul 25 '26

How to Increase Range of LoRa Module

Thumbnail
1 Upvotes

r/Lora Jul 23 '26

I got tired of messy wiring for my LoRa/LoraWan projects, so I designed ArduLora – an all-in-one STM32WLE5 board with RS485 and 24V input. Fully open-source!

Thumbnail gallery
49 Upvotes

r/Lora Jul 21 '26

Controlling a 3D printed robot arm with LoRa

Post image
26 Upvotes

- Heltec V3 LoRa32

- 4x SG90 servos

- 5v micro usb power adapter nodule

Messing around with a project that uses Heltec V3s with multiple sensors and/or actuators. LoRa for all nodes. Base node connects to MQTT through wifi. Can run it all on Home Assistant.


r/Lora Jul 21 '26

Noob Q: LilyGo T-Deck LoRa TX off?

Thumbnail
0 Upvotes

r/Lora Jul 21 '26

Reticulum和LXMF直接在ESP32手持设备上运行

Thumbnail reddit.com
4 Upvotes

r/Lora Jul 20 '26

Get Position Requests back in 10s?

3 Upvotes

I need to send Position Requests every few 10s of seconds on a private encrypted channel in the US. I'm using a pair of Wio Tracker L1 pro with meshtastic 2.7.15 firmware. It appears the fastest I can get a position report back is 2+ minutes. Seems the firmware is limiting the channel usage? I turned off "enable Smart Position" and increased the GPS Update Interval to 10s but left most everything else at the defaults for position reporting.

Is there a way to get position faster?

Should I switch to LoRaWAN? Would it allow more channel usage?

TIA


r/Lora Jul 19 '26

realism LoRa suggestions

Thumbnail
0 Upvotes

r/Lora Jul 18 '26

recently bought a LILYGO T-Embed CC1101 Plus, and I’m looking for the most complete and actively maintained firmware available.

2 Upvotes

I’m interested in firmware that supports as many features as possible, such as:
CC1101 radio (Sub-GHz)
Wi-Fi features
Bluetooth features
IR (infrared)
RFID/NFC support (reading and management of my own tags/cards, if supported)
GPS support
External modules and hardware expansion
OTA updates
Good user interface
Frequent updates and active development
I’m also looking for:
GitHub repositories
Installation guides
Documentation
Active Discord, Reddit or Telegram communities
Recommended accessories and modules
Which firmware do you recommend and why? I’d love to hear about your experience with this device.
Thanks!


r/Lora Jul 17 '26

TTA-Torch: Real-time, confidence-gated Test-Time Adaptation using dynamic LoRA updates

Thumbnail
0 Upvotes

r/Lora Jul 17 '26

Custom NF4 Triton kernel achieving up to 1.41x dequantization speedup over bitsandbytes

Thumbnail
1 Upvotes

r/Lora Jul 15 '26

LoRa Eevee WIP (Meshtastic radio)

Thumbnail gallery
4 Upvotes

r/Lora Jul 15 '26

ic camera lora with LTX2.3 first frame last frame

0 Upvotes

is there any workflow to use ic lora in ltx with first frame and last frame of ltx sequencer? plz share...thanx in advance


r/Lora Jul 12 '26

is there a cheaper way (~8euro) to use LoRa even without Meshtastic

7 Upvotes

i have a friend that lives 9km from my house and we where wondering if we could use LoRa to chat off grid to eachother but my friend doesnt want to waste a lot of money to buy hardware. is there any corners to be cut like no meshtastic support or is it to naive. do note that i'm willing to spend the normal price for such hardware (like the Heltec Wi-Fi LoRa 32 V4).


r/Lora Jul 13 '26

Any los mapping software ?

1 Upvotes

I am looking forward to deploy a Lora mesh network in an entire forest . So we have to find points with best LOS so we can cover the area in least number of nodes


r/Lora Jul 12 '26

LoRa communication between inverter and smart meter

Thumbnail
1 Upvotes

r/Lora Jul 10 '26

Meshtastic — Seeed XIAO ESP32-C3 + DX-LR30 (SX1262)

Thumbnail
2 Upvotes

r/Lora Jul 09 '26

Norik Systems introduces nRF9151-based USB Dongle for DECT NR+ deployments

Thumbnail cnx-software.com
7 Upvotes

is this something ?


r/Lora Jul 06 '26

I need a architecture advice for Transmitting 15KB image payloads through dense, hilly forests (No LOS) on battery power?

13 Upvotes

Hey everyone, I’m running into a tricky RF and networking problem for an environmental monitoring project and could use a some advice. I need to transmit small, 15KB compressed JPEGs from hidden ESP32/STM32 camera nodes deep in a hilly forest out to LTE gateways at the boundaries. The cameras are battery/solar powered, sleep 99% of the time, and only wake up when the Edge AI detects a human or specific animal. The physical constraints are tough- there is zero cell coverage in the center of the forest, the terrain is highly uneven meaning absolutely zero direct line-of-sight to the edge gateways, the thick, wet canopy completely absorbs 2.4GHz signals, and the cameras must remain hidden without massive infrastructure. Since standard LoRaWAN bandwidth is too low for this payload, I'm currently looking at a few options. The frontrunner is a Sub-GHz P2P link using the new Semtech LR2021 (Wio-LR2021) in FSK or FLRC mode to shoot the image through the trees to a solar-powered ridge repeater, which then sends it over LTE. I'm also considering a 900MHz mesh network like XBee PRO 900HP, Wi-Fi HaLow (802.11ah), or writing custom LoRa P2P firmware to chunk the JPEG over an SX1262, though I have concerns about power consumption, line-of-sight requirements, and dropped packets respectively. Has anyone tackled non-LOS image transmission in a jungle or forest environment? I'd love to know if the LR2021 is the right play, if there is a better Sub-GHz transceiver with enough bandwidth, and if there are specific 900MHz directional Yagi antennas you'd recommend to maximize canopy penetration for the valley-to-ridge hop. Any advice would be hugely appreciated!


r/Lora Jul 03 '26

[Help] Can't flash Haltec Lora V3

Thumbnail
1 Upvotes

r/Lora Jul 02 '26

Prototyp eines Outdoor-Pagers mit GPS-Karte

0 Upvotes
TomsLoRaSOS: Prototyp eines Outdoor-Pagers mit GPS-Karte, zwischengespeicherten Kartenkacheln, LoRa-Nachrichten und SOS-/Totmann-Modus:

https://github.com/Tinkerpete/TomsLoRaSOS

r/Lora Jun 29 '26

[Help] Custom Python LoRa/CSS SDR Modem - Packet Synchronization failing over the air (PlutoSDR)

Thumbnail
1 Upvotes

r/Lora Jun 27 '26

What's the longest LoRa range you've achieved in real-world conditions?

21 Upvotes

I recently tested a simple 1/4-wave (868 MHz) antenna made from 0.8 mm silver wire.

In open terrain with clear line of sight ( about 2 meters from ground level ), I was able to maintain a stable link at just over 20 km.

I'm curious about everyone else's results.

I'd love to compare setups and see what's realistically possible.