element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Project Videos
  • Challenges & Projects
  • element14 presents
  • Project Videos
  • More
  • Cancel
Project Videos
Documents Find EMI Fast with a Low‑Cost, Automated Way to See Where Your PCB Radiates
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Project Videos to participate - click to join for free!
Related
Recommended
Toptech-Voices
Engagement
  • Author Author: cstanton
  • Date Created: 7 May 2026 6:56 PM Date Created
  • Last Updated Last Updated: 14 May 2026 12:48 PM
  • Views 17292 views
  • Likes 6 likes
  • Comments 2 comments

Find EMI Fast with a Low‑Cost, Automated Way to See Where Your PCB Radiates

Join Clem as he builds an automated CNC‑style EMI heatmapping scanner to remove guesswork from near‑field probing during pre‑compliance testing. Using an Arduino Uno with GRBL, professional near‑field probes, and a low‑cost RTL‑SDR, the system scans a PCB in a controlled grid and turns raw measurements into clear EMI heatmaps. Along the way, Clem highlights real engineering challenges, including firmware choices, SDR software limitations, and the critical importance of lowering the noise floor through proper shielding, showing how automation and good measurement practice work together.

Watch the Build

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

Automating Near‑Field Probing

In this element14 presents project, Clem tackles one of the most frustrating and experience‑dependent problems in electronics design: locating EMI emission sources before they turn into expensive compliance failures. Anyone who has been through pre‑compliance testing will recognize the situation immediately. A specific frequency spike, or a narrow band, appears uncomfortably close to the regulatory limit. The test setup shows it clearly, but physically locating where that emission originates on the PCB is a very different challenge.

Traditionally, this process involves manually sweeping a near‑field probe across a powered board while watching a spectrum analyzer. It is slow, requires significant experience, and is highly sensitive to probe orientation and positioning. Small changes in angle or height can produce noticeably different results, making repeatability difficult.

Clem’s goal was to remove as much subjectivity from this process as possible. Rather than relying on careful hand movements and interpretation, he wanted a system that could probe a PCB in a controlled, repeatable way and generate structured data automatically.

“I want to make this process a lot more controllable, repeatable and less dependent on actual expert usage to find the culprit.”

The result is a dedicated EMC heatmapping scanner that behaves more like a CNC machine than a traditional test setup. Using Multicomp Pro near‑field probes and a precisely controlled motion system, the machine scans a PCB in a defined grid pattern, producing consistent measurements that can be directly compared across frequencies and design revisions.

imageimage

Standing on Shoulders Then Starting Fresh

Clem is clear that the core idea behind the project is not new. Several years ago, other engineers demonstrated that an RTL‑SDR could be used as a low‑cost EMI receiver for comparative near‑field measurements. Inspired by this earlier work, Clem initially attempted to reproduce one of those implementations.

In practice, this proved difficult. Software libraries had evolved, dependencies had changed, and the original code no longer worked reliably. Even more importantly, the older project did not align with Clem’s vision for automation, flexibility, and structured scanning.

“I tried to get this to run. It’s dependent on some software that since had updates, so it doesn’t work as expected anymore, at least not in my setup.”

Rather than patching an aging codebase, Clem made the decision to start over completely. This allowed him to redesign both the hardware control and the software architecture around his own requirements, rather than being constrained by assumptions baked into someone else’s workflow.

The result is a system built cleanly and modularly from the ground up. Each part of the workflow, motion control, scan definition, data acquisition, and visualisation, is implemented as a distinct software component, making the overall system easier to understand, debug, and extend.

imageimage

Smart Recycling, Smart Engineering

Mechanically, the scanner reflects a pragmatic engineering mindset. Clem reused components from previous projects wherever possible. The frame of an old 3D printer forms the mechanical base, with salvaged stepper motors and drivers handling motion. This approach keeps costs low and reinforces that the project is a functional tool rather than a polished commercial product.

The probe itself only moves in X and Y. The Z height is set manually once and remains fixed for the duration of a scan. This simplification reduces mechanical complexity and removes another variable that could affect measurement repeatability.

Once the user interactively defines the scan area by jogging the probe to the lower‑left and upper‑right corners of the region of interest, GRBL dynamically generates the zig‑zag toolpath. Clem deliberately chose GRBL 1.1 running on an Arduino Uno because it provides CNC‑style control without imposing the assumptions typical of modern 3D printer firmware.

“What I need is not homing and then executing a job. What I need is total control during the process, like a CNC where it can start and stop and resume.”

This design choice is reflected in the software as well. The system does not rely on homing at all. If position is lost, the user simply redefines the scan area. For EMI debugging, where scans often focus on specific subsections of a board, this flexibility is more valuable than absolute positioning.

A small camera is mounted above the device under test, but it is not used for alignment or vision‑based scanning. Instead, it serves a documentation role, capturing an image of the DUT after a scan so that measurement data can be visually associated with the physical board.

imageimage

SDR Instead of Spectrum Analyzer

One of the most notable aspects of the project is Clem’s decision to use a low‑cost RTL‑SDR instead of a traditional spectrum analyzer. This is not positioned as a replacement for lab‑grade equipment, but as a practical alternative for comparative analysis and source localisation.

Clem explicitly warns against poor‑quality SDR clones, noting that unstable hardware can introduce measurement artifacts and waste debugging time. When paired with professional near‑field probes, however, a reliable RTL‑SDR proves more than capable of revealing relative emission hotspots across a PCB.

The software is designed to scan multiple frequencies in a single run. At each X‑Y coordinate, the system measures all selected frequencies before moving on to the next point. This approach is reflected in the scanner module, which parses the generated G‑code and interleaves motion with data acquisition.

Each scan produces a plain text file per frequency containing X and Y coordinates along with received power in dBm. A secondary script converts this data into heatmap images. This separation allows raw data to be preserved for further analysis while still producing visuals that are easy for humans to interpret.

Clem designed the Python code as a collection of reusable modules rather than a single monolithic script. While AI assistance helped with some of the repetitive coding, SDR‑specific functionality required significant manual correction, particularly where libraries had changed since earlier projects.

imageimage

Lowering the Noise Floor

In the final section of the video, Clem turns his attention to a topic that is often misunderstood: noise floor reduction. He emphasises that meaningful EMI localisation is only possible if the measurement environment itself is properly controlled.

“If the noise doesn’t get any lower, you basically will always measure just a guess.”

Simply enclosing the system in a metal box is not sufficient. Effective shielding requires continuous conductive paths, low‑impedance connections between panels, and careful treatment of seams, gaps, and cable pass‑throughs. Clem demonstrates how improper bonding can allow high‑frequency energy to leak through even seemingly solid enclosures.

Using conductive tape, proper grounding techniques, and purpose‑built EMI gaskets, Clem shows how reducing the noise floor dramatically improves scan clarity. Once background noise is sufficiently suppressed, subtle emission sources become visible in the heatmaps, allowing engineers to draw much more confident conclusions.

This focus on shielding and attenuation reinforces one of the project’s key themes: automation alone is not enough. Reliable results depend on understanding EMI fundamentals and applying good measurement practice alongside clever tooling.

Taken as a whole, the automated EMI heatmapping scanner demonstrates a practical, fitness‑for‑purpose approach to a complex engineering problem. It does not claim to replace formal compliance testing, but it provides engineers with a powerful tool for understanding where emissions originate, how they change under different operating conditions, and whether design changes are having the desired effect before committing to expensive laboratory testing.

By combining controlled motion, repeatable measurements, and careful attention to the measurement environment itself, Clem shows that EMI debugging does not have to remain an opaque or purely experience‑driven exercise. Instead, it can be approached systematically, with data that supports informed design decisions earlier in the development process, and with some hardware that you have available.

Supporting Links and Files

-  Episode 714 Resources - software license

-  EMI Mapper on github

- RTL SDR

Parts and Products Used

Product Name Manufacturer Quantity Buy Kit
Ardunio Uno R3 ARDUINO 1 Buy Now
Test Equipment Kit, 4x Near Field Probe, 1m Cable, N-SMA Adaptor, Case Multicomp pro 1 Buy Now
 
  • RTL SDR EMI testing
  • emi heatmap scanner
  • e14presents_mayermakes
  • ARduino GRBL CNC project
  • EMC heatmap visualisation
  • pcb emission testing
  • CNC near field probing
  • emc debugging tools
  • near field probe PCB scanning
  • EMI source localisation
  • software defined radio emi
  • automated EMI debugging
  • diy emc scanner
  • PCB emi troubleshooting
  • electronics compliance engineering
  • EMC pre compliance testing
  • friday_release
  • Share
  • History
  • More
  • Cancel
Actions
  • Share
  • More
  • Cancel
  • Sign in to reply

Top Comments

  • DAB
    DAB 1 month ago +1
    Great episode Clem. I have been thinking about using a cheap CNC to do similar measurements with magnetic sensors. I like the idea of using the SDR for a wide range of RF frequency measurements. …
  • Dipeshkachhi
    Dipeshkachhi 25 days ago

    Nice episode , sir i will try it , i finally got the solution to my board

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • DAB
    DAB 1 month ago

    Great episode Clem.

    I have been thinking about using a cheap CNC to do similar measurements with magnetic sensors.

    I like the idea of using the SDR for a wide range of RF frequency measurements.

    Well done.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube