https://github.com/ankush2992/sih-project
Smart Irrigation System for Precision Farming
https://github.com/ankush2992/sih-project
esp32 firebase-realtime-database iot-application lorawan-application
Last synced: about 2 months ago
JSON representation
Smart Irrigation System for Precision Farming
- Host: GitHub
- URL: https://github.com/ankush2992/sih-project
- Owner: ankush2992
- Created: 2025-01-14T16:08:55.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-14T16:28:05.000Z (4 months ago)
- Last Synced: 2025-02-02T03:34:40.530Z (4 months ago)
- Topics: esp32, firebase-realtime-database, iot-application, lorawan-application
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LoRa-ESP32 Sensor Monitoring Project
Overview
This project utilizes LoRa and ESP32 modules to monitor soil humidity and temperature from a remote farm and display the data live on a mobile application. The LoRa transmitter collects sensor data and sends it to the LoRa receiver, which is connected to an ESP32 module acting as a Wi-Fi access point.
Features
- Real-time monitoring of soil humidity and temperature.
- LoRa-based long-distance communication.
- ESP32 acts as a Wi-Fi access point to display live data on a mobile app.
- Easy to set up and deploy in remote environments.
Connection Diagram
The following diagram illustrates the connection setup for the LoRa receiver and ESP32:

Setup Instructions
- Connect the LoRa module to the ESP32 as per the connection diagram.
- Flash the provided receiver code to the ESP32 module.
- Power the LoRa and ESP32 module using a 5V power source.
- Connect your mobile phone to the ESP32 Wi-Fi network (SSID:
ESP32_LoRa_Receiver
, Password:123456789
). - Access the live data through the app or a browser using the IP address
192.168.4.1
.
Usage
After completing the setup, the ESP32 will display live data received from the LoRa transmitter. The mobile app will fetch this data from the ESP32 and present it in an intuitive interface.
License
This project is open source and available under the MIT License.
© 2025 LoRa-ESP32 Sensor Monitoring Project | Designed for GitHub