LinkIt One - Electromagnetic Field Analyzer

by appytechie in Circuits > Microcontrollers

754 Views, 9 Favorites, 0 Comments

LinkIt One - Electromagnetic Field Analyzer

IMG_20151104_202551.jpg
IMG_20151104_202514.jpg
IMG_20151104_202532.jpg

In this instructable I'm going to show you how to design an Electromagnetic Field Analyzer, this is a really cool device that can detect the amount of electromagnetic fields emitted by a device. This device can also be used to detect the mains supply. Like my previous instructables, I'm using a LinkIt One board, and if you don't know it already the LinkIt is a really cool board to work with it is similar to an Arduino with a whole lot of shields stacked on each other. And the whole IDE interface is Arduino friendly. And do check out my previous instructables to learn more about the LinkIt One

Tools and Components

IMG_20151101_223800.jpg

So lets start with gathering all the components and tools required for
this project. Most of the components come along the linkit one box, like battery and WiFi antenna. So here is what you need -

  • LinkIt One
  • 1M Resistor
  • LED
  • Battery

  • Micro USB cable

  • Breadboard

Circuit

IMG_20151104_202532.jpg
emfa_circuit.PNG

The circuit is really simple and can be found above, we will be using a breadboard so no soldering skills are required. The sensitivity of the device depends on the values of the resistance so greater the resistance greater is the sensitivity. On an average about 1-3M Ohm should be a good range. You can also experiment with it and find the range that you prefer.

Code

emfa_ide.PNG
IMG_20151101_223943.jpg

The code can be found in the attachments you can open it on a Arduino IDE. You need an Arduino IDE with Linkit Plug in to upload the code. You can check out my first tutorial on how to do that. Make sure you upload the code to the right port, you can find the your device port on device manager in windows.

Downloads

Finishing

emfa_serial.PNG
IMG_20151101_223936.jpg

After uploading the code it is now time to test it, you can take the device antenna close to eletrical appliances and see the LED light up when it detects a field. You can also open up a serial monitor on the debugging port and view the values corresponding to the electromagnetic fields around the device and don't for get to experiment with the resistor values to change the sensitivity of the device.