Schlagwort: Magnetometer

  • Mapping the Earth with a homemade magnetometer

    Mapping the Earth with a homemade magnetometer

    Reading Time: 2 minutes

    Arduino TeamFebruary 8th, 2022

    Magnetometers are devices that use various techniques to measure certain aspects of magnetism, including direction, strength, or relative changes. By combining these and applying some math, underground and other hidden structures can be discovered without the risk of damaging anything sitting below the sensor. This is why Markus Opitz decided to build a large-scale magnetometer using simple components in order to map things around his property. 

    The basic structure of the device consists of a basic frame made from several wooden planks with a pair of wheels at its base and a wide piece of aluminum tubing to hold the sensor array. To gather raw data, Opitz started by integrating seven Hall effect sensors with a digital compass and an Arduino Mega.

    Coordinates are determined by the onboard GPS module and logged to an SD card along with the readings from the attached sensors. Finally, the current heading is defined via a digital compass and displayed in addition to other data on a 128x64px OLED screen.

    After wheeling the unit around an outdoor area for a while and gathering ample amounts of data, Opitz loaded the logs into qGIS that combines headings, magnetic values, and coordinates along with a satellite map into a single image.

    To read more about this project, you can view Opitz’s write-up on Instructables

    Website: LINK

  • Turning a Tic Tac box into a portable magnetometer

    Turning a Tic Tac box into a portable magnetometer

    Reading Time: 2 minutes

    Turning a Tic Tac box into a portable magnetometer

    Arduino TeamJanuary 24th, 2020

    If you want a way to measure magnetic fields on the go, then look no further than this tiny device from Instructables user “rgco.”

    The portable magnetometer was made using just a couple of common parts, including an SS49E linear Hall effect sensor, an Arduino Nano, a 0.96” OLED screen, and a push button.

    All the electronics are concealed inside a Tic Tac box, which holds the components together and provides a window for the display. The SS49E itself is isolated from the rest of the unit via a ballpoint pen tube, which allows it to be placed in narrow openings without interference. 

    For increased accuracy, the sensor was calibrated using a cylindrical electromagnet, and the project was prototyped using an Uno before being stuffed into its rather small enclosure.

    Website: LINK

  • Visualizing magnetic fields in three dimensions with an Arduino magnetometer

    Visualizing magnetic fields in three dimensions with an Arduino magnetometer

    Reading Time: < 1 minute

    Visualizing magnetic fields in three dimensions with an Arduino magnetometer

    Arduino TeamJuly 25th, 2019

    As humans, we can’t detect magnetic fields, but we take advantage of this phenomenon every day in the form of motors and various sensors. Even electrical wire produces a field when current flows through it. You can perceive magnetism with a compass, but if you want to visualize it in three dimensions, maker ‘amamitof7’ has a solution: an Arduino magnetometer.

    The device uses a trio of analog Hall effect sensors to measure the strength of the magnetic field. This data is fed to a MKR WiFi 1010 (or Uno), which generates an isometric representation of the field on a small TFT display. 

    One could see this used in a variety of diagnostic applications, or perhaps as an excellent physics teaching tool.

    Website: LINK