Gabriel Klein
Gabriel Klein
Here is 2 LoRa modules 433MHz https://www.aliexpress.com/item/LoRa-ESP32-0-96-Inch-Blue-OLED-Display-SX1278-Bluetooth-WIFI-Lora-Kit-32-Module-Internet/32829056144.html?spm=a2g0s.9042311.0.0.27424c4dNbb6Kn 868-915MHz https://www.aliexpress.com/item/868MHz-915MHz-SX1276-ESP32-LoRa-0-96-Inch-Blue-OLED-Display-Bluetooth-WIFI-Lora-Kit-32/32836591865.html?spm=a2g0s.9042311.0.0.27424c4dNbb6Kn
An interesting document to understand the different things that can be configured in LoRa https://docs.exploratory.engineering/lora/dr_sf/
Note: https://github.com/OttoAllmendinger/gnome-shell-screenshot/issues/58
Sorry to ask, what is the status of this pull request?
I understand your point and agree that "multi-firing" is often part of the protocol. I saw a few different cases in my items. - Multi-firing is used as a way...
I totally agree - I think we cannot avoid some manual configuration at some point :( This project is trying to build a "babel tower" (and is quite successful) -...
Yes, I have a doorbell and a few motion sensors :) 1) Lot of problems with : [86] Wireless Smoke and Heat Detector GS 558 and some of these just...
It's quite easy if you know how to administrate a linux website. I installed it in ~10 minutes. It's probably a few weeks or months if you know nothing about...
Thank you - nice tool! :) some suggestions: * Remove the '...' around the RfRaw command * Allow directly copying things like: 18:30:23 MQT: /sonoff/bridge/RESULT = {"RfRaw":{"Data":"AA B1 05 02FD...
It's great :+1: I've just added a try - catch ``` try: strInput = getInputStr() if (len(strInput) > 0): main(strInput, options.repeat) else: break except: print "Unexpected error:", sys.exc_info()[0] ``` I...