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.

✔️ 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
- Microcontroller: Arduino Mega
- Sensors: UV sensor, Ultrasonic, GPS (with RTC), LDR
- Storage: SD card module
- Communication: XBee module
- Chassis: 3-D printed and lasercut
- Programming: C++ (Arduino)
- Data Logging: SD card storage
- Communication Protocol: XBee wireless @ 9600 baud rate
- Navigation: GPS-based tracking
- Simulation: Proteus
- The rover controlled using laptop or else with handheld 4 button pcb joystick by using X-Bee.
- The GPS logs the rover’s position with a date and timestamp.
- The ultrasonic sensors detect obstacles to avoid collisions.
- Data (UV levels, location, time, etc) is stored on an SD card.
- The LDR automatically turns the light on/off based on ambient brightness.
- Wireless transmission via XBee allows real-time monitoring.
📌 Block Diagram – Pictorial representation of overall connection with Arduino Mega

📌 Circuit Diagram - Including simulation

-
Data logs from SD card which includes all the sensor data per second (txt files).

-
Demo video showcasing the working system: https://github.com/user-attachments/assets/db62c52c-53ec-4206-8c66-9a5446f7413e
-
Group video demonstration: https://vimeo.com/1071792970
🔹 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.





