Update README.md

This commit is contained in:
RonMeier
2024-08-21 19:19:23 +02:00
committed by GitHub
parent 6c439209ee
commit ac27ff399a
+12 -16
View File
@@ -1,33 +1,33 @@
# esp32 LoRa Monitor + LoRaWAN Node in one device
[LilyGo TTGO LoRa esp32](https://github.com/LilyGO/TTGO-LoRa32-V2.1) (T3_V1.6.x) + SD-card support
V2.49-ttgo-lora32_T3_V161_langEN.bin English
V2.49-ttgo-lora32_T3_V161_langDE.bin German
V2.5-ttgo-lora32_T3_V161_langEN.bin English
V2.5-ttgo-lora32_T3_V161_langDE.bin German
LilyGo TTGO esp32 new T3S3 V.1.x (H596 with SX1276)
V2.48-ttgo-LoRa-T3S3_langEN.bin English
V2.48-ttgo-LoRa-T3S3_langDE.bin German
[LilyGo TTGO esp32 new T3S3 V.1.x](https://www.lilygo.cc/products/t3s3-v1-0?variant=42586879688885) (H596 with SX1276)
V2.5-ttgo-LoRa-T3S3_langEN.bin English
V2.5-ttgo-LoRa-T3S3_langDE.bin German
[TTGO-LORA32-V1.3](https://github.com/LilyGO/TTGO-LORA32/tree/LilyGO-V1.3-868)
[LilyGo TTGO-LORA32-V1.3](https://github.com/LilyGO/TTGO-LORA32/tree/LilyGO-V1.3-868)
(For these devices, the frequency offset must sometimes be defined above -30000 Hz)
V2.48-ttgo-loraV1.3_langEN.bin English
V2.48-ttgo-loraV1.3_langDE.bin German
V2.5-ttgo-loraV1.3_langEN.bin English
V2.5-ttgo-loraV1.3_langDE.bin German
[Heltec WIFI LoRa esp32 V2](https://resource.heltec.cn/download/Manual%20Old/WiFi%20Lora32Manual.pdf)
V2.49-heltec-lora32_V2_langEN.bin English
V2.49-heltec-lora32_V2_langDE.bin German
V2.5-heltec-lora32_V2_langEN.bin English
V2.5-heltec-lora32_V2_langDE.bin German
* integrated web server
* receive + transmit LoRa or LoRaWAN packets
* LoRa2MQTT, LoRa2HTTP, LoRa2UDP
* LoRa to MQTT, LoRa to HTTP, LoRa to UDP
* "LoRa to LoRaWAN - Bridge" Received LoRa packets can be forwarded directly to LoRaWAN. For example, all received LoRa sensors can be connected to LoRaWAN with one device
This means you only need to register one device with TTN to transfer the data from all your lora sensors and you can then read out the sensors individually again in the Payload formatter at TTN
* API: MQTT/http to LoRa or LoRaWAN
* Rules to execute specific commands, HA Auto-Discovery, Scanner
* Rules to execute specific commands, HA Auto-Discovery, Scanner, Two switchable relay outputs
* The corresponding 433 MHz models are also supported
@@ -39,7 +39,3 @@ After flashing the bin file, an AP is opened at 192.168.4.1. On the config page
In order for the graphics to be displayed, 3 js files must be loaded from the /lib directory via WebUI with ip/uploadjs
The flash tool is only needed the first time, after which all updates can be updated directly from the UI using the update function
changes:
V2.49: Two switchable relay outputs to switching via LoRa or LoRaWAN