The measuring instruments already in your pocket
A phone is a handful of cheap sensors with a very good screen attached. Almost every measuring app is a different interpretation of the same four or five signals, and knowing which sensor sits behind a tool tells you immediately how far to trust it — and why the same app behaves differently on two phones.
The motion sensors
The accelerometer feels gravity and movement, which gives you levels, inclinometers, plumb lines and vibration readings. The gyroscope measures rotation rate and smooths all of those, so a phone with both settles faster and jitters less. Both are present on essentially every phone sold in the last decade, and both are very cheap parts — precise about relative change, mediocre about absolute truth until you zero them.
The magnetometer is the optional one
This is the sensor budget models actually leave out. It powers the compass and, where a raw reading is exposed, a crude metal detector that watches for local distortions in the field. Browsers make this worse: the Magnetometer API is not available in every browser, so a web tool can be running on a phone that has the hardware and still see nothing. That is a limit of the platform, not the phone.
Microphone and camera
The microphone gives you decibel estimates and a pitch tuner, which uses autocorrelation to find the repeating period in the waveform — pitch detection is genuinely accurate, unlike level measurement, because frequency needs no calibration constant. The camera powers a magnifier, a mirror, a light-meter estimate from image brightness and, held against a fixed reference, a protractor overlay. Camera-based light measurement is a classification, not a lux reading: automatic exposure is working against you the whole time.
| Sensor | Tools it powers | Availability |
|---|---|---|
| Accelerometer | Level, inclinometer, plumb, vibration | Every phone |
| Gyroscope | Stabilises the above | Nearly every phone |
| Magnetometer | Compass, metal detection | Often missing on budget models |
| Microphone | Decibel meter, tuner | Every phone |
| Camera | Magnifier, mirror, protractor, light estimate | Every phone |
Frequently asked questions
How can I find out which sensors my phone has?
Open a tool that uses one. If a level responds to tilt the accelerometer is there; if a compass never leaves zero, the magnetometer is missing or not exposed to the browser.
Why does a tool work in an app but not in the browser?
Browsers expose a deliberately restricted subset of the sensors, and some of it requires HTTPS and an explicit permission. A native app can reach hardware a web page cannot.
Do these tools need an internet connection?
No. Sensor readings are computed on the device; a measuring tool has no reason to send anything anywhere.
Sixteen tools, one app. TOOLBOX turns the sensors already inside your phone into a level, an inclinometer, a screen ruler, a caliper, a compass, a decibel meter and a strobe tachometer. It runs in the browser, with no account and nothing to install.
Open TOOLBOX