Gas sensing
Methane activity
The MQ-4 watches for changes in nearby gas levels and sends the raw reading to the dashboard.
DeepTrack is a small four-wheel rover built to explore hard-to-reach spaces, watch its surroundings and send useful readings back to an operator.
Gas sensing
The MQ-4 watches for changes in nearby gas levels and sends the raw reading to the dashboard.
Environment
A DHT22 keeps track of heat and moisture so the operator has more context about the route.
Movement
Distance sensors help the rover spot obstacles, choose open space and stop before a collision.
Connection
The rover and gateway talk directly over ESP-NOW. The core controls do not need internet access.
Real hobby components, chosen to make the rover easy to build, test and repair.
ControlReads the sensors, runs the rover logic and sends updates to the gateway.
AirReports raw methane-sensitive activity. It is useful for trends, not certified safety readings.
ClimateMeasures the temperature and relative humidity around the rover.
DistanceChecks the space directly ahead and helps stop the rover before it reaches an obstacle.
MotionMeasures wheel rotation to estimate speed and distance traveled.
TiltAdds tilt and movement context when the rover travels over uneven ground.
DistanceHigh-precision Time-of-Flight laser sensor for millimeter-accurate obstacle detection.
LiquidDetects the presence of water or puddles under the rover chassis.
DriveFour geared motors and two motor drivers provide simple skid-steer movement.
DeepTrack physically isolates mission-critical safety from high-level interfaces using two distinct microcontrollers linked wirelessly.
Runs the rover's core hardware loop. Reads all physical sensors, enforces local collision protection, actuates the four-wheel chassis, and broadcasts telemetry.
Stays connected to the laptop. Listens for rover packets, maintains a strict heartbeat watchdog, and bridges the data as a USB NDJSON stream.
The web interface on your computer. Parses the NDJSON stream to provide a live UI, estimated pose mapping, and sends remote drive commands back down the chain.