Measuring Electromagnetic Fields With Just An Arduino And A Piece Of Wire

A handheld device to measure electromagnetic fields

Electromagnetic interference problems can be a real headache to debug. If you need to prove what causes your WiFi to slow down or your digital TV signal to drop, then the ability to measure electromagnetic fields (EMF) can be a big help. Professional equipment is often very expensive, but building an EMF detector yourself is not even that difficult: just take a look at Arduino expert [Mirko Pavleski]’s convenient hand-held electromagnetic field detector.

The basic idea is quite simple: connect an antenna directly to an Arduino’s analog input and visualize the signal that it measures. Because the input of an ADC is high impedance, it is very sensitive to any stray currents that are picked up by the antenna. So sensitive in fact, that a resistor of a few mega-Ohms to ground is required to keep the sensor from triggering on any random kind of noise. [Mirko] made that resistance adjustable with a few knobs and switches so that the detector can be used in both quiet and noisy environments.

Making the whole device work reliably was an interesting exercise in electromagnetic engineering: in the first few iterations, the detector would trigger off its own LEDs and buzzer, trapping itself in a never-ending loop. [Mirko] solved this by encasing the Arduino inside a closed, grounded metal box with only the required wires sticking out. The antenna’s design was largely based on trial-and-error; the current setup with a 7 cm x 3 cm piece of aluminium sheet seemed to work well.

While this is not a calibrated professional-grade instrument, it should come in handy to find sources of interference, or even simply to locate hidden power cables. You can view this as a more advanced version of [Mirko]’s Junk Box EMF Detector; if you have a second Arduino lying around, you can use that one to generate interference instead.

9 thoughts on “Measuring Electromagnetic Fields With Just An Arduino And A Piece Of Wire

  1. i remember my dad telling me, if you don’t connect the inputs on your quad gate 74xx logic chip, the unused ones will act like an amplifier hooked up to an antenna, wasting current switching on noise. i somehow failed to see this as the opportunity it was! :)

      1. It’s when the change in input causes a change in output of the gate that the higher current is drawn.

        This is why when you look at the speed vs current graph of a CPU or MCU it’s almost linear.

    1. XOR gates can be used as very wide band amplifiers, modulators and demodulators. The odd thing is that to de-modulate you just modulate again.

      They are like a wideband op-amp with an inverting input and another input that switches the mode of the inverting input to non-inverting.

      Once you deal with biasing (CMOS is easier) Then you can surround an XOR with all your normal analogue circuitry and it will work that way.

  2. I have a schematic of a purely analog sensor like this, but the arduino gives us an opportunity to focus on the “shape” of the field, or any kind of pulsed frequency if that’s available.
    I once had a bad OLED hookup break the squelch on a radio scanner.

  3. What about this but sending the output into an audio out jack? There are several such items on the market and people pay a pretty penny for them. I think the Soma ether laboratory is one.

Leave a Reply to RÖBCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.