Українською
  In English
Feed aggregator
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.
PCBs just arrived and first power-on actually worked - ESP32-S3 based AI-controlled bench instrument
| Ordered these a few weeks ago and honestly expected the usual first-spin disasters. Instead after hand-placing components and a reflow session everything came up clean on first power-on which is a rare event, so I had to share. The board is built around an ESP32-S3 as the main controller, talking over SPI to an AD74416H (4-channel 24-bit ADC/(IV)DAC combo, honestly the heart of the whole thing) and five ADGS2414D octal SPST switches that form a 40-point MUX fabric. A DS4424 handles fine iDAC trimming of the 3 output rails, a HUSB238 negotiates USB-PD, and a PCA9535 expands the I²C-controlled GPIOs. Four e-fuses sit in the power path for output protection. The whole point of the design is to expose all of this as an MCP server and as Python API so AI assistants or scripts can autonomously probe, drive, and debug real hardware, measure voltages and currents, sweep outputs, capture ADC waveforms without a human in the loop for each step. Since handing an AI real control over hardware is a bit nervewracking, there are hard guardrails baked into the firmware and Python API, you can define a board profile for the DUT and it physically can't exceed the defined voltage limits or drive the wrong outputs. There's also an optional RP2040 HAT that adds a 125 MHz logic analyzer and CMSIS-DAP probe. Surprised it worked without any bodge wires, I'm now starting to polish the tools and firmware for it. Full schematics, firmware, and build instructions: https://github.com/lollokara/BugBuster [link] [comments] |
TA7642 EMI sniffer
| Anything radio never gets old to me. Somehow I missed this TA7642 radio on a chip until I came across it via surplus. I thought this might make a neat project for for an EMI sniffer. AM is great at detecting the various noise/trash thrown off by modern digital electronics. I find it a fascinating alternate world that you can explore, given the right tool. There are various plans around the internet for projects with the TA7642, including an application example in the datasheet. So, coming up with a design is really easy. Keep in mind that this is a prototype and there's tons of room for improvement. On the left side of the board is the power/audio section, to the right is the RF. I opted to exclude a tuning capacitor and go with fixed SMD capacitors on a dip switch. I know it's dirty, but for my application it's fine. Now I can switch-tune to various frequencies to get the best response to EMI and keep the overall footprint smaller. It runs on a single AAA battery with about 1.3mA of current draw, which means it will run a very long time, some 500+ hours. What became apparent while I was building it is how tiny you can actually make it. With custom boards and SMD components, this sucker will shrink down a ton. I'll probably revisit this idea sometime in the future. [link] [comments] |
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.
🤖Запрошуємо на відкриту лекцію "АІ: тренди та виклики"
Відкрита лекція від Huawei Україна, за участі МОН, КПІ ім. Ігоря Сікорського та експертів галузі Штучний інтелект у 360°: від архітектури мереж та стратегії цифрової освіти до реальних кейсів протидії діпфейкам.
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.
CSA Catapult issues annual report for 2024–25
AXT closes public offering, raising $550m
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.
Power electronics market to grow at 10% CAGR to over $65bn by 2036
Wolfspeed appoints Tokyo-based regional president for Asia Pacific
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.
У КПІ відбувся традиційний турнір з волейболу імені Михайла Павловського
🏐 Всеукраїнський турнір з волейболу імені Михайла Павловського організували Профком КПІ ім. Ігоря Сікорського спільно з Асоціацією ветеранів волейболу України.
Конференція «Чорнобильська катастрофа: медичні, екологічні та соціальні наслідки через 40 років»
КПІ ім. Ігоря Сікорського став майданчиком Всеукраїнської наукової конференції «Чорнобильська катастрофа: медичні, екологічні та соціальні наслідки через 40 років» — одного з ключових заходів, які університет організував у памʼять про трагедію Чорнобиля.
Аспірант КПІ на Міжнародному конкурсі з фізики
Редріх Путятін, аспірант кафедри технічних та програмних засобів автоматизації ФАПІЕ КПІ ім. Ігоря Сікорського, показав хороший результат на Міжнародному конкурсі з фізики The International Physics Competition (IPhyC).



