Skip to main content
Version: FILS English

RustRover

A Wi-Fi remote controlled Rover that collects, analyzes and stores samples.

info

Author: Ciocan George-Sebastian
GitHub Project Link: https://github.com/UPB-PMRust-Students/fils-project-2026-Shushin1

Description

RustRover is a Wi-Fi remote controlled vehicle trying to mimic the functionality of an exploration rover like the ones used on Mars. It collects samples, analyzes and stores them. Also, the onboard sensors get information about the environment. It uses a camera for ease of navigation and for identifying the samples by reading a QR code. A front loader arm picks the object and puts it in the cargo bay. Once powered on, a webpage is started where the rover can be controlled and a display shows the user the IP address where to connect to.

Motivation

The motivation behind the project was my interests in aerospace and CAD modelling. A drone would've made more sense, but since I already had some of the components for building an RC car, I decided to make a Mars Rover. This way, I could make use of most of my parts, but also give it some personality through 3D printed parts and mechanisms designed by myself.

Design Concept

RoverCAD

View the 3D model on Onshape: https://cad.onshape.com/documents/5f14d6b2b58ea1de1b963c7e/w/1fe714927cde1f63024d6414/e/a3d36fc78328462c12924175?renderMode=0&uiState=69cfa1ff11451da0736ff72f

Architecture

PowerDiagram

CommDiagram

Log

-- TO DO --

Week 5 - 11 May

Week 12 - 18 May

Week 19 - 25 May

Hardware

The main microcontroller, the ESP32 WROOM, creates its own Wi-Fi network to which the user connects with their phone. In browser, the user types the IP address shown on the display and a page with the camera view and rover controls appears. There are buttons to move the rover around and to rotate the camera. To pick up a sample, two conditions must be true at the same time: the ultrasonic sensor detects the sample in front of the rover and the camera scans the QR code on the sample to confirm its identity. If these are fulfilled, the loader arm descends, grabs the sample and throws it in the back of the rover, in the Weight/Analysis Station. Here, a pressure plate/weight sensor records the sample’s weight, saves it to a “database” and displays all the information about the sample on a display. After the sample is “analyzed”, a servo sweeps it in the cargo bay. And the cycle repeats. An additional temperature/humidity sensor on board might also provide information to be displayed/saved together with the sample measurements in the logs of the database.

Schematics

-- TO DO --

Place your KiCAD or similar schematics here in SVG format.

Bill of Materials

DeviceUsagePrice
1 x ESP32 WROOMRuns the Rust code, connects to Wi-Fi and manages all peripherals20.46 RON
1 x ESP32 CAMIncorporates the camera and runs C code to process the image35.14 RON
5 x SG90 Servos Used for moving the camera and the front loader25.54 RON
6 x TT DC Motors + Wheels Provide the traction for the rover43.44 RON
3 x L298N Motor DriversControls the motors30.48 RON
1 x HC-SR04 Ultrasonic Sensor DeviceMeasures the distance from the rover to the sample6.64 RON
1 x 1.9-inch ST7789 DisplayUsed for displaying sample info and the IP address where to connect the phone13.54 RON
1 x HX711 Load CellTemperature sensor13.62 RON
1 x AHT10 SensorWeight sensor7.99 RON
1 x Passive BuzzerSignals detection of the sample0.8 RON
LEDsUsed as headlights / indicators8.49 RON
1 x 11.1V 3S LiPo BatteryPower source for all components94.99 RON
1 x Rocker Switch Master switch1.03 RON
Breadboard / PCB boards + Jumper WiresConnect the components44.6 RON
2 x LM2596 Buck ConvertersUsed for regulating the voltage; A 6V rail for the servos and a 3.3V / 5V for the microcontrollers11.06 RON
3D printed partsChassis, Body, Front Loader, Motor Holders etc.Priceless
Screws, Nuts, BearingsFor assembling the parts35.16 RON

Software

LibraryDescriptionUsage
-- TO DO --
  1. 3D Printed Rover Idea
  2. 3D Printed Rover with Robotic Arm Idea ...