Українською
  In English
EDN Network
ΔVbe + DMM = Celsius, Kelvin, Fahrenheit, and Rankine thermometer

Combining an accurate temperature sensor with a standard digital multimeter can make an inexpensive, accurate, and useful thermometer.
A recent Design Idea, BJT is accurate sensor for absolute temperature in Kelvin and Rankine, was based on a 1991 application note (PDF) by a legendary guru, the forever remembered Jim Williams. In his article, Williams demonstrated that, when used as ΔVbe sensors, ordinary unselected transistors give temperature readings accurate to a fraction of a degree without calibration:
“…randomly selected 2N3904s and 2N2222s … showed less than 0.4°C spread over 25 devices from various manufacturers.”
Wow the engineering world with your unique design: Design Ideas Submission Guide
As shown in BJT is accurate…, the basic math of ΔVbe can be cooked down to a simple and easy to remember (hah!) linear-in-absolute-temperature relationship: ΔVbe/°C = Log10(Current-ratio)/5050. Therefore, if we want any given ΔVbe/°C, the required is just Current-ratio = 10^(5050 ΔVbe/°C).
For example, for ΔVbe/°C = 100uV, Current-ratio = 10^(5050 * 100uV) = 10^(0.5050) = 3.20. This ratio is implemented in Figure 1’s simple circuit for a 100uV per Kelvin output.

Figure 1 An ordinary BJT Q1 makes an accurate 100uV per unit Kelvin absolute temperature sensor.
Okay. So. What’s it good for? One plausible application is, as frequent contributor Nick Cornford has shown in several ingenious designs:
- Newer, shinier DMM RTDs—part 1 and part 2
- Dropping a PRTD into a thermistor slot—impossible?
- DIY RTD for a DMM
that the combination of an accurate temperature sensor with a standard digital multimeter can make an inexpensive, accurate, and useful thermometer.
Nick’s favorite sensor is the super-versatile platinum RTD, but as Williams showed, a humble (and super cheap) 2N3904 (or similar) BJT might also fill the bill. That’s assuming that its package-limited −55 to +150°C temperature range is adequate. And that’s also assuming that it gets a little help from its friends, such as Figure 2’s zero-drift op amp that boosts the output span to a DMM-friendly 1mV per unit Celsius, Kelvin, Fahrenheit, and Rankine.

Figure 2 A zero drift, 5uV max offset A1 rescales 100uV/°K by 10x to 1mV/°C and by 18x to 1mV/°F.
Of course, Kelvin and Rankine absolute temperature measurements are absolutely less frequently useful than the common Celsius and Fahrenheit scales…which is where Figure 3 comes in:

Figure 3 Connect the DMM’s plus lead to the appropriate figure 2 output, and the minus lead to the correct precision 0° offset terminal, to re-zero 273K to 0°C and 460R to °0F.
V+ can be anywhere from 3 to 6 volts. Current consumption at 3v is barely more than 1mA, dominated by the Z1 shunt reference, so two AAs will support 2000 hours (nearly three months) of continuous operation. A single CR2032 lithium coin will hold up for 10 non-stop days.
Thanks, Nick and Jim!
Stephen Woodward‘s relationship with EDN’s DI column goes back quite a long way. Over 200 submissions have been accepted since his first contribution back in 1974. They have included best Design Idea of the year in 1974 and 2001.
Related Content
- BJT is accurate sensor for absolute temperature in Kelvin and Rankine
- Newer, shinier DMM RTDs—part 1
- Newer, shinier DMM RTDs—part 2
- Dropping a PRTD into a thermistor slot—impossible?
- DIY RTD for a DMM
The post ΔVbe + DMM = Celsius, Kelvin, Fahrenheit, and Rankine thermometer appeared first on EDN.
PCIe 7.0 fundamentals: Baseline ordering rules

Adding more compute is no longer enough to maximize AI training and inference performance in today’s AI factories. The real challenge is how efficiently data flows through AI systems, not raw processing power.
Training remains the foundation of AI development, and maximizing throughput across large clusters is critical as models internalize structure, learn statistical relationships, and establish a baseline for downstream workloads. Inference shifts the focus, demanding ultra-low latency and high-reliability token generation. Both of these phases are characterized by exponential scale.
Training trillion-parameter models and performing inference that requires enormous amounts of contextual information places significant pressure on the “plumbing” of modern computing platforms. In this environment, the efficiency, predictability, and speed of data movement across the CPUs, accelerators, memory, and I/Os that compose these AI systems have become the true bottleneck.
Eliminating data bottlenecks is now dependent on optimizing interconnect bandwidth. The interconnects themselves are crucial to system success, with PCI Express (PCIe), specifically PCIe 7.0, being a prime example.
PCIe’s role in multi-GPU scale-up systems
For more than a decade, PCIe has been the backbone of multi-GPU server systems due to its universal and extensible interconnect that ties all compute and I/O devices together inside a node, such as GPU-to-DPU/NIC, or GPU-to-switch. Even as newer, high-bandwidth GPU-to-GPU fabrics and proprietary accelerator meshes have emerged, systems continue to rely on PCIe for baseline connectivity, system bring-up, and data movement across system components.
Announced in June 2025, PCIe 7.0 doubles link bandwidth to 128 GT/s, delivering up to 512 GB/s of bi-directional throughput per x16 connection. While this increased bandwidth helps alleviate I/O bottlenecks for AI computing, fully utilizing PCIe 7.0 for inference workloads also requires minimizing latency across the fabric.
Multiple inference streams sharing the same PCIe path may cause head-of-the-line blocking due to unnecessary serialization. This results in delays in unrelated traffic, which impacts overall system efficiency.
To maintain low latency and fully utilize PCIe 7.0 bandwidth under parallel workloads, a more flexible ordering model is required.
Baseline PCIe ordering rules: Why serialization exists
First, it’s helpful to understand PCIe’s baseline ordering rules. Most systems using early PCIe generations—from 2.5 GT/s in PCIe 1.0 to 8 GT/s in PCIe 3.0—relied on simple point‑to‑point connections supporting a single application or device context. As a result, the PCIe protocol strictly enforced baseline ordering rules to ensure that the results of memory operations are presented in an order that matches software expectations.
Within a single traffic class, PCIe groups transaction-layer packets (TLPs) into posted, non-posted, and completion categories, each governed by defined ordering constraints. Posted requests are memory writes (MWR) and messages (MSG) that operate without needing a completion, while non‑posted requests include memory reads (MRD) and configuration transactions that must receive a completion. To simplify the discussion, the focus is on the main traffic. Only MRD requests, MWR requests, and read completions (CPL) are described in the ordering rules.

Table 1 Baseline ordering rules highlight the relationship between the current and previous requests. Source: Cadence Design Systems
Table 1 shows the relationship between the current requests in rows A, B, and C and the previous requests in columns 2, 3, and 4. The “Y/N” in the table is the abbreviation of “Yes/No” that implies the row’s request/completion “may pass” the column’s request/completion type.
To understand the A3 deadlock scenario detailed in Figure 1, assume the root complex (RC) issues an MRD request (1) followed by an MWR request (2) toward the endpoint (EP) device. A deadlock can occur when the RC exhausts the completion credits, and its completion buffer becomes full (3). The RC is unable to accept new completions (4) associated with the outstanding non-posted MRD (1).

Figure 1 In A3 deadlock, the RC completion queue (CQ) is full, preventing it from returning completion to release the MRD from blocking the MWR request. Cadence Design Systems
Because strict ordering prevents the newer MWR (2) from bypassing the unresolved MRD (1) until its completion (4) is received, the RC’s transmit request path is also blocked. This prevents the issuance of MWR (2) from propagating to the EP link (5). This head-of-the-line blocking creates circular dependency, which stalls internal request queue draining and completion acceptance. Unless the MWR is allowed to bypass the MRD, a deadlock results.
For the C3 deadlock scenario illustrated in Figure 2, assume both the RC and EP issue many non-posted read requests (1), which aggressively fill both the RX and TX request queues (RQ) (2) and prevent them from accepting any new MRD requests (3). Meanwhile, the completions (4) are returned for pending MRD requests (1) in the opposite direction, but they can’t be forwarded to fulfill the previous pending MRD request (1). This is because they arrived behind the new MRD request (3). If the completion is not allowed to bypass the previous MRD requests in the same direction, it will result in a deadlock.

Figure 2 A C3 deadlock occurs if both the RX and TX request queues are full, and the completion is not allowed to pass the previous MRD request. Source: Cadence Design Systems
For A2 (Row A, column 2), B2, and C2, MWR, MRD, and CPL requests cannot pass MWR requests to maintain correctness. These three scenarios are illustrated in Figure 3, Figure 4, and Figure 5, respectively.

Figure 3 In A2, current MWR requests cannot pass previous MWR requests. Source: Cadence Design Systems

Figure 4 In B2, current MRD requests cannot pass previous MWR requests. Source: Cadence Design Systems

Figure 5 In C2, current completion requests cannot pass previous MWR requests. Source: Cadence Design Systems
However, A3 and C3 illustrate that both MWR requests and completions can pass an earlier MRD request to avoid a deadlock. This is shown in Figure 6 and Figure 7.

Figure 6 In A3, MWR requests are allowed to bypass previous MRD requests to avoid a deadlock. Source: Cadence Design Systems

Figure 7 In C3, completions are allowed to bypass previous MRD requests to avoid a deadlock. Source: Cadence Design Systems
For B3, the current MRD request might be bypassed or blocked by the previous MRD request. For A4 and B4, the current MWR or MRD request is permitted to pass the previous completion or be blocked by the completion.
Figure 8 describes both the C4a and C4b scenarios. The yellow and green completions belong to the pending yellow (RD1) and green (RD0) MRD requests, respectively. If current completions belong to different MRD requests, they can pass each other as CPL10 passes CPL01 (C4a scenario). However, if they belong to the same MRD request as in the C4b scenario, they must follow the order and cannot pass previous completions (CPL00 followed by CPL01, and CPL10 followed by CPL11).

Figure 8 In C4, completions of the same MRD request can pass completions of the previous MRD, and completions of the same MRD request must follow in order. Source: Cadence Design Systems
Strict ordering: A safe but conservative baseline
PCIe’s default strict ordering rules ensure safe producer-consumer software behavior. Under strict ordering, the system observes transactions issued by a requester in program order. Posted writes must be completed before subsequent read completions of subsequent pending MRD requests.
However, this global ordering discipline is conservative. It causes unrelated transactions to wait for one another, even when there is no true data dependency. For instance, this can occur when different functions access data from different memory segments in the host or local memory. As PCIe link speeds increase, this approach becomes a scalability bottleneck because it causes head-of-the-line blocking of unrelated serialized traffic and underutilizes the available bandwidth.
Why relaxed ordering is needed
Relaxed ordering loosens these global constraints. When a transaction is marked as relaxed, it tells the PCIe fabric that this MRD or MWR request does not need to participate in the default system‑wide ordering guarantees. Relaxed ordering improves throughput and reduces latency by enabling certain transactions to be reordered. The key point is that relaxed ordering removes unnecessary ordering barriers between independent operations.
However, it still preserves most of the transactional correctness, such as ensuring the completion order of the same MRD requests. This is especially valuable for workloads such as prefetching, polling reads, or accelerator traffic, where software already explicitly manages synchronization. Relaxed ordering addresses the performance loss caused by overly strict global rules. However, it treats ordering as a binary choice, either fully ordered or globally relaxed.
Why ID‑based ordering is also necessary
Relaxed ordering alone is too coarse‑grained for modern devices. High‑performance endpoints, such as GPUs, NICs, and NVMe controllers, generate traffic from many independent sources, including queues, processes, virtual machines, or process address space IDs (PASIDs).
These sources often require ordering within themselves, but not between each other. With ID‑based ordering, PCIe maintains ordering among transactions that share the same requester ID or PASID, while permitting reordering across different IDs. In effect, it scopes ordering guarantees to a logical context rather than imposing them system‑wide.
This allows transactions of the same function or context to maintain the correct program semantics, while the fabric freely parallelizes traffic across independent functions or contexts. Without ID-based ordering, systems would be forced to choose between full serialization for safety or full relaxation with no per‑context guarantees.
Attribute-based ordering: Relaxed and ID-based ordering
Because the PCIe fabric already enforces ordering semantics for both relaxed ordering and ID‑based ordering, system software and device logic influence these behaviors by setting attributes in the TLP headers rather than redefining the rules themselves. Relaxed ordering and ID‑based ordering address different dimensions of the same problem, which is why both are required to meaningfully relax PCIe’s strict ordering rules.
Relaxed ordering removes unnecessary global ordering constraints between different classes of traffic, enabling better scheduling and reducing head-of-the-line blocking. In contrast, ID‑based ordering refines ordering to the level of a requester or context, preserving correctness where the associated software expects it while eliminating artificial dependencies elsewhere.
Together, they allow PCIe to scale with modern parallel workloads. While strict ordering provides a safe default, relaxed ordering removes global bottlenecks, and ID‑based ordering preserves local semantics without sacrificing concurrency. This combination allows PCIe to support today’s accelerators, virtualized I/Os, and high‑throughput devices without breaking the programming models that software relies on.

Table 2 Here is a highlight of the ordering rules for relaxed ordering and ID-based ordering. Source: Cadence Design Systems
Table 2 specifies the ordering rules for relaxed ordering and ID-based ordering. The “Y/N” in the table is the abbreviation for “yes/no”, indicating whether the row’s request/completion “may pass” the column’s request/completion type.
The key differences between the relaxed ordering and ID-based ordering rules detailed in Table 2 and the baseline rules shown earlier in Table 1 are A2, B2, and C2 vs. D2, E2, and F2, respectively. For baseline rules, current MWR, MRD, or completions are not allowed to pass previous MWR requests. However, relaxed ordering and ID-based ordering allow them to pass previous MWR requests if their request IDs—bus, device, function, and PASID—are different.
Vanessa Do is a senior product marketing manager for PCIe IP at Cadence with over 20 years of experience in PCIe design, system validation, and customer engagement. Her background spans PCIe protocol development, FPGA-based customer support, and leading cross‑functional teams to debug complex PCIe issues at the system level.
Editor’s Note
This is Part 1 of the article series about PCIe 7.0 fundamentals. Part 2 will explain why PCIe 7.0 bandwidth alone isn’t enough while highlighting the importance of addressing legacy ordering limitations with UIO.
The post PCIe 7.0 fundamentals: Baseline ordering rules appeared first on EDN.
The system architect’s sketchbook: The tree knows


Deepak Shankar, founder of Mirabilis Design and developer of VisualSim Architect platform for chip and system designs, has created this cartoon for electronics design engineers.
The post The system architect’s sketchbook: The tree knows appeared first on EDN.
Precision lasers boost safety and efficiency in smart factories

The drive toward greater accuracy, efficiency, and automation in manufacturing environments and smart factories is accelerating at an unprecedented pace. This includes the deployment of advanced robotic systems, including autonomous mobile robots (AMRs) and collaborative robots working alongside humans, known as cobots.
The future of manufacturing depends on safe and seamless human-robot collaboration, requiring robots to dynamically adapt to the presence and movements of human workers. Maximizing the potential of these collaborative environments demands a critical capability: fast, accurate, and reliable 3D spatial sensing.
Traditional sensing methods often fall short in dynamic industrial settings that require reliable performance and high resolution. So, precision laser technologies, particularly time-of-flight (ToF) and frequency modulated continuous wave (FMCW) lidar, are emerging as key technologies, providing the detailed environmental sensing technology necessary for robots to navigate safely around personnel and to optimize workflows without compromising human safety.
Advanced lidar systems enable highly precise obstacle detection, distance measurement and real-time mapping, facilitating safer interaction between humans and robots. Design engineers are integrating the technology into automated factory systems to address the challenges of modern manufacturing while boosting accuracy, operational safety, and overall production efficiency.
How ToF lidar uses light to measure distance in smart factories
ToF lidar delivers highly accurate distance measurements by timing the round-trip travel of laser pulses, creating precise 3D point clouds of all objects in the surrounding environment—giving AMRs and cobots a detailed, real-time picture of their workspace. A ToF lidar system emits a pulse of invisible laser light onto an object and receives the reflected pulse back.
The system then calculates the distance between the transmitter/receiver and the object based on how long that round trip takes. Figure 1 shows a high-level diagram of a single-point optical ToF lidar system.

Figure 1 Distance measurement is shown between the object and the ToF lidar. Source: Texas Instruments
Cameras and ultrasonic sensors fall short in dynamic applications
Camera-based systems and ultrasonic sensing cannot match the speed and precision that ToF lidar delivers for distance measurement. While cameras excel at extracting texture and color information from their environment, they struggle with depth perception, especially in challenging lighting conditions.
Cameras often require illumination of the entire area of interest to function accurately, while ToF lidar systems, such as the module on top of the robot in Figure 2, supply their own illumination in the form of laser pulses. Most ToF lidar systems use laser light with a 905-nm wavelength invisible to humans and can sense objects over 100 m away while remaining eye-safe. Some scanning ToF lidar systems can provide 360-degree distance measurements, making them particularly useful in AMR applications where spatial awareness in all directions matters.

Figure 2 AMR is equipped with a ToF lidar module on top to supply illumination in the form of laser pulses. Source: Texas Instruments
Obtaining accurate 3D distance information from cameras requires complex and computationally expensive image processing algorithms that can introduce latency and potential inaccuracies. Camera-based systems also require good lighting conditions to operate properly.
Due to light dispersion, most camera-based systems deliver accurate distance measurements only for objects a few meters away and lose accuracy at greater distances unless design engineers use large, costly lenses.
Ultrasonic sensors offer a low-cost solution for proximity detection, but suffer from limited range, poor accuracy, and susceptibility to interference from noise and surface characteristics. Accuracy for distance measurement typically falls within a range of several centimeters, and environmental factors such as temperature, humidity, and the object surface texture heavily influence results. Additionally, a wide field of view makes it difficult to pinpoint the exact location of an obstacle, increasing the risk of false positives.
FMCW lidar adds velocity measurement for safer human-robot collaboration
FMCW lidar is quickly emerging as a superior sensing solution for smart factories, particularly in collaborative robotic applications.
Unlike ToF, which measures distance based on the time it takes a laser pulse to return, FMCW lidar transmits a continuous wave laser that varies in frequency. By analyzing the frequency difference between the transmitted and received signals, the system applies the Doppler principle to directly measure both distance and velocity with extremely high precision.
This velocity measurement provides critical advantage in environments where robots work alongside humans and other robots, enabling a proactive response to movement and significantly reducing collision and injury risks. FMCW lidar also achieves longer distance measurement range at the same laser power as ToF-based systems. Figure 3 shows a high-level diagram of an FMCW lidar system.

Figure 3 The high-level diagram shows how an FMCW lidar system works. Source: Texas Instruments
In high-throughput manufacturing environments utilizing conveyor belts, FMCW lidar offers significant advantages over traditional camera-based vision systems for object detection and tracking.
Camera-based systems rely on image processing and pattern recognition, which can be computationally intensive and sensitive to object orientation. Conversely, FMCW lidar directly measures distance and velocity regardless of these factors, enabling quicker and more reliable detection even with fast-moving objects.
FMCW lidar’s ability to create a dense 3D point cloud allows engineers to determine accurate size and shape without complex image analysis, significantly increasing overall manufacturing line throughput and system accuracy.
Driving what’s next in smart factory automation
The increasing demand for automation, efficiency, and safety in modern manufacturing is driving the rapid adoption of advanced sensing technologies such as ToF and FMCW lidar. Both technologies offer substantial advantages over camera-based vision systems and ultrasonic sensors in dynamic environments where human-robot collaboration takes priority.
ToF lidar provides accurate 3D spatial data for reliable obstacle detection and precise distance measurements. FMCW lidar further elevates performance through the direct measurement of both distance and velocity, crucial for proactive collision avoidance and enhanced safety.
Companies such as Texas Instruments provide essential semiconductor building blocks such as transimpedance amplifiers, laser drivers, analog-to-digital converters (ADCs), digital-to-analog converters (DACs), and a comprehensive range of power products that are vital for designing and building high-performance ToF and FMCW lidar systems.
Ongoing innovation in laser technology and signal processing promises continued advancements in lidar capabilities, positioning it as a cornerstone technology in the evolution of smart factories and industrial automation.
Anthony Vaughan is marketing manager for high-speed amplifiers at Texas Instruments.
Special Section: Smart Factory
- Rethinking machine vision in industrial automation
- Smart factory: The rise of PoE in industrial environments
The post Precision lasers boost safety and efficiency in smart factories appeared first on EDN.
Custom DIY DMM SMD fixture for low Z measurements

Leveraging a prior fixture design with different lab equipment once again enables highly reliable results.
High resolution bench digital multimeters (DMMs) are commonplace now in most work labs, even trickling down to home labs and one-person shops! These DMMs are great for all sorts of measurements, including those of low Z components when utilizing the popular 4-wire Kelvin-type probes and clips.
Wow the engineering world with your unique design: Design Ideas Submission Guide
However, attempting to measure low Z SMD components can be challenging even with the best probes and clips, thereby explaining why I developed a specialized custom fixture for bench-type LCR meters. This fixture has subsequently proven quite valuable when measuring various SMD inductors, capacitors and resistors. The thought of using a similar concept for high-resolution DMMs with four banana type inputs therefore naturally occurred to me. Specifically, since I’d already created custom PCBs with lever arm-toggling capabilities for holding SMDs in place, why not utilize the same PCB and lever arm concepts for DMM use?
DMMs require banana plugs as inputs; high-resolution DMM models have four total. As with the custom LCR meter fixture, my not wanting to have any potentially tangling cables would instead require a somewhat direct four-wire connection to the DMM utilizing banana plugs. Various bare banana plug options are available, such as the ones used in the Tektronix 577 adapter, along with commonplace ones found in audio applications. Since the audio types were handy, they’re what I used.
Mechanical support for the four banana plugs and the custom PCB was provided by a custom developed 3D-printed enclosure (Figures 1-3). The connections between the PCB and banana plugs were originally made by spade lugs (shown), but this approach proved difficult when tightening down the banana plugs. Instead, I later utilized direct-soldered wire connections.

Figure 1 Adapting a tried-and-true PCB design to a different kind of test and measurement equipment proved straightforward.

Figure 2 The design approach leverages commonplace audio banana plug.

Figure 3 The resultant fixture is compact and rugged.
Operation with low Z SMD components such as 2512 precision metal film resistors is possible with very good repeatability and stability, even on older DMMs such as the HP/AG34401A (Figures 4-6)!

Figure 4 The fixture delivers highly accurate, stable and repeatable measurement results.

Figure 5 This time, the fixture is being used in a full enclosed fashion.

Figure 6 The fixture works well even with legacy DMMs.
This custom fixture has been quite useful in my small home office/lab and didn’t cost me a week’s salary….actually, my week’s salary now won’t even buy me a coffee, since I’m now semi-retired, but you get the point! Hopefully, others will also find this fixture useful with their high-resolution bench DMMs.
Michael A Wyatt is a life member with the IEEE and has continued to enjoy electronics ever since his childhood. Mike has a long career spanning Honeywell, Northrop Grumman, Insyte/ITT/Ex-elis/Harris, ViaSat and retiring (semi) with Wyatt Labs. During his career he accumulated 32 US Patents and in the past published a few EDN articles including Best Idea of the Year in 1989.
Related Content
- Custom DIY LCR SMD fixture for low-Z components
- DIY custom Tektronix 576 & 577 curve tracer adapters
- DMM Plug-In Test Resistor with temperature sensing
The post Custom DIY DMM SMD fixture for low Z measurements appeared first on EDN.
Power Tips #152: Design considerations and topology comparisons for 48V intermediate bus converters

Increasing power demands in data centers demand high-efficiency, high-density power-conversion solutions.
Figure 1 shows a block diagram of power distribution inside an IT tray. A 48V bus bar goes down the back of the rack to distribute power to the IT trays. Inside each tray is hot-swap or e-fuse circuitry to limit inrush current during tray plug-in and to protect the upstream rack during tray failures. Intermediate bus converters (IBCs) convert 48V to the second-stage voltage, usually 12V or 6V. Final-stage multiphase buck voltage regulators complete power delivery by converting the second-stage voltage to the loads, with the majority of power going to sub-1V, high-current processors. In this edition of Power Tips, I will focus on the 48V IBC, covering design considerations, comparing topologies, and discussing system trade-offs of various approaches.

Figure 1 48V IT tray power distribution. Source: Texas Instruments
The IBC power distribution network offers a wide range of power-conversion approaches inside an IT tray (Reference 1). As the system architect, you have three main design choices:
- A modular or discrete solution (also known as chip-down design).
- Regulated, unregulated (also known as fixed ratio) or semiregulated IBC operation.
- The second-stage bus voltage to maximize system performance.
When selecting a modular or chip-down design power converter, your main trade-off will be power density vs. board design flexibility. Power modules, as shown in Figure 2a, are highly optimized solutions built on high-layer-count printed circuit boards (PCBs) (usually more than 16), offering prequalification and the highest power density. The drawbacks of power modules are a lack of flexibility, with fixed footprints and set features, as well as a higher cost per watt.
Chip-down designs, as shown in Figure 2b, are highly flexible solutions that offer footprint and feature freedom, with a lower cost per watt in high-volume production. Their drawbacks include longer upfront time and greater cost investments to qualify the design.
![]() |
![]() |
Figure 2 48V IBC design examples of modular (a) and chip-down design (b) approaches. Source: Texas Instruments
When considering the output regulation of the IBC, your choice depends on two main factors: the load being powered and the operating range of the IBC’s input bus voltage. When the IBC directly drives 12V loads such as cooling fans, hard drives and Peripheral Component Interconnect Express cards, only a fully regulated output voltage (Reference 1) will ensure component safety. In modern data centers, the tray voltage has a more stable, narrow range, typically 40V to 60V. This narrow input range gives you the option to use higher-efficiency and higher-power-density fixed-ratio or semiregulated IBCs. The regulated second-stage voltage regulators following the IBC stage can absorb fixed-ratio IBC output voltage fluctuations.
Your third design choice is the second-stage voltage delivered by the IBC. Equation 1 determines system efficiency (ηsystem):
ηsystem = ηIBC x ηPDN x ηVR
For a given power load, decreasing the second-stage bus voltage will lower the IBC efficiency (ηIBC), because it must deliver more current at a lower voltage to provide the same output power. Similarly, for the motherboard power distribution network (PDN), which distributes current from the first-stage IBC to the second-stage voltage regulator, the PDN efficiency (ηPDN) will also decrease because of increased I2 x R ohmic losses. The benefit of a lower second-stage bus voltage is apparent when using final-stage, high-frequency, high-current voltage regulators with significantly reduced voltage-related switching losses. This results in higher second-stage efficiency (ηVR) and a potentially smaller size of the second stage.
Unlike a buck converter-dominated second-stage voltage regulator, a first-stage IBC has a wide range of power delivery approaches and thus a wider variety of power-conversion topologies available. In most modern IT applications, isolation for safety purposes is not required, so your power topology options increase further when you can consider transformerless options. Figure 3 shows four popular options for IBC module and chip-down designs.
The full-bridge converter shown in Figure 3a is a simple buck converter-derived transformer-isolated topology. The full-bridge converter’s strengths are ease of regulation and the ability to easily scale the intended output voltage by adjusting the transformer turns ratio for your chosen second-stage bus voltage. One drawback of the full-bridge converter is that transformer design is key to its performance, requiring a high-layer-count PCB that limits the topology to module-based designs. Another drawback of the full-bridge converter is that the primary devices are hard-switched, limiting power density and efficiency.
The transformer-isolated inductor-inductor-capacitor (LLC) converter shown in Figure 3b looks very similar to the full-bridge converter but uses an additional capacitor and two inductors to eliminate switching-related losses in the primary devices, enabling high efficiency and high power density (Reference 2). The LLC converter has the same transformer-related strength (an easily scalable output voltage) and weakness (it’s limited to module-based designs) as the full-bridge converter. The LLC converter operates with the highest efficiency at the resonant frequency set by the additional passive components (CR and LR), with efficiency decreasing as you move away from the resonant frequency to regulate the output voltage. For this reason, the LLC converter’s most common application in IBCs is fixed-ratio designs, always operating at the resonant frequency, ensuring the highest efficiency.
Two other popular topologies, the hybrid switched-capacitor (HSC) converter (Reference 3) shown in Figure 3c and the basic buck converter shown in Figure 3d, both offer benefits for chip-down designs because of their lack of AC-dependent power transformers. The HSC converter has a natural step-down ratio of 4-to-1, making it a strong candidate for high-efficiency 48V to 12V IBCs. The addition of flying capacitors limits the power density and hinders this converter’s operation in boost mode, making it a good fit for semiregulation, as regulating only occurs in step-down buck converter mode.
Because the HSC converter has a natural step-down ratio of 4-to-1, scaling the output voltage down further to an 8-to-1 6VOUT design (for example) is more challenging than it would be for the full-bridge and LLC converter options because the HSC converter must rely instead on a longer freewheeling period, requiring a larger output filter inductor, decreasing power density and efficiency.
The buck converter is the most common topology in power electronics, used exclusively in the second-stage voltage regulator, so it is natural to want to apply this simple and well-known approach to the IBC stage as well. The challenge with using a buck converter in the higher-voltage IBC application is that the power devices experience the highest voltage and current stresses when compared to the other topologies, limiting efficiency and power density.
![]() |
![]() |
Figure 3 Popular IBC topologies: full-bridge converter (a); LLC converter (b); HSC converter (c); and buck converter (d). Source: Texas Instruments
Table 1 compares the different topologies and trade-offs.
| Module or chip-down design | Module | Module | Both | Both |
| Regulation type | Regulated | Fixed ratio | Semiregulated | Regulated |
| Efficiency | Medium | High | High | Low |
| Power density | Medium | High | Medium | Low |
| Output-voltage scalability | High | High | Medium | Medium |
| Complexity | Medium | High | High | Low |
Table 1 Comparing IBC topology characteristics.
With the maturation of gallium nitride (GaN) power devices (Reference 4), which have much lower switching-related charges compared to traditional silicon metal-oxide semiconductor field-effect transistors (MOSFETs), simpler topologies like the buck converter topology become more attractive and viable options for higher-voltage applications like IBCs. See Table 2.
| VDS (V) | 100 | 100 | |
| RDS(on) (mΩ) | 1.1 | 1.7 | 35% lower |
| QG (nC) | 27 | 106 | 75% lower |
| QOSS (nC) | 98 | 205 | 52% lower |
| QGD (nC) | 2.5 | 26 | 90% lower |
| FOM1 = QG x RDS(on) | 29.7 | 180.2 | 83% lower |
| FOM2 = QOSS x RDS(on) | 107.8 | 348.5 | 69% lower |
| FOM3 = QGD x RDS(on) | 2.75 | 44.2 | 93% lower |
| Package (mm x mm = mm2) |
4 x 6.5 = 26 FET with gate driver |
5 x 6 = 30 Discrete FET |
13% smaller |
Table 2 Comparison of 100V GaN and silicon-based IBC semiconductor options.
The IBC power distribution network offers the widest range of power-conversion approaches of the systems inside an IT tray for good reason. As power requirements and architectures rapidly evolve, the best way to optimize performance for 48V IBCs changes. And as additional variables such as highly improved GaN semiconductors get thrown into the equation, it becomes even more important to understand design considerations, topology comparisons and trade-offs.
References
- Hsu, C., L. Olariu, S. Zou, et al. “48V Onboard Power Solution Requirements.” Open Compute Project, Version 1.0.0, Nov. 15, 2024.
- McDonald, Brent. “Overview of a planar transformer used in a 1kW high-density LLC power module.” Texas Instruments technical article, 2025.
- Li, C., and J.A. Cobos. “A Switched Capacitor and Autotransformer Hybrid Converter With DC Current in the Windings,” in IEEE Transactions on Power Electronics 37 (2), February 2022, pp. 1870-1884.
- Gallium nitride (GaN) power stages, Texas Instruments.

David Reusch is a systems engineer on the data center team at Texas Instruments, specializing in power electronics. David has more than 20 years of experience in power electronics, ranging from cutting-edge gallium nitride (GaN) technology to high-reliability space-grade DC-DC converters. He received his B.S., M.S. and Ph.D. in electrical engineering from Virginia Tech.
Related Content
- Power Tips #151: Improving efficiency in 48V-input multiphase buck converters with GaN
- Power Tips # 141: Tips and tricks for achieving wide operating ranges with LLC resonant converters
- Power Tips #134: Don’t switch the hard way; achieve ZVS with a PWM full bridge
- Power Tips #127: Using advanced control methods to increase the power density of GaN-based PFC
The post Power Tips #152: Design considerations and topology comparisons for 48V intermediate bus converters appeared first on EDN.
Engineering the perfect flow with peristaltic pumps

In modern engineering, precision fluid control is vital across industries ranging from electronics manufacturing to medical device design. Peristaltic pumps, with their distinctive squeeze-and-release mechanism, deliver exceptional reliability, cleanliness, and accuracy in fluid transfer. By preventing direct contact between the pump and the fluid, they ensure contamination-free operation while reducing maintenance demands.
This post explores the fundamentals of peristaltic pumping and how electric-drive systems help engineers achieve the perfect flow in today’s most demanding applications.
Peristaltic pump vs. electric peristaltic pump
A peristaltic pump refers to the general pumping principle: fluid is moved through flexible tubing by a rotating squeeze-and-release motion. This design ensures accurate flow and prevents contamination since the fluid never touches the pump components.
An electric peristaltic pump, however, is a specific implementation powered by an electric motor. The motor provides consistent speed, programmable control, and higher precision, making it ideal for industrial automation, laboratory dosing, and electronics manufacturing processes. While the term “peristaltic pump” covers the entire category, “electric peristaltic pump” highlights the modern, motor-driven versions that engineers rely on for efficiency and repeatability.

Figure 1 A sample of today’s compact electric peristaltic pump—this battery-operable low-voltage DC motor version demonstrates modern design efficiency. Source: Author
Peristaltic pumps vs. dosing pumps
A dosing pump is a broader category of pumps designed to deliver exact volumes of fluid at controlled intervals. Peristaltic pumps can serve as dosing pumps when paired with electric drives and programmable controls, but other pump types—such as diaphragm or piston pumps—are also used for dosing applications.
In short, all electric peristaltic pumps can function as dosing pumps, but not all dosing pumps are peristaltic. Understanding this distinction helps engineers select the right solution depending on whether the priority is contamination-free transfer, chemical compatibility, or ultra-precise dosing.
As a quick aside, it’s worth noting the distinction between DC-motor-driven and stepper-motor-driven peristaltic pumps. DC motors provide continuous rotation with simple speed control, making them cost-effective and compact for general fluid transfer.
Stepper motors, on the other hand, deliver precise incremental motion, enabling highly accurate dosing and repeatability. The choice between the two depends on application requirements: DC motors excel in straightforward pumping tasks, while stepper motors are favored in laboratory and industrial settings where precision is paramount.

Figure 2 A stepper-motor peristaltic pump delivers responsive start-stop and reverse operation, offers a wide speed range, and ensures reliability, thus meeting the accurate and dependable flow control demanded by precision instruments. Source: Author
The inner workings of peristaltic pumps
At the heart of a peristaltic pump is a simple but ingenious principle: fluid is transported by compressing flexible tubing in a controlled sequence. As rollers mounted on a rotating rotor travel along the tubing, they push the fluid forward in discrete segments, creating a smooth, continuous flow. Because the fluid remains fully enclosed within the tubing, there is no risk of contamination or contact with mechanical components, making this design particularly valuable in sensitive applications such as pharmaceuticals.
The internal structure of a peristaltic pump reflects this principle with elegant simplicity. A rotor fitted with rollers or shoes provides the pressure needed to move the fluid, while the tubing’s elasticity ensures it returns to its original shape after each cycle. The pump housing supports and guides the mechanism, ensuring consistent operation.
This combination of mechanical precision and material resilience allows peristaltic pumps to deliver accurate dosing, reliable performance, and easy maintenance—qualities that make them indispensable in modern engineering systems.

Figure 3 Drawing simply depicts the mechanisms of single-roller and multi-roller peristaltic pumps. Source: Author
As a closely related note, industrial peristaltic pumps differ from those used in general and medical applications. Industrial designs often employ shoe mechanisms to achieve higher pressures and rugged performance, making them suitable for chemical transfer, mining, and other heavy-duty environments where durability is paramount.
By contrast, general-purpose and medical pumps typically rely on roller mechanisms, which minimize friction, reduce energy consumption, and extend tubing life—qualities essential for precision dosing, sterility, and reliable operation in laboratory and healthcare settings.
And when powered by an electric motor, the same mechanism gains programmable control, variable speed adjustment, and enhanced precision. Electric peristaltic pumps transform the fundamental design into a highly versatile dosing system, capable of delivering exact volumes with repeatability. This evolution from a simple mechanical concept to an automated solution makes them indispensable in neoteric engineering environments where accuracy, efficiency, and reliability are non-negotiable.
Pulsed flow: Quick pointers for makers and engineers
Now to a few compact cues and practical insights to keep your designs flowing with precision. First off take note that motor choice sets the tone for performance: DC drives are cost-effective for simple transfer tasks like irrigation or fluid circulation, while stepper motors deliver the precision required for accurate dosing.
Roller mechanisms are especially suitable for medical and laboratory applications, since they minimize friction, extend tubing life, and provide gentle, contamination-free fluid handling. They also make an excellent choice for hobbyist projects, offering simplicity, reliability, and low maintenance for makers experimenting with fluid transfer.
By contrast, shoe mechanisms are designed for rugged industrial environments where higher pressures are needed, though they accelerate tubing wear. Tubing selection is equally critical; silicone ensures biocompatibility, PVC covers general transfer needs, and specialized elastomers withstand aggressive chemicals.
Now recall that roller pumps themselves come in single-roller and multi-roller designs. Single-roller pumps are mechanically simpler, lower-cost, and easier to maintain, making them suitable for basic transfer or hobbyist projects where flow smoothness is less critical.
Multi-roller pumps, by contrast, provide smoother, more continuous flow with reduced pulsation, which is essential in medical and laboratory applications where dosing accuracy and patient safety matter. While multi-roller designs increase complexity and cost, they extend tubing life and deliver higher precision, making them the preferred choice in food and beverage industries as well.
Also, electric drives add programmable control and variable speed, enabling integration with MCUs or PLCs for automation, while compact low-voltage battery-operated designs balance efficiency with portability in point-of-care devices. Notably, to mitigate the risk of power outages, contemporary electric peristaltic pumps for medical applications are frequently equipped with hand cranks for manual fluid delivery.
In today’s market, DC drive versions are available with more than just a regular DC motor—many include extra leads for speed control inputs (often via pulse width modulation), tachometer outputs, and other control/feedback signals. These additions give designers greater flexibility in monitoring, closed-loop control, and seamless integration with modern embedded systems, making even basic DC drives far more versatile than before.

Figure 4 Datasheet snippet highlighting a brushless peristaltic pump that delivers multiple features, including speed and direction control. Source: Binaca Pumps
Maker tip: PPM-controlled “digital” peristaltic pumps simplify automation by emulating the behavior of standard RC servo motors. Because the motor driver is integrated directly into the pump, you can skip the complex external circuitry usually needed to manage speed or direction. This lets you control the pump directly from a microcontroller’s digital pin using standard libraries—saving you both space and setup time (here is a practical example).
Frankly, when it comes to real-world control challenges, few are as nuanced as those involving peristaltic pumps. The core difficulty stems from two inherent characteristics of their operation. First, these pumps often run at very low speeds, sometimes down to a complete standstill depending on the application. Second, the motor experiences highly variable loads as the rollers engage and disengage with the flexible tube.
For most of the rotation cycle, the rollers move smoothly along the tube with minimal changes in torque or fluid pressure. However, at the points of disengagement and re-engagement, the system encounters sharp pulses in both torque and pressure.
That is, the combination of low-speed operation (which challenges velocity controllers) and cyclic load fluctuations (which creates non-linear disturbances) is exactly what makes these pumps “fussy” to control. Addressing these dynamics requires specialized motion control strategies—but that is a topic for another discussion.
Closing note: Peristalsis in engineering form
I have more to share but let me close with the fundamentals at this time.
Peristaltic pumps are a class of positive displacement pumps inspired directly by biology. Just as peristalsis in the digestive tract moves food through rhythmic muscle contractions, these pumps transport fluids by progressively deforming flexible tubing with rollers or shoes. The motion sweeps fluid forward, but because the swept length is always less than the tubing circumference, each rotation introduces a brief pause, resulting in the characteristic pulsed flow.
Designs vary between fixed and variable occlusion systems: fixed occlusion maintains a constant compression force, while variable occlusion allows adjustment via springs to fine-tune performance. Accuracy is further influenced by the slip factor, a correction term that accounts for incomplete tubing recovery and backflow, which can cause measured dispense rates to differ from theoretical values.
In peristaltic pump engineering, slip refers specifically to tubing recovery and backflow losses, which differs from the slip factor used in turbomachinery but serves the same purpose of correcting theoretical versus actual flow.
In essence, peristaltic pumps mirror a biological process with engineering precision—balancing simplicity, safety, and adaptability across a broad range of applications. In healthcare, they provide sterile infusion for IV therapy, dialysis, and precise drug delivery. In laboratories, they handle chemical dosing, reagent transfer, and bioprocessing where purity is paramount. Industrially, they manage viscous fluids, corrosive chemicals, and food-grade materials without risk of cross-contamination.
In the food and beverage sector, they support hygienic transfer of juices, dairy, and brewing ingredients. For hobbyists, they simplify aquarium maintenance, hydroponics, and small-scale brewing. In agriculture, they excel at nutrient dosing in irrigation and supplement delivery in animal farming. Their gentle, pulsed flow and hygienic design make them a versatile solution wherever controlled, reliable fluid handling is required.
As you explore these designs in your own projects, consider how roller choice, hose selection, occlusion type, and modern drive features can shape performance, and share your insights to keep the conversation on precision fluid handling moving forward.
T. K. Hareendran is a self-taught electronics enthusiast with a strong passion for innovative circuit design and hands-on technology. He develops both experimental and practical electronic projects, documenting and sharing his work to support fellow tinkerers and learners. Beyond the workbench, he dedicates time to technical writing and hardware evaluations to contribute meaningfully to the maker community.
Related Content
- Designing Motor Control: Key Aspects
- Designer’s guide: Motor control and drivers
- Mastering motor control: motor control 101
- Optimizing motor control for energy efficiency
- A primer on industrial motors and motor control
The post Engineering the perfect flow with peristaltic pumps appeared first on EDN.
The system architect’s sketchbook: The buildout frenzy


Deepak Shankar, founder of Mirabilis Design and developer of VisualSim Architect platform for chip and system designs, has created this cartoon for electronics design engineers.
The post The system architect’s sketchbook: The buildout frenzy appeared first on EDN.
Filter impedance control

Obtain tighter stop band impedance variance via the techniques detailed in this tutorial.
Input impedances presented by lowpass and highpass filters in their respective stop bands are usually not controlled and can vary quite widely. Sometimes though, we’d like to have a little better control of them.
For example, tee-configuration low-pass filters and high-pass filters exhibit input impedances and frequency responses which are typified in the following sketches:

Figure 1 A typical tee-configuration low-pass filter delivers non-ideal results.

Figure 2 A typical tee-configuration high-pass filter also delivers non-ideal results.
For tee-configuration filters, the presented input impedance in the passband tends toward the load resistance value, but in the stopband, the presented input impedance rises without limit. That essentially uncontrolled and rising impedance can create stability problems for some kinds of driving devices delivering input signals to such filters.
There is at least a partial remedy for this impedance issue possible, as follows:

Figure 3 A tee-configuration filter pair provides at least a partial remedy.
Using both a low-pass and high-pass filter, with each feeding its respective load, the input impedance becomes controllable both in the passband and the stopband of whichever filter you decide is the intended signal path. Input impedance and frequency responses would take on the following forms:

Figure 4 Controlled impedance filtering can improve stability.
The corner frequency impedance null doesn’t go away, but the input impedance both above and below that corner frequency tends to the load resistance values, chosen here as fifty ohms, which may help make a driving amplifier more stable.
John Dunn is an electronics consultant and a graduate of The Polytechnic Institute of Brooklyn (BSEE) and of New York University (MSEE).
Related Content
- Toward better behaved Sallen-Key low pass filters
- Simple state variable active filter
- A digital filter system (DFS), Part 1
- A digital filter system (DFS), Part 2
The post Filter impedance control appeared first on EDN.
Smart factory: The rise of PoE in industrial environments

As industrial environments rapidly evolve with the integration of operational technology (OT) and information technology (IT), the demand for seamless connectivity and reliable power delivery has never been higher. The proliferation of smart devices, such as sensors, controllers, cameras and robotic arms, has made data indispensable to modern factories and process industries.
To meet the increased demand, more industrial IoT (IIoT) device manufacturers are turning to Power over Ethernet (PoE) as a preferred solution, leveraging its unique ability to deliver both power and data over a single cable. This convergence is enabling smarter, more flexible and efficient industrial operations, while simplifying deployment and maintenance for end users.

Figure 1 Industrial environments are increasingly integrating operational and information technologies. Source: Microchip
What’s Power over Ethernet (PoE)?
Power over Ethernet (PoE) is a technology that allows electrical power and data to be transmitted simultaneously over standard Ethernet cabling. It was first introduced by PowerDsine in 1998; the company was later acquired by Microchip Technology. The Institute of Electrical and Electronic Engineers (IEEE) introduced the first IEEE 802.3af standard in 2003.
PoE was initially developed to power devices like IP phones and wireless access points without the need for separate power supplies. Since then, PoE standards have evolved to include IEEE 802.3 af/at/bt supporting higher power levels and a broader range of devices, making it a cornerstone technology for modern networking encompassing industrial automation and IIoT deployments.
Why IIoT manufacturers are turning to PoE
For IIoT device manufacturers, PoE offers a host of compelling benefits. PoE simplifies deployment by combining power and data in a single cable, eliminating the need for separate electrical wiring and reducing installation complexity and cost. It enables flexible placement of devices, allowing installation in remote, hard-to-reach, or hazardous locations where traditional power sources may be unavailable or cost-prohibitive.
PoE also supports unified network architecture, streamlining network design and making it easier to scale and adapt to changing operational needs. Reliability and compliance are enhanced, as standards-based PoE delivers safe, low-voltage DC power, supporting regulatory compliance and minimizing electrical hazards.
Additionally, offering PoE-powered devices can provide manufacturers with a competitive advantage in a crowded market by delivering a more convenient, integrated solution to customers.
Overcoming PoE deployment challenges in industrial settings
Despite its advantages, deploying PoE in industrial environments is not without challenges. One of the primary obstacles is the limited availability of PoE-enabled network infrastructure. Many existing industrial networks lack PoE switches, and even when available, these switches may not provide sufficient power on every port to support all connected devices.
The cost and complexity of upgrading network infrastructure can be prohibitive, especially in legacy facilities. Other challenges include limited access to power, as not all areas of a factory or plant have easy access to network cabling or power outlets, making device placement difficult. The high cost of power delivery can also be a concern, as retrofitting facilities to support PoE can be expensive and disruptive.
Compatibility concerns must be addressed to ensure that PoE-powered devices work seamlessly with existing network equipment, avoiding downtime and support issues. Finally, scalability is a challenge, as the number of connected devices grows, so does the demand for reliable, scalable power solutions.
Introducing PoE midspans: Supplementing network power
To address the challenge of limited PoE-enabled infrastructure, many industrial facilities are turning to PoE midspans, also known as injectors, to supplement network power where it does not exist. A PoE injector is a device that sits between an Ethernet port that is not supplying PoE and the powered device, injecting power into the Ethernet cable so that both data and power are delivered to the endpoint.
This approach allows manufacturers and customers to deploy PoE-powered IIoT devices without the need to replace existing switches or overhaul network architecture, making it a cost-effective and scalable solution for expanding PoE coverage in industrial environments.

Figure 2 PoE midspans inject power into the Ethernet cable. Source: Microchip
PoE industrial injectors vs. standard indoor injectors
While standard indoor PoE injectors are suitable for office or commercial settings, industrial environments demand more robust solutions. PoE industrial injectors are specifically designed to withstand the harsh conditions often found in factories, processing plants, and outdoor installations.
These injectors feature ruggedized construction, enabling reliable operation in environments with extreme temperatures, humidity, dust, and vibration. They support an extended temperature range, ensuring consistent performance in both hot and cold conditions.
Enhanced safety and compliance are also critical, as industrial injectors meet stringent safety and regulatory standards, providing low-voltage, standards-compliant DC power that minimizes electrical hazards. Industrial PoE injectors support higher power levels—such as IEEE 802.3bt up to 90 W—to accommodate demanding devices and are designed with robust surge protection, which is essential in industrial environments where electrical surges from machinery or harsh conditions are more common.
Flexible mounting options, such as DIN rail, wall, or rack installations, accommodate diverse deployment scenarios. Reliability and longevity are ensured through components and enclosures designed for continuous operation, providing long-term durability and minimal maintenance. These features are essential for maintaining uptime, safety, and performance in industrial settings, where environmental challenges and operational demands are far greater than in typical office environments.


Figure 3 Here is a visual comparison between standard indoor midspan (above) and industrial midspan (below). Source: Microchip
What to look for in a PoE solution provider
For IIoT device manufacturers and customers deploying PoE-powered devices, selecting the right PoE solution provider is critical. Proven compatibility is essential; the provider’s injectors should be tested and validated for seamless operation with a wide range of industrial devices, reducing the risk of downtime and support issues.
Flexible power options are important, with support for various power levels and device types to meet diverse application needs. Reliability and compliance should be prioritized, ensuring solutions meet industry standards for safety and performance, supporting regulatory requirements and minimizing risk.
Ease of installation is also key, with plug-and-play solutions that leverage existing Ethernet cabling to simplify deployment and reduce installation time. Rugged design is necessary for industrial-grade injectors, offering robust construction and extended temperature ranges for reliable operation in challenging environments.
Finally, strong technical support and post-sale service from the provider can help resolve compatibility issues and ensure long-term satisfaction. By prioritizing these features, manufacturers and customers can ensure successful, scalable, and reliable PoE deployments in industrial environments, unlocking the full potential of smart IIoT devices.
Alan Jay Zwiren is senior marketing manager of Microchip Technology’s Networking and Connectivity Business Unit.
Special Section: Smart Factory
The post Smart factory: The rise of PoE in industrial environments appeared first on EDN.
AFE ICs accelerate industrial image scanning

Cirrus Logic has launched the CS82L4x series of analog front-end (AFE) chips for CIS and CCD sensors in scanners and industrial imaging platforms. Based on a redesigned SAR ADC architecture, the devices are said to offer faster scan times and enhanced efficiency, while an integrated RGB LED driver reduces design complexity.

The CS82L41, CS82L44, and CS82L46 provide one, four, and six channels, respectively, with a conversion rate of 24 Msamples/s per channel. With 16-bit resolution, the AFE ICs convert LED reflections from scanned objects into accurate digital representations. Per-channel signal conditioning includes reset level clamping, correlated double sampling, and programmable polarity, gain, and offset adjustment.
Operating from a 3.3-V supply, the CS82L4x series provides a scalable platform for multi-lens and multichannel scanning architectures across a range of imaging systems. The CS82L41 features an SPI control interface with CMOS output. The CS82L44 and CS82L46 offer SPI or I²C control interfaces, CMOS or LVDS outputs, and integrated sensor timing generation. All devices operate over a temperature range of −40°C to +85°C and come in QFN packages.
Samples are available now from Cirrus.
The post AFE ICs accelerate industrial image scanning appeared first on EDN.
Compact inductors meet tight layout demands

Power inductors in Vishay’s IHLP1212-EZ-1Z series come in low-profile 1212-size packages suited for space-constrained commercial applications. With a 3×3-mm footprint and profile options of 1.2 mm, 1.5 mm, and 2.0 mm, their electrical performance is comparable to larger devices.

The series includes 24 devices with typical DC resistance from 8.6 mΩ to 50.4 mΩ and inductance values from 0.22 µH to 3.3 µH. Rated saturation current reaches 14.3 A, while heating current extends to 11.1 A. Operating over a temperature range of −55°C to +125°C, the inductors are designed to handle high transient spikes without saturation.

IHLP1212-EZ-1Z inductors feature a powdered iron body that completely encapsulates the windings, eliminating air gaps and providing magnetic shielding to reduce crosstalk with nearby components. Their composite construction also offers strong resistance to thermal shock, moisture, and mechanical stress.
Designed for low-profile DC/DC converters, the inductors enable energy storage, noise suppression, and filtering across industrial, consumer, telecom, and medical applications. Samples and production quantities are available with lead times of 10 weeks.
The post Compact inductors meet tight layout demands appeared first on EDN.
Signal generators enable Pulsar signal testing

A software option for Rohde & Schwarz vector signal generators supports Pulsar signal simulation testing in production settings. Pulsar is Xona Space Systems’ planned LEO satellite constellation for high-precision positioning, navigation, and timing (PNT) services. R&S SMBV100B and SMW200A generators equipped with the software allow engineers and manufacturers to test receiver compatibility as the constellation enters scaled deployment.

“Pulsar is designed to upgrade the global navigation infrastructure while remaining compatible with GNSS devices already in use today,” said Bryan Chan, co-founder and VP of strategy at Xona Space Systems. “Test and measurement solutions play an important role in enabling device manufacturers to evaluate compatibility as new signals become available. Rohde & Schwarz brings deep expertise in precision signal generation that helps make this possible.”
The SMBV100B and SMW200A vector signal generators will soon join Pulsar’s verified ecosystem program, which recognizes devices and test systems validated for compatibility with Pulsar signals.
The post Signal generators enable Pulsar signal testing appeared first on EDN.
Core Series 3 scales AI to entry PCs, edge

Intel has introduced its Core Series 3 mobile processors targeting budget laptops and essential edge devices. Built on the same 18A process node as the Core Ultra Series 3 platform, they are described as the first “hybrid AI-ready” Core series processors, supporting AI workloads up to 40 TOPS at the platform level.

The processor lineup includes seven variants, one without an NPU. Compared with five-year-old PCs, Core Series 3 delivers up to 47% higher single-thread performance and 2.8× higher GPU-based AI performance, based on Intel’s internal benchmarks. Beyond laptops, it brings these gains to edge deployments such as robotics, smart buildings, POS terminals, and smart metering.

According to Intel, Core Series 3 is designed for all-day battery life, with up to 64% lower processor power consumption. The devices support high-speed connectivity, including up to two Thunderbolt 4 ports, Wi-Fi 7 (R2), and Bluetooth 6. They also support up to 48 GB of LPDDR5X memory at 7467 MT/s or up to 64 GB of DDR5 memory at 6400 MT/s.
Core Series 3-based consumer and commercial systems will be available from OEM partners starting April 2026, with edge systems following in Q2 2026. An in-depth overview of Core Series 3 is available here.
The post Core Series 3 scales AI to entry PCs, edge appeared first on EDN.
Anker brings on-device AI to earbuds

Anker Innovations has developed an AI audio chip for earbuds, called Thus, that uses NOR flash memory for compute-in-memory (CIM) processing. This approach supports several million model parameters across multiple workloads and delivers up to 150× more AI computing power for environmental noise cancellation compared with Anker’s previous flagship earphones.

NOR flash-based CIM reduces the required silicon footprint to about one-sixth that of SRAM-based alternatives, making it better suited for highly constrained consumer devices. Anker will integrate Thus into its upcoming Soundcore true wireless earbuds. The company also plans to bring neural-network AI to additional consumer devices, including mobile accessories and IoT devices.
The AI processor’s first disclosed feature, Clear Calls, improves voice clarity on calls by isolating the speaker’s voice from background noise. Unlike conventional environmental noise cancellation, which can struggle in loud environments, it uses an on-device neural network supported by eight MEMS microphones and two bone conduction sensors to separate speech from ambient sound. The result is clearer calls in challenging environments such as airports, bars, and busy streets.
Full product details will be announced at Anker Day on May 21, 2026, in New York.
The post Anker brings on-device AI to earbuds appeared first on EDN.
Linearly variable two-wire loop current generator

Circuits such as the design described here implement useful tools for a diversity of calibration and testing applications.
A two-wire loop current generator is a useful tool for the testing, calibration and commissioning of current-to-pressure (I/P) converters connected with control valves, actuators, etc. in process industries. Such product can also help calibrate the analog input modules of distributed control systems (DCSs) and programmable logic controllers (PLCs) by simulating process signals.
Wow the engineering world with your unique design: Design Ideas Submission Guide
In these and other applications, it is advantageous to generate a loop current which is linearly variable for precisely setting the desired current. A Design Idea published in EDN’s December 10, 2025 issue, although compact and otherwise excellent, does not support linearly variable current, since the output current relationship is Io=1.24/R1. R1 is adjusted to vary the output current, but since it is in the denominator of the equation, the resultant current variation is not linear.
Figure 1 describes a circuit where the variation of loop current is linear. Here, the loop current is directly proportional to the voltage set by potentiometer RV1. Moreover, this current can service a source or sink load up to 500 ohms without need for recalibration. These two requirements are essential for a loop current generator in process industries.

Figure 1 With this linearly adjustable two-wire current source, RV1 is adjusted to set the current, and either LOAD1 (source) or LOAD2 (sink) can be connected.
How does the circuit work? First connect a 24V DC supply, a DC ammeter and a load resistor—say, 200 ohms—at the source or sink side. In field applications, this portion is built into the I/P converter, DCS or PLC.
Two currents exist at pin 3 of U1A :
- I span=Vset/R5
- Through R4=(Io*R6)/(R4+R6)
The first current minus the second current = 0, as U1A is an operational amplifier.
Io is the loop current. Hence Vset/R5= (Io*R6)/(R4+R6). After rearranging, Io= (Vset/R5) * (1+R4/R6). Substituting the values, R4/R6= 99. Hence, Io= (Vset/R5)*100.
Thus, Io is directly proportional to Vset which is adjustable linearly by RV1. A multiturn potentiometer selected for RV1 will enable smooth and precise adjustment.
Other comments, in closing:
- U3 generates 5V DC.
- Q1 and U1A adjust the loop current Io proportional to Vset.
- R1 and Q2 set the current limit for Io at approximately 30 mA for safety reasons.
- The loop current is settable from 0.5 mA to 23.5 mA, which is sufficient for this application.
- For different current settings, select R3, R2 and R5 as per the equation given earlier for Io.
- And Q1 requires a heat sink.
Jayapal Ramalingam has over three decades of experience in designing electronics systems for power & process industries and is presently a freelance automation consultant.
Related Content
- Two-wire precision current source with wide current range
- A precision, voltage-compliant current source
- Precision current source
The post Linearly variable two-wire loop current generator appeared first on EDN.
The system architect’s sketchbook: The pickleball protocol


Deepak Shankar, founder of Mirabilis Design and developer of VisualSim Architect platform for chip and system designs, has created this cartoon for electronics design engineers.
The post The system architect’s sketchbook: The pickleball protocol appeared first on EDN.
The ASIC design remake in the AI era

The traditional ASIC design model—focusing on relatively stable standards and well-defined functions—is now under pressure. That’s partly because AI workloads are highly diverse, compute-intensive, and tightly coupled to software behavior and system context. Consequently, ASICs, besides being application-specific, are now increasingly becoming system-specific.
Take the case of a custom chip for LLM inference, where the prefill and decode stages are now running on separate chips. So, there are two ASICs instead of one: the compute-intensive part of the application (prefill) and the memory-bandwidth-limited part of the application (decode). That shows how ASICs are increasingly becoming modular and disaggregated with cross-domain collaboration spanning architecture, packaging, and manufacturing.
Read the full article at EDN’s sister publication, EE Times.
The post The ASIC design remake in the AI era appeared first on EDN.
The system architect’s sketchbook: GenZLens built in a dorm


Deepak Shankar, founder of Mirabilis Design and developer of VisualSim Architect platform for chip and system designs, has created this cartoon for electronics design engineers.
The post The system architect’s sketchbook: GenZLens built in a dorm appeared first on EDN.
BJT is accurate sensor for absolute temperature in Kelvin and Rankine

Simple math implemented in a (very) simple circuit. What’s not to like?
A very cool (also warm!) property of the base-emitter junction of (most) small signal BJTs is the ΔVbe temperature-sensing effect. ΔVbe temperature measurement is aptly described and applied here by famed and forever remembered analog design guru Jim Williams (see page 7):
At room temperature, the Vbe junction diode shifts 59.16mV per decade of current. The temperature dependence of this constant is 0.33%/°C, or 198μV/°C. This ΔVbe versus current relationship holds, regardless of the Vbe diode’s absolute value.
Wow the engineering world with your unique design: Design Ideas Submission Guide
Rearranging Williams’ math, since 198uV=1V/5050, 198μV/°C per current decade works out to (the easier to remember…ha!) ΔVbe/°C = Log10(Current-ratio)/5050. So, if we need any given ΔVbe/°C, the required
Current-ratio = 10^(5050 ΔVbe/°C).
For example, for ΔVbe/°C = 100uV, Current-ratio = 10^(5050 * 100uV) = 10^(0.5050) = 3.20
Of course, this trick also works for Fahrenheit, albeit with a different scale factor. Since 1 °F = 5/9 of 1°C, for Fahrenheit the corresponding Current-ratio = 10^(9090 ΔVbe/°F). Therefore, for the 100uV example, if ΔVbe/°F = 100uV, then Current-ratio = 10^(9090 * 100uV) = 10^(0.9090) = 8.11
Figure 1 shows this simple math implemented in a (very) simple circuit:

Figure 1 An ordinary BJT Q1 makes an accurate absolute temperature sensor in two different units (K and R).
Here’s how it works. Switch U1a applies alternating current ratio drive to sensor Q1 per Williams’ method. The ratio is (approximately) Current-ratio = (1/R1 + 1/R2)/(1/R2) = (R2/R1 + 1) = 3.20 for measurement in units of Celsius (Kelvin) and = 8.11 for Fahrenheit (Rankine). The “approximately” thing comes in because the resistor ratio needed to be fudged (slightly) to compensate for the few 10s of mV of varying difference between V+ and Q1’s Vbe and thus make the current ratios accurately equal to the calculated values.
The resulting 100uVpp per degree AC signal is synchronously rectified by U1b and filtered by C3 to become the 100uV per degree of absolute temperature DC output signal suitable for direct input to a DMM. A ~5kHz clock signal for current switching and rectification is provided by U1c, with a little help from one side of U1a.
Note that, per Williams’ analysis of the ΔVbe effect, accuracy of temperature measurement relies only on the accuracy of the current ratio and therefore on only the precision of R1 and R2. No other reference is required or relevant and any 2N3904 will do.
The V+ supply, for example, can vary from 3 to 6 volts without affecting accuracy. Passive output impedance is roughly 10k. So, loading by a typical 10M DMM input won’t either.
Thanks, Jim!
Stephen Woodward‘s relationship with EDN’s DI column goes back quite a long way. Over 200 submissions have been accepted since his first contribution back in 1974. They have included best Design Idea of the year in 1974 and 2001.
Related Content
- Temperature compensation with a simple resistance temperature detector
- A temperature-compensated, calibration-free anti-log amplifier
- Thermopile sensors: A guide to non-contact temperature measurement
The post BJT is accurate sensor for absolute temperature in Kelvin and Rankine appeared first on EDN.







