ElectronicLoad: Difference between revisions
(Creation) |
No edit summary |
||
Line 8: | Line 8: | ||
== Intro == | == Intro == | ||
This page is about | This page is about software I'm writing for my brother who is developing an 'electronic load'. | ||
An electronic load is a thing that draws current from a power source in a well-defined way. | An electronic load is a thing that draws current from a power source in a well-defined way. | ||
Line 14: | Line 14: | ||
== Hardware == | == Hardware == | ||
For the hardware design, see | For the hardware design, see http://sikken.nl/electronicloadr2.html | ||
The basic principle of operation is that the electronic load has a circuit with a mosfet controlled by a microcontroller to draw a configurable constant current. | The basic principle of operation is that the electronic load has a circuit with a mosfet controlled by a microcontroller to draw a configurable constant current. |
Revision as of 12:05, 8 October 2017
Project ElectronicLoadV2 | |
---|---|
File:Whyunopicture.jpg | |
Software voor Electronic Load v2 | |
Status | Initializing |
Contact | bertrik |
Last Update | 2017-10-08 |
Intro
This page is about software I'm writing for my brother who is developing an 'electronic load'. An electronic load is a thing that draws current from a power source in a well-defined way.
A likely use case for an electronic load is to discharge a battery with a constant current, while recording the voltage so you can make a nice discharge graph.
Hardware
For the hardware design, see http://sikken.nl/electronicloadr2.html
The basic principle of operation is that the electronic load has a circuit with a mosfet controlled by a microcontroller to draw a configurable constant current. The mosfet is connected to a heatsink that dissipates the power as heat.
The microcontroller can set the desired current, measure the actual current and measure the voltage. This way we can also do other modes than just constant current:
- constant power mode: from the voltage measured, we can calculate the current required to draw a constant power
- constant resistance mode: from the voltage measured, we can calculate the current to emulate a specific resistance