what if I told you that you could do Ethernet over LoRA?
GitHub - datapartyjs/lorapipe

Contribute to datapartyjs/lorapipe development by creating an account on GitHub.

GitHub

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)

@meph whoa! what kind of speeds after you seeing? limited to 115200 baud?

@Viss @meph On a SF12 message, at 256 bytes, witbout any LoRa framing, you get about 5 seconds of airtime. That's about 50Bps or 0.05KBps.

You can go faster, each lower spreading factor is twice as fast, and has a shorter range.

SF < 7 is experimental IIRC.

@yo3gnd @meph yeah for my use case scenario im trying to smash as much bandwidth possible over not too great a distance. maybe a block or two. like, lets fill the gap between too far for wifi and needs an lte radio. think of something like a nice axis camera on a solar panel and an outdoor zwave pir sensor. like a trailcam on steroids but without all the shady chinese lte backhauls or pesky verizon sneakybullshits or stingray planes/vans

@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.

Wireless Modules for the WisGate Connect

@meph @yo3gnd sweet! thanks for the intel!