Check out a thing I'm working on: https://github.com/datapartyjs/lorapipe
We have a roadmap here: https://github.com/orgs/datapartyjs/projects/4/views/1
APRS also Just Worksβ’οΈ
first: pic APRSIS32 + Windows 11 + https://store.rakwireless.com/products/rak4631-lpwan-node
second pic: Xastir + Fedora + https://www.seeedstudio.com/Wio-SX1262-with-XIAO-ESP32S3-p-5982.html
this demonstration was at very close range (~10m) using close to the fastest LoRA preset possible using this hardware: Bandwidth 500KHz, Spreading Factor 5, Coding Rate 5 (4 is less redundant, therefore faster)
kissattach and the Linux kernal AX25 implementation. IP working over AX25:lorapipe's name to MeshTNC to de-conflict it from other similarly named projects, as well as to make the name more descriptive of what it does.A MeshCore community member is working on this Python implementation of MeshCore for Linux. It works by controlling a directly connected SPI radio (sx12xx chip)
There's a core parsing library: https://github.com/rightup/pyMC_core/
And a repeater implementation, with an extremely slick UI: https://github.com/rightup/pyMC_Repeater
It will soon support using MeshTNC radios connected over USB via KISS mode!
I ported MeshTNC (along with a significant portion of Meshcore's HAL) to Linux and Windows! π
Work in progress still. I haven't pushed the code yet. The radio wrapper is just some stubs right now, but I'm planning on adding SPI radio support soon.
@meph @nullagent put this lil guy on the end of lorapipe and 12kb/s is plenty fast enough to extend a zwave network off grid using lorapipe :D
When we launched the Connect ZWA-2, one point of feedback was clear: people want flexibility in where they could place it. Message received. π Introducing Portable Z-Wave, an experimental firmware that lets you use Z-Wave over the built-in Wi-Fi or add on PoE! π Learn how it works ππΌ https://www.home-assistant.io/blog/2025/10/13/portable-z-wave-with-wifi-and-poe/ #ZWave #SmartHome #HomeAutomation #OpenSource https://www.home-assistant.io/blog/2025/10/13/portable-z-wave-with-wifi-and-poe/
@Viss @yo3gnd check out WiFi HaLow, RAK has some chips that support HaLow for a good price, check here: https://store.rakwireless.com/products/choose-other-wireless-module-with-wisgate-connect?variant=42432936804550
There's another outfit named Teledatics that has some HaLow hardware, but their website seems to be having some issues.
In the one very suboptimal test of HaLow that I did, I was able to get a couple Mbps around 2 city blocks away from the 900MHz HaLow AP, which was suboptimally placed indoors and near ground level.
That's correct, not all LoRa modules can go below SF7. We did our testing with nodes that can do SF5 and it seemed to work very well. FSK modulation is also a bit faster than LoRa so there's some gains to supporting it.
This below calculator appears accurate with our testing.
We have not tried 2.4GHz LoRa yet, which also has some bandwidth benefits, I think it might already work, we just don't have hw to test on.
It can be pretty useful to know how LoRa parameters influence data rate and range, for example when configuring your RNode. In this post I'll go over the basic concepts needed to understand the different LoRa parameters, and how they affect range and data rate.
@ai6yr there's a large meshcore network in the pacific northwest. Users in Seattle WA, and Vancouver BC are regularly able to have conversations with one another. A group of users is currently working on trying to link up the Portland OR meshcore mesh to Seattle and Vancouver!
The mesh up here seems to have settled on a USA "Narrow" preset: BW62.5KHz, SF7, Frequency 910.525
golaypipe turns a samd21 microcontroller + rfm12 radio into an usb ethernet adapter working out of the box *SCNR* https://github.com/DO3RB/WirelessNetworkTransceiver .