Wednesday, September 2, 2020

Basics of eFuses

 eFuses serve as integrated power path protection devices designed to limit circuit currents and voltages to safe levels during fault conditions. These components offer numerous advantages to the system, including protection features that can be challenging to implement using discrete components. In contrast, discrete solutions tend to be bulky, inefficient, and lack thermal protection, necessitating more components and occupying additional board space. These factors can raise concerns about the robustness and reliability of protection circuits.

While various types of eFuses are available in the market, I particularly favour TPS259271 from TI. 

Basic understanding of eFuses

 This eFuse provides a robust defence against overloads, short circuits, voltage surges, excessive inrush current, and reverse current. Additionally, it offers Controlled Power Down, Over-Temperature Protection, and Health Monitoring and Reporting features.

Tuesday, September 1, 2020

Electronic Load Fundamentals

 

What is an electronic load?

An electronic load is a test instrument designed to sink current and absorb power out of a power source. If a power supply is used to power a device, an electronic load is used to test the power supply by emulating the device under test (DUT).

Electronic Load Fundamentals


An electronic load is a programmable instrument that offers the user various modes of control such as constant voltage (CV), constant current (CC), constant power (CP), or constant resistance (CR).

Who uses electronic loads?

Device manufacturers and design engineers use electronic loads to test numerous power devices such as power supplies, DC-DC converters, chargers, adapters, batteries, solar panels, fuel cells, and more.

Why do engineers use electronic loads instead of a fixed-value power resistor?

In situations where you need a purely resistive load and no closed-loop control is required, it is sufficient to use a fixed-value power resistor. A fixed-value resistor presents many limitations. It is not adequate for loading and testing power sources that have complex testing requirements. Such tasks require sophisticated electronic load features to validate the various states of operation.

Constant current operation mode

Constant current (CC) is the most frequent mode in which an electronic load is used. In constant current mode, the load will sink the programmed current independently from the output voltage which is typically forced by the voltage source connected to it (for example a battery).

Constant voltage operation mode

In constant voltage (CV) mode the electronic load sets a fixed programmable voltage across its terminals independently from the input current. In CV mode, the current is set by the current source connected to it – for example, a current charging circuit or LED current driver. The load adjusts its resistance dynamically to attain the programmed voltage at any current established by the current source under test.

Constant resistance operation

In constant resistance (CR) mode, the load acts as a fixed programmable power resistor. An electronic load’s CR mode is well-suited for loading a power source that is either a voltage or current source. When the load connects to a voltage source it sinks a current equal to the source potential divided by the programmed resistance value.


Friday, July 17, 2020

Low cost temperature sensor


Low cost temperature sensor using diode and transistor


Low-cost temperature sensors can be achieved by using a diode or transistor (by shorting the Base and Collector). When constant current passes through the base-emitter junction it produces a voltage between the base and emitter (Vbe) that is a linear function of the absolute temperature. 
The overall forward voltage drop has a temperature coefficient of approximately 2 mV/°C. The semiconductor junction sensor’s voltage versus temperature is much more linear than that of a thermocouple or resistive temperature device (RTD). 

Friday, April 24, 2020

How to ruggedized Arduino Boards

Arduino boards, while affordable, are not designed for harsh environments. However, by implementing proper protection circuitry, these boards can be made suitable for industrial use.


A company in the United States is currently developing ruggedized Arduino-compatible microcontroller boards. They have shared valuable insights on their website, detailing ways to enhance the boards' durability and offering solutions for common issues. You can find the link to their website below.

https://www.rugged-circuits.com/10-ways-to-destroy-an-arduino


Implementing Ship Mode to Your Product

As global manufacturing and distribution increases, many original equipment manufacturers always look for creative ways to extend battery life during shipping and shelf life at big-box warehouses. Keeping the battery sufficiently charged during shipment enables a consistent out-of-box experience for the end-user. A solution that has gained popularity is using a ship mode feature that keeps devices in a low-power state during shipment and while on the shelf. Here is my solution using a load switch from TI, TPS22915B.
Implementing Ship Mode to Your Product

This is how the circuit works. Before the button is pressed, the solution is in ship mode, meaning that the system is not powered and the TPS22915 B load switch is turned off. When the button is pressed, the voltage from the battery is passed through the PMOS to the ON pin of the TPS22915B. The voltage enables the TPS22915B, brings VOUT high, turns off the PMOS, and powers the system. The ON-pin is pulled up to VOUT, which makes keeping the load switch enabling even after the button is released.

Power Calculation from Current and Resistance

Power Equation for Current and Resistance P = I² R Current (I) in Amps ...