Hello.
I want to build an active load module for the ESP-32. From what I’ve gathered, you need to connect a power transistor to the source of the device under test.
The ESP-32 code itself isn’t a problem, but the thing is… how to physically build the module, and how it’s supposed to work.
The project is interesting in that there’s hardly anything about it online, and it’s needed to regulate the maximum current.
I’d appreciate some help with this.
What voltage and current should this active load have, i.e. what is the voltage range of the source under test and what maximum current/power do you want to regulate?
At the moment, I need to set it to 5 A at 12 V, but it could be a universal device for, say, 100–150 W.
Is the load intended to operate linearly as a regulated ‘resistor’/constant current, or simply switch the load on and off via PWM, and do you plan to measure the current via a shunt connected to the ESP32?
I’m not entirely sure. I’m trying to determine the maximum current the device can supply (this involves regulating the maximum current supplied by the step-down converter – controlled by a potentiometer). I need to measure the current it’s supplying (because I want to limit it to a certain upper limit).
I want to build an active load module for the ESP-32. From what I’ve gathered, you need to connect a power transistor to the source of the device under test.
The ESP-32 code itself isn’t a problem, but the thing is… how to physically build the module, and how it’s supposed to work.
The project is interesting in that there’s hardly anything about it online, and it’s needed to regulate the maximum current.
I’d appreciate some help with this.
What voltage and current should this active load have, i.e. what is the voltage range of the source under test and what maximum current/power do you want to regulate?
At the moment, I need to set it to 5 A at 12 V, but it could be a universal device for, say, 100–150 W.
Is the load intended to operate linearly as a regulated ‘resistor’/constant current, or simply switch the load on and off via PWM, and do you plan to measure the current via a shunt connected to the ESP32?
I’m not entirely sure. I’m trying to determine the maximum current the device can supply (this involves regulating the maximum current supplied by the step-down converter – controlled by a potentiometer). I need to measure the current it’s supplying (because I want to limit it to a certain upper limit).