Schlagwort: Magnetic Fields

  • This clever clock displays the time in magnetic fields

    This clever clock displays the time in magnetic fields

    Reading Time: 2 minutes

    You’ve probably seen videos of people moving magnets near iron dust, which results in the dust aligning itself to the patterns created by the magnetic fields. Magnetic viewing film works the same way, but with the dust in an oil suspension sitting in the gap between two sheets of transparent plastic. By moving that film over magnets, one can see the magnetic fields almost like they’re on an LCD panel. Moritz v. Sivers took advantage of that fact to build a clock that displays the time on magnetic viewing film.

    Sivers did this by putting a small sheet of magnetic viewing film in a 3D-printed frame over four wheels. They arranged numbers around the circumference of those four wheels, a bit like an analog clock face. The numbers are made of magnetic foil, so their magnetic fields appear on the viewing film as the wheels rotate. Four boxes stenciled onto the viewing film indicate which numbers make up the current time, so reading this magnet clock is as easy as any digital clock.

    Each of the four wheels has its own pancake-style stepper motor. An Arduino Uno board controls those motors through a CNC Shield outfitted with stepper drivers. The Arduino keeps track of the current time using a DS3231 real-time clock (RTC) module. For now, the user must manually set the zero position of each wheel each time they turn the clock on, but Sivers plans to add Hall-effect sensors soon to automate that process. The numbers are a little faint due to the weak magnetic fields produced by the foil, but are still completely readable.

    The post This clever clock displays the time in magnetic fields appeared first on Arduino Blog.

    Website: LINK

  • This sensory extension puppet lets you detect magnetic fields like a bird

    This sensory extension puppet lets you detect magnetic fields like a bird

    Reading Time: 2 minutes

    Arduino TeamJune 8th, 2021

    Birds have an amazing sense of direction that aids in migrating across vast distances, and scientists think this is due to their ability to detect magnetic fields — just like a compass. Chris Hill on Instructables wanted a way to experience this for himself by using a sensor and some sort of feedback mechanism to feel a magnetic field’s directionality and strength

    The sensor implemented is an AAH002 GMR module, which senses magnetic fields using a sandwich of materials that change their resistance when a field is nearby. By reading this value, the strength of the magnetic field can be calculated. Hill’s device employs a pair of these to accurately pinpoint the direction, while an Arduino Nano does the controlling. He also soldered together a set of nine ERM vibration motors into a grid to create a very low-resolution tactile display for the wearer. 

    Once the wiring was finished, Hill stuffed the GMR sensors into an eagle puppet’s beak and the main circuitry in its chest cavity. Power is provided by a single micro-USB cable. As seen in his video, it looks pretty cool, albeit a bit creepy as well. Read more about how the project works in Hill’s write-up here

    [youtube https://www.youtube.com/watch?v=zY9PZoWdi98?feature=oembed&w=500&h=281]

    Website: LINK