tl;dr is that with this python script and one of the arduino sketches you can get an out-of-the-box remote sensing network with sqlite storage that is very easy to extend and hack on and has proven stable for over a year now.
The background:
I live in the countryside and wanted to find some ways to help out our neighbouring farmers with my trade. One of the things you see a lot of is remote things failing and going unnoticed -- unclosed barriers, electrified enclosures not strong enough, escaped animals, etc. In addition to this, there are some regular maintenance tasks -- opening/closing the chicken coop door, irrigation, opening/closing a greenhouse -- that are trivial to define programatically and can save a lot of time and trouble if automated.
This is the backbone to a set of other projects currently in the pipeline, but it also includes chicken coop door opener in one of the example nodes. I have some neighbours working on remote sensing for their solar-powered electric fence generator using LoRa. Overall this technology's mix of low-power and long-range transmission makes it an awesome tool for cheap, 'low'-tech countryside hacks.
Things may be different in Europe but over here your use of the term will confuse people. Good luck on your project it has many applications.
That usage is quite problematic though, because, by using such a broad term for such a specific application, you lose the ability to use it to describe other valid "remote sensing " instances such as those implemented by the OP.
Sorry, but that's not even remotely true. (Haha, I kill me). There's all sorts of remote sensing in embedded systems for oil companies and other applications that is just some electronics, sensors, and a radio for sending data back to some central location.
https://www.hollandsentinel.com/news/20180626/new-smart-bric...
LoRa can be used for all kinds of low-bandwitch medium-range transmission of data. Temperatures, lat-long, you name it.
On the other hand, jamming is possible for most radio protocols. I'm pretty sure it's illegal though, even in the license free band.
And LoRaWan in standard mode is inherently unreliable (unconfirmed packages by default). Using it for "passive" logging is fine, using it for critical "active" remote control maybe less so.
Breakout board from Adafruit: https://www.adafruit.com/product/3072