Schlagwort: Arduino 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

  • 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

  • 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