I got interested in LoRa because both point-to-point, mesh, and LoRaWAN stuff is very similar to APRS and some of its capabilities. I think LoRa is really cool in it’s up-and-coming state since no license is required. I think there are/will-be many more projects around to gather inspiration from folks who arn’t hams.
Not to mention the kilometers-per-watt is significantly higher. My comparison experiments have been pretty minimal and not at all rigorous, but the max output from a lora module is 20Dbm, or 0.1 watts. Similar performance near 144mhz APRS took .5 to 1 watt. So that opens up lots of possibilities with battery powered projects.
IIRC it claims down to -115Dbm sensitivity. I’ve tried it from about 100 meters away from the metal-sided shop building, and was still receiving at about -90Dbm. About -70Dbm if I opened the door.
LOS data on 1/10th a watt or less? Yes please!
LoRaWAN specifically I haven’t played with. I think you’d call that the complete network layer? it’s the standard for routing packets both in mesh configurations and the Lora/Internet bridges that exist in various forms. LoRa receivers moving data from the radio to a cloud server via MQTT, is one common example.
Like this: https://www.thethingsnetwork.org/
Personally (angst about cloud services aside) it’s more overhead than I’ve needed for my projects. I just talk to the radios directly, and handle packet creation/reception myself. Mostly it’s been arduino to arduino talking, but I also have one ‘gateway’ built to allow me to interface with the property-area-network stuff from any PC/phone in the house as well.
It’s in this picture, that I haven’t done a write up of yet. Above the light is a camera enclosure, into which I have stuffed a POE splitter, raspberry pi3, custom LoRa board, and noir camera.
Then with this project: RPi-Cam-Web-Interface - eLinux.org, I have buttons placed on the camera-viewing page that lets me open the gate, switch the lights, and so on. Receive button clicks on webpage, send commands out via LoRa.
I could go on! I’ve got several more half-done Lora projects around, and several more ideas for the future when I get those first ones done.
A $5 data radio the size of a postage stamp? This is the kind of technology I can get excited about!