This project demonstrates a drone-based payload dropping system using an Arduino Uno, LDR sensor, and servo motor.
(The system automatically releases the payload when sufficient light is detected.)
🔹 Components Used
-
Arduino Uno/Nano
-
LDR Sensor Module (LM-393)
-
Servo Motor (SG90 / MG90s)
-
Jumper Wires
-
Power Supply ( Minimum - 7.4v DC )
🔹 Working Principle
The LDR sensor detects light intensity.
When light crosses a predefined threshold, Arduino activates the servo motor, which releases the payload from the drone.
🔌 CONNECTIONS (IMPORTANT)
LDR Module
-
S → A0
-
+ → 5V
-
– → GND
Servo Motor
-
Red → 5V
-
Brown / Black → GND
-
Yellow / Orange → D9
✅ FULL ARDUINO CODE
(Arduino Uno + Keyes LDR Module + Servo)
..........................................................................................................................................................
Thank You for Visiting – Anubhav Projects Lab
Keep Learning, Keep Building! 🚀