mirror of
https://github.com/RonMeier/LoRa-Monitor.git
synced 2026-03-28 17:43:01 +01:00
Simplify README content and clarify instructions
Removed redundant details from the rules section and clarified the WiFi access point instructions.
This commit is contained in:
@@ -7,18 +7,16 @@
|
||||
|
||||
* receive + transmit LoRa P2P and LoRaWAN packets
|
||||
|
||||
* Rules to execute specific commands, Scanner with LoRaWAN and Mesh activity measurement, switchable relay outputs, Auto-Discovery, Simplex-, Duplex-, Repeater-mode, etc.
|
||||
* Rules to execute specific commands, Scanner, switchable relay outputs, 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
|
||||
<br>
|
||||
|
||||
## Hardware Requirements
|
||||
|
||||
Heltec WIFI LoRa esp32 [V2](https://heltec.org/project/wifi-lora-32v2/) [V3](https://heltec.org/project/wifi-lora-32v3/)
|
||||
[V4](https://heltec.org/project/wifi-lora-32-v4/) [VM E213](https://heltec.org/project/vision-master-e213) (868/915)
|
||||
[V4](https://heltec.org/project/wifi-lora-32-v4/) [E213](https://heltec.org/project/vision-master-e213) (868/915)
|
||||
|
||||
[LilyGo TTGO LoRa esp32 V2 1.6.1](https://github.com/LilyGO/TTGO-LoRa32-V2.1) + SD-card support (433/868/915)
|
||||
|
||||
@@ -30,9 +28,8 @@ support for SD, Oled-Display or [E-Paper-Display](https://www.bastelgarage.ch/lo
|
||||
|
||||
|
||||
You can flash your device directly using the [LoRa Monitor – Firmware Flasher](https://ronmeier.github.io/Lora-Web-Flasher)
|
||||
Note: Not all web browsers support flashing via the serial port. Please use a compatible browser (e.g., Chrome or Edge).
|
||||
|
||||
After flashing, the device will open a WiFi access point (AP) named "Lora-Monitor".
|
||||
After flashing, the device will open a WiFi access point.
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user