Skip to content

Latest commit

 

History

History

AgriTech Drone

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

AgriTech Drone Project Overview:

The agricultural maintenance drone is designed to automate various tasks in agriculture, such as irrigation, crop monitoring, precision agriculture, smart fertilizer dispensing, weed detection, and remote field surveillance. The drone is equipped with a variety of sensors, including soil moisture, weather, GPS, DHT11 for temperature and humidity, capacitive soil moisture, ultrasonic sensors, and a camera. It also features a 4-channel relay for controlling the drone's flight and implementing a collision avoidance algorithm.

Components:

  • ESP32S3 Development Board
  • SX1262 LoRa RF Module

Modules/Sensors/Relays

  • DHT11 Temperature and Humidity Sensor
  • Capacitive Soil Moisture Sensor (V1.2)
  • US-100 Ultrasonic Sensors
  • 4 Channel Relay Board

Pinout for Modules:

Module/Sensor/Relay Purpose/Pinout
DHT11 Temperature and Humidity Sensor: For temperature and humidity readings.
... Pin: 23
Capacitive Soil Moisture Sensor (V1.2): For soil moisture readings.
... Pin: 35 (Adjust as needed for ADC input)
Ublox Neo-6M GPS Module: Connected for GPS data.
... UART: TX - 17, RX - 16 (Adjust as needed)
6x US-100 Ultrasonic Sensors: For distance measurements.
Front: Trigger - 25, Echo - 26
Back: Trigger - 27, Echo - 32
Left: Trigger - 12, Echo - 14
Right: Trigger - 13, Echo - 15
Above: Trigger - 16, Echo - 17
Below: Trigger - 18, Echo - 19
Relay Module (4 Channels): For drone flight control.
Channel 1: Pin: 4
Channel 2: Pin: 5
Channel 3: Pin: 6
Channel 4: Pin: 7

Functionality:

Automated Irrigation System: (To be added)

Soil moisture sensor triggers irrigation when moisture levels are low. Weather station data influences irrigation decisions.

Crop Monitoring: (To be added)

ESP32S3 on the drone captures images of the crops. Images are processed for crop health analysis.

Precision Agriculture: (To be added)

GPS module enables accurate field mapping. Soil nutrient sensors guide precise fertilization.

Smart Fertilizer Dispenser: (To be added)

Soil nutrient sensors determine fertilizer needs. Automated dispenser dispenses precise amounts of fertilizer.

Weed Detection: (To be added)

Camera with image recognition identifies weeds. ESP32S3 controls the weeding mechanism for weed removal.

Remote Field Surveillance: (To be added)

Camera system with motion sensors monitors field security. LoRa alerts sent for unauthorized access.

Flight Control and Collision Avoidance:

4-channel relay controls rotor speeds for drone flight. Ultrasonic sensors provide distance measurements for collision detection. Collision avoidance algorithm adjusts drone movement based on sensor data.

Important Notes:

Ensure proper power distribution and management to meet the power requirements of all components. Consider the weight and balance of the drone to optimize flight stability.

Fine-tune the collision avoidance algorithm based on real-world testing and drone characteristics. Implement safety features and fail-safes to handle unexpected situations during drone operation.