{"id":24910165,"url":"https://github.com/ankush2992/sih-project","last_synced_at":"2025-10-24T16:45:35.197Z","repository":{"id":272472035,"uuid":"916708323","full_name":"ankush2992/SIH-PROJECT","owner":"ankush2992","description":"Smart Irrigation System for Precision Farming","archived":false,"fork":false,"pushed_at":"2025-01-14T16:28:05.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T01:57:41.597Z","etag":null,"topics":["esp32","firebase-realtime-database","iot-application","lorawan-application"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ankush2992.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-14T16:08:55.000Z","updated_at":"2025-01-24T14:49:58.000Z","dependencies_parsed_at":"2025-01-20T17:51:06.349Z","dependency_job_id":null,"html_url":"https://github.com/ankush2992/SIH-PROJECT","commit_stats":null,"previous_names":["creative-xen/sih-project","ankush2992/sih-project"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ankush2992/SIH-PROJECT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankush2992%2FSIH-PROJECT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankush2992%2FSIH-PROJECT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankush2992%2FSIH-PROJECT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankush2992%2FSIH-PROJECT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankush2992","download_url":"https://codeload.github.com/ankush2992/SIH-PROJECT/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankush2992%2FSIH-PROJECT/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003276,"owners_count":26083555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["esp32","firebase-realtime-database","iot-application","lorawan-application"],"created_at":"2025-02-02T03:34:47.300Z","updated_at":"2025-10-10T08:39:15.730Z","avatar_url":"https://github.com/ankush2992.png","language":"C++","readme":"\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n\u003chead\u003e\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n   \n\u003c/head\u003e\n\u003cbody\u003e\n\n\u003cheader\u003e\n    \u003ch1\u003eLoRa-ESP32 Sensor Monitoring Project\u003c/h1\u003e\n\u003c/header\u003e\n\n\u003csection\u003e\n    \u003ch2\u003eOverview\u003c/h2\u003e\n    \u003cp\u003eThis 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.\u003c/p\u003e\n\u003c/section\u003e\n\n\u003csection\u003e\n    \u003ch2\u003eFeatures\u003c/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003eReal-time monitoring of soil humidity and temperature.\u003c/li\u003e\n        \u003cli\u003eLoRa-based long-distance communication.\u003c/li\u003e\n        \u003cli\u003eESP32 acts as a Wi-Fi access point to display live data on a mobile app.\u003c/li\u003e\n        \u003cli\u003eEasy to set up and deploy in remote environments.\u003c/li\u003e\n    \u003c/ul\u003e\n\u003c/section\u003e\n\n\u003csection\u003e\n    \u003ch2\u003eConnection Diagram\u003c/h2\u003e\n    \u003cp\u003eThe following diagram illustrates the connection setup for the LoRa receiver and ESP32:\u003c/p\u003e\n    \u003cimg src=\"connection-diagram.png\" alt=\"Connection Diagram for LoRa and ESP32\"\u003e  updating soon\n\u003c/section\u003e\n\n\u003csection\u003e\n    \u003ch2\u003eSetup Instructions\u003c/h2\u003e\n    \u003col\u003e\n        \u003cli\u003eConnect the LoRa module to the ESP32 as per the connection diagram.\u003c/li\u003e\n        \u003cli\u003eFlash the provided receiver code to the ESP32 module.\u003c/li\u003e\n        \u003cli\u003ePower the LoRa and ESP32 module using a 5V power source.\u003c/li\u003e\n        \u003cli\u003eConnect your mobile phone to the ESP32 Wi-Fi network (SSID: \u003ccode\u003eESP32_LoRa_Receiver\u003c/code\u003e, Password: \u003ccode\u003e123456789\u003c/code\u003e).\u003c/li\u003e\n        \u003cli\u003eAccess the live data through the app or a browser using the IP address \u003ccode\u003e192.168.4.1\u003c/code\u003e.\u003c/li\u003e\n    \u003c/ol\u003e\n\u003c/section\u003e\n\n\u003csection\u003e\n    \u003ch2\u003eUsage\u003c/h2\u003e\n    \u003cp\u003eAfter 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.\u003c/p\u003e\n\u003c/section\u003e\n\n\u003csection\u003e\n    \u003ch2\u003eLicense\u003c/h2\u003e\n    \u003cp\u003eThis project is open source and available under the MIT License.\u003c/p\u003e\n\u003c/section\u003e\n\n\u003cfooter\u003e\n    \u003cp\u003e© 2025 LoRa-ESP32 Sensor Monitoring Project | Designed for GitHub\u003c/p\u003e\n\u003c/footer\u003e\n\n\u003c/body\u003e\n\u003c/html\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankush2992%2Fsih-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankush2992%2Fsih-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankush2992%2Fsih-project/lists"}