Paranormal investigation kit for quadruped robots
An IR-thermal + EMF + ambient temperature + audio recorder pack mounted on a quadruped chassis, set up for autonomous overnight patrols of allegedly-haunted locations. Automated 'anomaly bookmarks' with timestamp + sensor delta when readings spike. Skeptics-and-believers neutral.
Paranormal investigation as a hobby has a 30-year YouTube tradition (Ghost Adventures, Buzzfeed Unsolved) and a real consumer instrument market (REM-pods, K-II meters, full-spectrum cameras at $100-400 each). The methodology is genuinely interesting whether you believe in ghosts or not: a small instrument suite recording multiple physical channels (thermal gradient, electromagnetic field, ambient temperature, audio) over hours, looking for time-correlated anomalies that don't match ambient drift. Most existing rigs are handheld or static. A quadruped that walks slow, stops at marked waypoints, and logs everything continuously is a legitimate methodological upgrade — it covers more space, doesn't get tired, and produces timestamped data.
The addon is a single mountable plate with four instruments plus an SD-card logger: an FLIR Lepton 3.5 thermal camera (160×120, real radiometric data), a Mag-3 magnetometer (full 3-axis with 0.1µT resolution, way better than consumer K-II meters), a high-precision DS18B20 temperature probe sampling at 4Hz, and an INMP441 mic recording 24-bit/48kHz mono audio. All four log to a microSD. The ESP32-S3 controller correlates them — when any single channel spikes more than 3 standard deviations above its rolling baseline, it 'bookmarks' the timestamp across all channels for review the next morning.
What makes this useful even for skeptics is the ambient-baseline subtraction. Most consumer ghost-hunting hardware fires false positives constantly (every door opening, every passing car) because they don't compute a baseline. Our firmware computes a 5-minute rolling baseline per channel and only bookmarks deviations beyond it. Result: 95% fewer false positives. If you don't believe in ghosts, you have an excellent multi-channel environmental data logger for $200 that walks itself around overnight. If you do believe, you have a less-noisy way to spot 'real' anomalies.
Bill of materials
Compatible robots
Variants
- Static-investigator variantDrop the quadruped, mount the same kit on a tripod for stationary investigations. Same firmware, same anomaly detection. Useful as a 'second instrument' alongside a walking robot.
- Spirit-box-friendly variantAdds a low-noise FM scanner with sweep-mode (the controversial 'spirit box' tool). Records audio synced to the sweep frequency for EVP analysis. We're neutral on whether this finds anything; it's standard equipment in the community.
- Scientific-only variantStrips out the EMF magnetometer (which paranormal-skeptic scientists view as untrustworthy due to environment sensitivity) and adds a higher-quality CO2/VOC sensor instead. Becomes a legitimate environmental data logger for indoor air quality investigations.
Install
- 1.Mount the quick-release plate on the robot's spine hardpoints. The thermal camera should face forward and slightly down; the mic forward.
- 2.Insert the microSD, format it FAT32 (the firmware writes its own metadata header on first boot).
- 3.Power on. The kit boots in 'baseline' mode for the first 5 minutes — it just sits there sampling ambient data to compute the per-channel baseline. Don't move the robot during this.
- 4.After baseline, push the start button on the handle (or send 'investigate' via Bluetooth). The robot patrols its preset waypoints, logging continuously, bookmarking any anomalies for review.
- 5.Next morning, pull the SD card. The bookmark file is a CSV with timestamp + which channel + delta from baseline. Open the corresponding video/audio segments to review what happened.
FAQ
Does this actually find ghosts?
We don't take a position. The kit measures real physical channels (thermal, EMF, temperature, audio). Whether anomalies in those channels are 'paranormal' is your interpretation. The instrumentation is the same a physicist would use for environmental studies.
Why not just use the standard K-II meter?
K-II meters max out around 200 µT resolution and have no logging. Our magnetometer is 0.1µT resolution with full timestamped logs. Same method, much better data.
How long can it record?
12+ hours per microSD card and battery. The robot's battery is the constraint, not the storage. For overnight investigations, dock it for charging when battery is at 20%.
Will the robot's own EMF interfere with readings?
Yes, by design. The robot's actuators emit ~5-15µT during walking. The firmware filters this by correlating with the IMU — when the robot is moving, EMF readings are flagged 'self-noise' and don't trigger anomaly bookmarks. Stationary readings are clean.
Can I use this for non-paranormal applications?
Yes — it's also a great kit for indoor air quality monitoring, RF interference hunting (find the bad outlet that's killing your wifi), or thermal envelope auditing of buildings.
Build this addon
Open the builder with this addon's spec pre-filled. Tweak the components, regenerate the BOM with live AliExpress prices, download the OpenSCAD CAD.
Build it