Skip to content

ISTE-VIT/4DOF-ARMED-ROVER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4-DOF Armed Rover

Overview

The 4-DOF Armed Rover is a versatile, IoT-enabled rover designed for rescue missions and disaster relief. It features a four-degree-of-freedom (4-DOF) robotic arm mounted on a mobile rover, capable of autonomous and manual operation. The system is controlled via Firebase and Blynk, enabling real-time data transmission and remote operation. WhatsApp Image 2025-03-31 at 12 00 15_a0666d68

Features

  • 4-DOF Robotic Arm for object manipulation
  • Rover Mobility with 4 independent motors
  • Real-time Data Streaming to Website via Firebase
  • Rescue and Disaster Relief Applications
  • ESP32-based Communication with integrated sensors

Hardware Components

  • Microcontrollers: ESP32 (x2) for rover and arm control
  • Motors: 4 DC motors for rover movement, 4 servo motors for arm
  • Power Supply: Li-Po battery pack
  • Additional Sensors: Ultrasonic, IR, Tremor, Gas, DHT11, flame etc

Software & Technologies Used

  • Arduino IDE for programming ESP32
  • Firebase for cloud-based control
  • Blynk IoT for mobile-based manual control
  • Python for open cv
  • http communication protocol for controlling the rover

Installation & Setup

1. Install Required Libraries

Ensure you have the following libraries installed in Arduino IDE:

  • WiFi.h
  • FirebaseESP8266.h
  • Servo.h
  • BlynkSimpleEsp8266.h

2. Flash the Code

  • Open the Arduino IDE.
  • Select the correct Board (ESP32/ESP8266) and COM Port.
  • Upload the firmware to both the rover ESP32 and arm ESP32.

3. Configure Firebase

  • Create a Firebase project.
  • Obtain the Database URL and API Key.
  • Update the credentials in the code.

4. Set Up Blynk

  • Install the Blynk IoT app on your phone.
  • Create a new project and obtain an Authentication Token.
  • Update the credentials in the code.

WhatsApp Image 2025-04-03 at 21 01 15_46401ea3

WhatsApp Image 2025-03-31 at 12 00 17_5fb3efab

Future Enhancements

  • Implement autonomous navigation using LiDAR/vision sensors.
  • Improve AI-based object recognition for more precise rescue operations.
  • Add haptic feedback for better control experience.

Contributors

Contact

For any queries or collaboration, reach out via:


Made with ❤ by ISTE VIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published