Skip to content

4WD UV Rover – Team-built joystick-controlled rover for data collection using UV sensor, GPS, OLED, LDR, XBee, and Arduino. Chassis made via 3D printing & laser cutting.

Notifications You must be signed in to change notification settings

dravidand/Embedded-system

Repository files navigation

🏠 README.md

🔹 Project Overview

A 4WD rover designed for radiation mapping, using a UV sensor as a proof of concept. The system collects and logs environmental data while navigating by using X-Bee. IMG_20241204_121347824_HDR

🔹 Features

✔️ Radiation-level simulation using a UV sensor
✔️ Ultrasonic sensors for obstacle detection
✔️ GPS with RTC for real-time location tracking
✔️ SD card storage for data logging
✔️ LDR for automatic head/rear light control
✔️ XBee for wireless control and communication
✔️ Arduino Mega as the main controller

🔹 Hardware Components

  • Microcontroller: Arduino Mega
  • Sensors: UV sensor, Ultrasonic, GPS (with RTC), LDR
  • Storage: SD card module
  • Communication: XBee module
  • Chassis: 3-D printed and lasercut

🔹 Software & Tools

  • Programming: C++ (Arduino)
  • Data Logging: SD card storage
  • Communication Protocol: XBee wireless @ 9600 baud rate
  • Navigation: GPS-based tracking
  • Simulation: Proteus

🔹 How It Works

  1. The rover controlled using laptop or else with handheld 4 button pcb joystick by using X-Bee.
  2. The GPS logs the rover’s position with a date and timestamp.
  3. The ultrasonic sensors detect obstacles to avoid collisions.
  4. Data (UV levels, location, time, etc) is stored on an SD card.
  5. The LDR automatically turns the light on/off based on ambient brightness.
  6. Wireless transmission via XBee allows real-time monitoring.

🔹 Installation & Setup

📌 Block Diagram – Pictorial representation of overall connection with Arduino Mega image

📌 Circuit Diagram - Including simulation image image

📌 PCB Design image image image image image

🔹Results

🔹 Future Improvements

🔹 Replace UV sensor with an actual radiation sensor like GM-Tube and include wireless camera.
🔹 Improve navigation with popular controls like PID, Fuzzy logic, and AI control.
🔹 Upgrade communication for better range and reliability.

About

4WD UV Rover – Team-built joystick-controlled rover for data collection using UV sensor, GPS, OLED, LDR, XBee, and Arduino. Chassis made via 3D printing & laser cutting.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages