Project case study

Eddy current brake — automatic electromagnetic braking system

A mechanical engineering project by Govardhanan P exploring frictionless, sensor-driven vehicle braking using electromagnetism.

What is an eddy current brake?

An eddy current brake slows a moving metal part without touching it. When a conductive disc or rail passes through a magnetic field, the changing flux induces circulating currents — eddy currents — inside the metal. By Lenz's law those currents create their own magnetic field opposing the motion, so the disc feels a retarding force. Because nothing rubs, there are no pads to wear out; the kinetic energy leaves as heat spread through the disc itself.

The braking force grows with speed, which makes eddy current braking excellent for high-speed retardation and progressive slowing, and it is why the technique is already used on trains, roller coasters and heavy-vehicle retarders. It cannot hold a vehicle at standstill, so in real systems it complements rather than replaces a friction brake.

Problem statement

Conventional friction brakes suffer from pad wear, heat build-up and delayed reaction time in emergency scenarios. Under repeated hard braking they fade, and the driver's reaction time still dominates the total stopping distance.

Objective

Design and demonstrate a contactless braking mechanism that reacts automatically to an obstacle, reducing stopping distance and mechanical wear.

Working principle

An electromagnet is mounted with a small air gap next to a rotating mild-steel disc. When the coil is energised, the disc rotating through the field develops eddy currents; the induced field opposes rotation and the disc decelerates without physical contact. Braking torque depends on coil current (field strength), the air gap, disc conductivity and thickness, and the rotational speed of the disc.

System layout

 [Ultrasonic / IR sensor]
            |
            v
   [Arduino microcontroller] --(PWM / digital signal)--> [Relay driver module]
            |                                                    |
      distance reading                                           v
                                                       [Electromagnet coil]
                                                                 |
                                                        magnetic field across
                                                            the air gap
                                                                 v
                                                    [Rotating mild-steel disc]
                                                     -> eddy currents -> braking torque
          

Methodology

  1. Model the disc, coil mount and frame in AutoCAD and SolidWorks, fixing the air gap between the pole face and the disc.
  2. Fabricate the frame, mount the disc on a driven shaft and align the electromagnet.
  3. Wire the ultrasonic sensor, Arduino and relay driver to the electromagnet on a separate DC supply.
  4. Program the controller to read distance continuously and energise the coil when an obstacle enters the trigger range, applying braking proportional to proximity.
  5. Run the disc up to speed and record deceleration behaviour with and without the coil energised.

Components used

  • Electromagnet coil and mild-steel rotating disc
  • Arduino microcontroller board
  • Ultrasonic (and IR) obstacle sensor
  • Relay driver module and DC power supply
  • Fabricated shaft, bearings and frame; AutoCAD and SolidWorks for modelling

Results

The bench prototype demonstrated automatic, contactless deceleration whenever an obstacle entered the sensor range: the controller energised the coil without driver input and the disc slowed smoothly, with the retarding effect strongest at higher disc speeds and reducing as the disc slowed — the expected behaviour of an eddy current brake. No contact surfaces were involved, so there was no pad wear across repeated test runs.

Limitations

  • Braking force falls towards zero at low speed, so a friction brake is still needed to hold a stationary load.
  • All the kinetic energy becomes heat in the disc, so disc cooling limits continuous use.
  • The electromagnet needs a reliable electrical supply; a power failure removes braking.

Future scope

Integration with ABS and ADAS sensing, regenerative recovery of the energy currently dissipated as heat, and adaptive braking curves based on vehicle speed and load.