Automatic Garbage Collector Project for students
Automatic Garbage Collector Project for students, project features a silent garbage collector robot using RFID for door detection, triggering the house buzzer and LED. It navigates with IR sensors along a path to collect garbage, powered by Arduino and a 4-wheel motor drive

Automatic Garbage Collector project is about making a quiet robot that collects garbage. It uses a special card near the door to know when to come inside. When it arrives, it makes a buzzer sound and flashes a light. The robot follows a dark path using sensors, going from door to door to pick up garbage. It’s all controlled by an Arduino and a motor driver to move smoothly and quietly around homes, Automatic Garbage Collector Project for students

Components Required:

  1. Arduino Board: 1
  2. RFID Module (e.g., MFRC522): 1
  3. RFID Card: 1
  4. Motor Driver Module (e.g., L298N): 1
  5. DC Motors: 2
  6. IR Sensors: 2
  7. Buzzer: 1
  8. LED: 1
  9. I2C LCD Module (e.g., 16×2): 1

Connections:

  1. RFID Module (MFRC522):
    • SDA: Connect to digital pin 10 (SS_PIN)
    • SCK: Connect to digital pin 13 (SPI SCK)
    • MOSI: Connect to digital pin 11 (SPI MOSI)
    • MISO: Connect to digital pin 12 (SPI MISO)
    • RST: Connect to digital pin 9 (RST_PIN)
    • 3.3V: Connect to 3.3V pin on Arduino
    • GND: Connect to GND pin on Arduino
  2. Motor Driver Module (e.g., L298N):
    • Motor 1 Control:
      • Input 1 (IN1): Connect to digital pin 2 (motor1A)
      • Input 2 (IN2): Connect to digital pin 3 (motor1B)
    • Motor 2 Control:
      • Input 3 (IN3): Connect to digital pin 4 (motor2A)
      • Input 4 (IN4): Connect to digital pin 5 (motor2B)
    • VCC: Connect to external power supply positive (e.g., 12V)
    • GND: Connect to external power supply negative and Arduino GND
  3. IR Sensors:
    • Left IR Sensor: Connect analog output to analog pin A0 (leftIRSens)
    • Right IR Sensor: Connect analog output to analog pin A1 (rightIRSens)
    • VCC: Connect to 5V pin on Arduino
    • GND: Connect to GND pin on Arduino
  4. Buzzer and LED:
    • Buzzer: Connect positive pin to digital pin 6 (buzzerPin), negative to GND
    • LED: Connect positive pin to digital pin 7 (ledPin), negative to GND
  5. I2C Communication:
    • SDA: Connect to analog pin A4 (SDA)
    • SCL: Connect to analog pin A5 (SCL)
    • VCC: Connect to 5V pin on Arduino
    • GND: Connect to GND pin on Arduino
  6. Mini Breadboard
disclaimer

What's your reaction?