element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Power & Energy
  • Technologies
  • More
Power & Energy
Blog Building a Smart Electronic Load | Introduction (#1)
  • Blog
  • Forum
  • Quiz
  • Documents
  • Polls
  • Events
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
EMI-Reduction-Techniques
Engagement
  • Author Author: Attila Tőkés
  • Date Created: 30 Dec 2024 6:56 PM Date Created
  • Views 1245 views
  • Likes 14 likes
  • Comments 5 comments
  • esp32
  • electronic load
Related
Recommended

Building a Smart Electronic Load | Introduction (#1)

Attila Tőkés
Attila Tőkés
30 Dec 2024

It happens that I had a couple of LGA775 coolers laying around from an old PC. The PC these cooler belonged to was discarded a long time ago, but I kept the coolers to be used in future power electronic projects. Back in November I decided to try to build some electronic loads from them.

This blog post show the first, somewhat working, prototypes of the electronic loads:

image

You may have noticed that user "interface" of the loads is literally one push button and one LED. That's because the loads are supposed to be "smart" electronic loads, not just simply programmable dummy loads. There are plenty of those on Ebay / AliExpress, so I could have just buy one.

The "smart electronic load" here means digital control (via an MCU) and connectivity (WiFi / BLE / USB). These should allow us implement some interesting features like dynamic load simulation and others.

In terms ideas / features (more like my wish list Innocent) I proposed this ones:

  • up to 100-300W load capacity - or whatever we can sweeze out from a LGA775 cooler
      
  • up to 100-200V load voltage
      
  • up to 30-50A continuous and >100A pulsed current
      
  • reasonable bandwidth (somewhere up to 100 kHz - 1 MHz) - to able to simulate short / high amplitude current pulses
      
  • WiFi and / or USB connectivity
      
  • reasonable price and no too special components that may become unavailable after some time
      

So, after some thinking and browsing other electronic load designs I came out with this schematics:

image

The design uses two MOSFET-s acting as variable resistors for the loads, with current sense resistors measuring the current flowing through the MOSFET-s. The current sense amplification and load control is implemented using dual op-amps. Other than that there is a MCU, a DAC, voltage and temperature sensing circuitry, PWM fan control and some miscellaneous stuff.

For the MOSFET-s in theory almost anything in a TO-247 or TO-220 package should work. For the dual op-amps I used standard 8-pin footprint, with many op-amps from various manufactures. In theory the load's performance should scale up with the performance of MOSTFET-s (load capacity) and op-amps (bandwidth).

For the MCU I went with the ESP32-S2-SOLO / ESP32-S3-WROOM modules (they have the same footprint), as it has the WiFi, USB and ADC-s. The ESP32-S2 is only included as an option as it has to DAC channels, otherwise the ESP32-S3 should be a better option.

As I suspected the ESP32-S2 DAC is kind of garbage (is seems to have an offset voltage of ~60-80mV), I also included a manually implemented 2R-R DAC (what could possibly go wrong Sweat smile). I went with this options as I did not find any cheap DAC with a reasonable bandwidth (ex > 200kHz), I needed an op-amp for voltage conversion anyway, and a 2R-R looked to be relatively simple to implement.

The PCB is a 10x10 cm (so it can be cheaply manufactured) and it is designed around the LGA775 cooler footprint.

imageimage

This is what the assembled to prototype looks like:

image
(sorry for the dirty board and shitty soldering Smiley)

Surprisingly, the load already seems to be somewhat (!) working:

image

...by that I mean it is able to sink a programmed current, but is not very linear, and looking with the scope there are some oscillations. I think the op-amp stage in the DAC may be picking up some noise, and this causes the load control stage to drive the MOSFETS all over the place.

Other than this, the input voltage sense stage seems to work (initially it had a wrongly implemented voltage divider so I almost fried the ESP32). The temperature sensing, FAN control, USB and others were not yet tested.

The firmware is basically nonexistent. I just threw a couple of lines of Arduino code on the ESP32 for testing. The interface will be Web based, but current I only have this:

image

So, what do you think about the project? Sunglasses Also, if you want to contribute, or just build an electronic load for yourself, let me know.

Github repo (with KiCAD and FreeCAD drawing files):

https://github.com/bluetiger9/SmartElectronicLoad

  • Sign in to reply

Top Comments

  • michaelkellett
    michaelkellett 8 months ago +2
    Try simulating your analogue stages. There are several things that don't look good. Your spec is incredibly ambitious - much faster than commercial ELs costing many £k. The LM2904 has an open loop…
  • dougw
    dougw 9 months ago +1
    Interesting build. An electronic load is on my list of things to build or acquire.
  • Attila Tőkés
    Attila Tőkés 8 months ago in reply to michaelkellett +1
    michaelkellett , t hanks for the feedback! It's very useful. Hmm, the LM2904 is just a leftover label. I used it as it was already in the KiCad library, but it is supposed to be a generic 8-pin dual…
Parents
  • DAB
    DAB 8 months ago

    A very interesting project.

    I like projects that try to reuse materials.

    This one will keep you busy for a while trying to resolve the issues.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • DAB
    DAB 8 months ago

    A very interesting project.

    I like projects that try to reuse materials.

    This one will keep you busy for a while trying to resolve the issues.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube