Latest News

  • EN61000-4-4 & EN61000-4-5 Dissected: A Surge-ival Guide

    Continuing our look at the EN61000 series of immunity standards, this month we’re going to give you 2 for the price of one. Both EN61000-4-4 & EN61000-4-5 are related to surges and transients we see in everyday activity and can have a big effect on the performance of electronic systems.

    Read More
  • Military Grade Surge Filters for Land Based Vehicles

    Military grade surge filters are crucial for land-based vehicles to ensure the proper functioning of DC DC converters, which can be impacted by high energy surges. Mil Std 1275 and Def Stan 61-5 part 6 are two standards that define the characteristics of DC power distribution for military vehicle-based systems.

    Read More
  • Improving the odds with 10:1 Input DC DC Converters

    Nearly all electronic products require some form of power conversion product to convert the primary energy supply, be it ac mains, or a dc source such as a battery, to a voltage suitable for the equipment within.  Today’s design engineers have a huge array of products available to choose from, which can be a blessing AND a curse. This article provides advice on when a 10:1 (or greater) input range converter is the optimal choice and when other choices more accurately suit the specification’s needs.

    Read More
  • CBI Series – Smart Thinking for City Security

    Smart cities never sleep – their intelligence networks rely on always-on devices which need a continuous power source. Now, an integrated power solution, with diagnosis, back-up internal power sharing and the MODbus communication protocol offers a compact, reliable solution to powering the metropolis of tomorrow. By John Stone, Sales Director, Relec Electronics

    Read More
  • Bi-Directional Converters are the Driving Force for MHEVs

    Increased electronics content in vehicles and the rise in adoption of electric powertrains in vehicles has led to an increased interest in bi-directional DC-DC converters to manage the different power loads between 12V and 48V batteries. John Stone, Sales Director at power conversion specialist, Relec Electronics, explains why we need bi-directional DC-DC converters.

    Read More

LET’S MAKE THIS EASY. CALL 01929 555 700

why choose relec?
  • Faster

    Our aim is to get back to you with an initial response within the hour.

  • Attention to detail

    We pride ourselves on getting you the right product, at the right price and on time.

  • New ideas

    We are constantly looking for latest technology and products for your applications.

  • Beyond standard

    It’s not just about the product.  Our service goes way beyond the norm.

  • Easy

    We want to make your life as simple as it can be. Call us to find out what we can offer.

jQuery(document).ready(function($) { function updateActiveItem() { try { var carouselItems = $('.center-grow-carousel .elementor-carousel-item'); var centerIndex = Math.floor(carouselItems.length / 2); carouselItems.each(function(index) { if (index === centerIndex) { $(this).addClass('active'); } else { $(this).removeClass('active'); } }); } catch (error) { console.error('Error updating active item:', error); } } // Initial update updateActiveItem(); // Update on slide change var carousel = $('.center-grow-carousel .elementor-swiper'); if (carousel.length) { carousel.on('transitionend animationend', function() { updateActiveItem(); }); } else { console.error('Carousel element not found.'); } });