An open API service indexing awesome lists of open source software.

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

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:


Connection Diagram for LoRa and ESP32 updating soon

Setup Instructions



  1. Connect the LoRa module to the ESP32 as per the connection diagram.

  2. Flash the provided receiver code to the ESP32 module.

  3. Power the LoRa and ESP32 module using a 5V power source.

  4. Connect your mobile phone to the ESP32 Wi-Fi network (SSID: ESP32_LoRa_Receiver, Password: 123456789).

  5. 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