Posts

Showing posts from April, 2025

The MIT App Inventor AND smart Garden-2

Image
 Project Name: The MIT App Inventor  AND smart Garden-2 Benefits of a Smart Garden Water Conservation: Smart irrigation systems reduce water usage by watering plants only when necessary. Convenience: Automatic watering, lighting, and climate control make plant care easier and less time-consuming. Healthier Plants: Sensors help you keep track of essential factors like soil moisture, temperature, and sunlight to ensure plants thrive. Energy Efficiency: Some systems optimize the use of energy, reducing electricity bills, especially in indoor gardens. Remote Monitoring: You can monitor and adjust your garden remotely via mobile apps.  Project Related to photos:  arduino code of MIT App / / Define the pin for the moisture sensor and pump const int moistureSensorPin = A0;  // Moisture sensor connected to analog pin A0 const int pumpPin = 2 ;             // Water pump connected to digital pin 8 (via relay) // Se...