Homeassistant lora(wan) sensor?

Hello everyone, I've been looking for a way to use sensors with Homeassistant that don't communicate via WiFi, enabling longer distances (200-250m) between the sensor and the Homeassistant server wirelessly. I came across lora, but my problem is that I haven't been able to find any similar projects to start with. Does anyone here have…

Can Meshtastic be operated in Austria without an amateur radio license?

Hi, I recently spoke with someone who's getting his Afu license, and when asked, his "trainer" told him that the Meshtastic can only be operated on 433 and 868 MHz with an AFu license. However, I can't find anything that supports or contradicts this. Perhaps someone here has something official I could look up. I…

How do SPI command parameters work?

Hello everyone, I would like to use a LoRa module based on the LLCC68. Since the LLCC68 works with SPI, I watched the video on SPI from Great Scott ( https://youtu.be/fvOAbDMzoks ). I understood the whole thing with the addresses, but in the chip book of the LLCC68 ( https://www.mouser.com/pdfDocs/DS_LLCC68_V10-2.pdf ) the addresses are given…

How to connect a LoRa and Micro-SD module to an Arduino Uno?

Hello first of all. I ordered a LoRa module online and successfully installed it. The LoRa module occupies pins D9 through D13 on the Arduino Uno, which everything needs to be installed on (for my project, I can only use the Arduino Uno because of its size). However, the transmitted data should be stored on…