2025-02-17 17:14:15 +01:00
2023-09-10 13:51:40 +02:00
2024-02-12 12:44:35 +01:00
2025-10-27 14:03:54 +01:00

LoRa P2P Monitor + LoRaWAN Node

Overview

  • integrated web server

  • receive + transmit LoRa P2P and LoRaWAN packets

  • LoRa to MQTT, LoRa to HTTP, LoRa to UDP

  • Rules to execute specific commands, Scanner with LoRaWAN and Mesh activity measurement, switchable relay outputs, Auto-Discovery, Simplex-, Duplex-, Repeater-mode, etc.

  • "LoRa to LoRaWAN - Bridge" for example, you can forward sensor data received via P2P to LoRaAWN or send control commands received via LoRaWAN back out via LoRa P2P

  • The corresponding 433 MHz models are also supported

Hardware Requirements

Heltec WIFI LoRa esp32 V2 (868/915)
Vx.x-heltec-lora32_V2_langxx.bin

Heltec WIFI LoRa esp32 V3 (868/915)
Vx.x-heltec-lora32_V3_langxx.bin

LilyGo TTGO LoRa esp32 V1.6.1 + SD-card support (433/868/915)
Vx.x-ttgo-lora32_V161_langxx.bin

LilyGo TTGO-LORA32-V1.3 (868/915)
(For these devices, the frequency offset must sometimes be defined above -30000 Hz)
Vx.x-ttgo-loraV1.3_langxx.bin

LilyGo TTGO T3S3 H596 with SX1276 (868/915)
Vx.x-ttgo-LoRa-T3S3_SX1276_langxx.bin

LilyGo TTGO T3S3 H595 with SX1262 (868/915)
support for SD, Oled-Display or E-Paper-Display
Vx.x-ttgo-LoRa-T3S3_SX1262_langxx.bin

LilyGo TTGO T3S3 H750 with LR1121 (868/915 + LoRa2.4GHz (1900-2200 + 2400-2500))
Vx.x-ttgo-LoRa-T3S3_LR1121_langxx.bin

You can flash your device directly using the LoRa Monitor Firmware Flasher
Note: Not all web browsers support flashing via the serial port. Please use a compatible browser (e.g., Chrome or Edge).
The flash tool is only required for the initial installation. After that, all updates can be installed directly from the device UI using the built-in update function.

After flashing, the device will open a WiFi access point (AP) named "Lora-Monitor". Connect your smartphone (or computer) to this network, then open 192.168.4.1 in your web browser. On the configuration page, enter your WiFi network name (SSID) and password. After saving, the ESP will automatically connect to your own network the next time it starts.

In order for the graphics to be displayed, 3 js files must be loaded from the /lib directory via WebUI

Description
No description provided
Readme 71 MiB
Languages
JavaScript 100%