{"slug": "network-transformer-selection-for-iot-ethernet-phy-compatibility-eee-and-low", "title": "Network Transformer Selection for IoT Ethernet: PHY Compatibility, EEE, and Low-Power Design", "summary": "A developer at Voohu Technology published a technical reference for selecting network transformers in IoT Ethernet designs, covering PHY compatibility, Energy Efficient Ethernet (EEE) impact, temperature effects on OCL, and PoE power dissipation. The guide includes a selection checklist and emphasizes the need for low-power, compact transformers that operate across -40°C to +85°C.", "body_md": "IoT Ethernet designs have different transformer requirements than standard networking equipment. Here's the complete technical reference for IoT-**specific selection.**\n\nIoT vs Standard Ethernet: Key Differences\n\nParameter Standard Ethernet Equipment IoT Device\n\n──────────────────────────────────────────────────────────────────────\n\nPower budget Not constrained Milliwatt-level concern\n\nOperating temp 0°C to +70°C (commercial) -40°C to +85°C (industrial)\n\nPCB footprint Flexible Compact — often <50×50mm\n\nPackage preference Either SMD or THT SMD, smallest available\n\nPoE usage Optional Common (cable powers sensor)\n\nPHY type Full-featured Low-power (LAN8720A, W5500)\n\nEEE support Common Mandatory for battery designs\n\nBOM cost Secondary Critical (high volume)\n\nMOQ requirement High volume Small batch (50–500 pcs)\n\n**Common IoT PHY Chips and Transformer Requirements**\n\npythoniot_phy_transformer_requirements = {\n\n\"Microchip LAN8720A\": {\n\n\"interface\": \"RMII\",\n\n\"supply\": \"3.3V\",\n\n\"speed\": \"10/100BASE-TX\",\n\n\"OCL_min\": \"350µH @ 100kHz\",\n\n\"turns_ratio\": \"1CT:1CT\",\n\n\"EEE\": True,\n\n\"notes\": \"Most popular IoT PHY; STM32 + LAN8720A is dominant combo\"\n\n},\n\n\"WIZnet W5500\": {\n\n\"interface\": \"SPI (TCP/IP offload)\",\n\n\"supply\": \"3.3V\",\n\n\"speed\": \"10/100BASE-TX\",\n\n\"OCL_min\": \"350µH @ 100kHz\",\n\n\"turns_ratio\": \"1CT:1CT\",\n\n\"EEE\": False,\n\n\"notes\": \"SPI Ethernet — still needs external magnetics\"\n\n},\n\n\"TI DP83822\": {\n\n\"interface\": \"MII/RMII\",\n\n\"supply\": \"3.3V\",\n\n\"speed\": \"10/100BASE-TX\",\n\n\"OCL_min\": \"350µH @ 100kHz\",\n\n\"turns_ratio\": \"1CT:1CT\",\n\n\"EEE\": True,\n\n\"notes\": \"Industrial grade, -40°C support\"\n\n},\n\n\"Realtek RTL8201\": {\n\n\"interface\": \"MII/RMII\",\n\n\"supply\": \"3.3V\",\n\n\"speed\": \"10/100BASE-TX\",\n\n\"OCL_min\": \"350µH @ 100kHz\",\n\n\"turns_ratio\": \"1CT:1CT\",\n\n\"EEE\": True,\n\n\"notes\": \"Cost-optimized; high-volume IoT gateways\"\n\n}\n\n}\n\n**Energy Efficient Ethernet (EEE / 802.3az) Impact**\n\nNormal operation: Continuous signal → transformer operates at nominal OCL\n\nLPI (Low Power Idle): Near-zero signal activity → transformer core idles\n\nPotential issue:\n\nSome transformers show insertion loss spike after LPI wake-up\n\nCore operating point must re-establish after idle period\n\nFirst 1–5ms after wake: elevated insertion loss → packet errors\n\nVerification:\n\nTest with PHY in EEE mode at maximum LPI duration\n\nMonitor first-packet error rate after wake-up\n\nCompare transformers if issue found — core material matters\n\n**Temperature vs OCL: What to Verify**\n\nOCL specification must be guaranteed at operating temperature extremes:\n\nTemperature Ferrite µr OCL impact\n\n──────────────────────────────────────────────\n\n-40°C Reduced OCL may drop 10–30%\n\n+25°C Nominal Datasheet reference point\n\n+85°C Reduced OCL may drop 5–15% (varies by grade)\n\n⚠️ \"350µH at 25°C\" is NOT the same as \"350µH across -40°C to +85°C\"\n\nRequest temperature-characterized OCL curves for industrial IoT\n\n**IoT PoE Power Dissipation**\n\npython# PoE 802.3af power budget in IoT transformer\n\npoe_current = 0.350 # A (802.3af max)\n\ndcr_per_winding = 0.5 # Ω typical\n\ntotal_dissipation = (poe_current**2) * dcr_per_winding * 4\n\nprint(f\"PoE 802.3af transformer dissipation: {total_dissipation*1000:.1f} mW\")\n\ndcr_low = 0.3\n\ntotal_low = (poe_current**2) * dcr_low * 4\n\nprint(f\"Low-DCR variant dissipation: {total_low*1000:.1f} mW\")\n\n**IoT Transformer Selection Checklist**\n\n[ ] PHY reference schematic reviewed — transformer spec confirmed\n\n[ ] OCL ≥ 350µH guaranteed across -40°C to +85°C (industrial)\n\n[ ] SMD package ≤ 8×8mm footprint (compact IoT board)\n\n[ ] DCR minimized (low-power variant if available)\n\n[ ] EEE/LPI compatibility verified with PHY\n\n[ ] PoE-rated if design receives or sources PoE power\n\n[ ] 1500V AC isolation (IEEE 802.3 minimum, check for industrial uplift)\n\n[ ] Supplier supports small MOQ (50–500 pcs for prototype/NPI)\n\n**Source**\n\nVoohu Technology ([www.voohuele.com](http://www.voohuele.com)) — IoT-grade network transformers: compact SMD, -40°C to +85°C, PoE-rated options. MOQ 50pcs, DHL 3–5 days to Japan/Korea/Southeast Asia.", "url": "https://wpnews.pro/news/network-transformer-selection-for-iot-ethernet-phy-compatibility-eee-and-low", "canonical_source": "https://dev.to/mia_0da233d70fadc478964c1/network-transformer-selection-for-iot-ethernet-phy-compatibility-eee-and-low-power-design-4fda", "published_at": "2026-06-22 07:14:57+00:00", "updated_at": "2026-06-22 07:39:57.419222+00:00", "lang": "en", "topics": ["developer-tools"], "entities": ["Voohu Technology", "Microchip LAN8720A", "WIZnet W5500", "TI DP83822", "Realtek RTL8201", "IEEE 802.3az", "PoE", "EEE"], "alternates": {"html": "https://wpnews.pro/news/network-transformer-selection-for-iot-ethernet-phy-compatibility-eee-and-low", "markdown": "https://wpnews.pro/news/network-transformer-selection-for-iot-ethernet-phy-compatibility-eee-and-low.md", "text": "https://wpnews.pro/news/network-transformer-selection-for-iot-ethernet-phy-compatibility-eee-and-low.txt", "jsonld": "https://wpnews.pro/news/network-transformer-selection-for-iot-ethernet-phy-compatibility-eee-and-low.jsonld"}}