91
This Tiny Radio Lets Me Send Texts Without Wi-Fi or Cell Service
(www.howtogeek.com)
This is a most excellent place for technology news and articles.
I maintain three of these devices, if anyone has any questions.
I got mine recently in a dxent aized city and while there are plenty of nodes popping up on the map, the local channel is pretty quiet. Is that normal?
Yeah, we had to make a weather app on longfast to fill the void. Tech people tend to not talk all that much. We are the strange ones ;)
Most of the weather app was made from a reddit post back a year or so ago. I have no idea where though. App is a python script here if your interested.
What kind of data rate can they provide? Can it support audio? Low bit-rate video?
I've seen LoRa when Pine64 announced some related products some years back, but I haven't really gotten into it. If the community is big enough and the bitrate reasonable enough, I might get one to connect my home to my parents home (about 10 miles away, so at the edge of the range) for fun. It would be cool to set up some smart home stuff at both ends that I could host on my own so I can keep an "eye" on my parents stuff when the travel (mostly just door and occupancy sensors, no video).
What is the typical power requirement on these devices? Can it be used to set up IoT sensor nodes in the wild where they work off solar, or do they need periodic tuning/care?
I'm running about 1w per device ATM.
So yeah it sips energy. There's a lot of nodes in the mountains that are solar powered. They work.
That's a great idea. The area I live in is pretty mountainous so putting nodes on ridges provide pretty good coverage
Very low and yes. They work great for IoT, as long as it’s not mission critical stuff as messages can get dropped or arrive out of order sometimes. But for something like monitoring a remote sensor station that’s within the Lora range, without needing a cellular plan, yes.
What is the range of a device like this? Is there any chance of using a mesh system like that if you're not in a city? I'm about 30 miles away from a few towns, so there's little chance for repeaters to be nearby.
Theoretically you can get 50 ish miles or more with line of sight. In practice, you can get around 10 ish with repeaters. With around 30 devices, our city has effective coverage.
You also have options to use MQTT if you want to make sure a message gets through. But that requires an internet connection.