SILICON ALPS Cluster

EBSCON 2026

6 – 8 Oct 2026 | Graz, Austria

Register
Register
Register

EBSCON 2026

<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Humanoid Robots | Infineon Technologies</title><link href="https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&family=Barlow+Condensed:wght@500;600;700&display=swap" rel="stylesheet"><style> :root { --ifx-teal: #00A5B5; --ifx-teal-dark: #007A87; --ifx-teal-light: #00C4D8; --ifx-dark: #0D1117; --ifx-dark-2: #161B22; --ifx-dark-3: #1F2733; --ifx-text: #E8EDF2; --ifx-text-muted: #8B95A1; --ifx-white: #FFFFFF; --ifx-accent: #00E5FF; }  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }  body { font-family: 'Barlow', sans-serif; background: var(--ifx-dark); color: var(--ifx-text); line-height: 1.6; overflow-x: hidden; }  /* ── TOPBAR ── */ .topbar { background: var(--ifx-dark-2); border-bottom: 1px solid rgba(0,165,181,0.2); padding: 12px 40px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 100; }  .logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }  .logo-icon { width: 36px; height: 36px; background: var(--ifx-teal); clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; color: white; }  .logo-text { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 700; color: var(--ifx-white); letter-spacing: 0.5px; }  .logo-text span { color: var(--ifx-teal-light); }  nav { display: flex; gap: 28px; align-items: center; } nav a { color: var(--ifx-text-muted); text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s; } nav a:hover { color: var(--ifx-teal-light); } nav a.active { color: var(--ifx-teal-light); }  /* ── HERO ── */ .hero { min-height: 82vh; position: relative; display: flex; align-items: flex-end; overflow: hidden; background: var(--ifx-dark); }  .hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 60% 70% at 65% 50%, rgba(0,165,181,0.12) 0%, transparent 70%), radial-gradient(ellipse 40% 60% at 80% 20%, rgba(0,229,255,0.06) 0%, transparent 60%), linear-gradient(180deg, #0D1117 0%, #0A1520 100%); }  .hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(0,165,181,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(0,165,181,0.06) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(180deg, transparent, rgba(0,0,0,0.4) 40%, transparent 100%); }  /* animated robot silhouette */ .hero-robot { position: absolute; right: 6%; bottom: 0; width: 380px; height: 500px; opacity: 0.85; animation: float 6s ease-in-out infinite; }  @keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-18px); } }  .hero-content { position: relative; z-index: 2; max-width: 680px; padding: 0 60px 80px; }  .breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--ifx-text-muted); margin-bottom: 24px; text-transform: uppercase; letter-spacing: 1px; } .breadcrumb span { color: var(--ifx-teal); } .breadcrumb .sep { opacity: 0.4; }  .hero-tag { display: inline-block; background: rgba(0,165,181,0.15); border: 1px solid rgba(0,165,181,0.4); color: var(--ifx-teal-light); font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 5px 14px; border-radius: 2px; margin-bottom: 20px; }  .hero h1 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(42px, 6vw, 68px); font-weight: 700; line-height: 1.0; color: var(--ifx-white); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; }  .hero h1 em { font-style: normal; color: var(--ifx-teal-light); }  .hero-sub { font-size: 16px; font-weight: 300; color: #A0AEBB; max-width: 520px; line-height: 1.7; margin-bottom: 36px; }  .hero-cta { display: flex; gap: 16px; flex-wrap: wrap; }  .btn-primary { background: var(--ifx-teal); color: var(--ifx-white); padding: 13px 28px; font-size: 14px; font-weight: 600; text-decoration: none; border: none; cursor: pointer; transition: background 0.2s, transform 0.15s; letter-spacing: 0.5px; clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%); } .btn-primary:hover { background: var(--ifx-teal-dark); transform: translateY(-1px); }  .btn-outline { background: transparent; color: var(--ifx-teal-light); padding: 13px 28px; font-size: 14px; font-weight: 600; text-decoration: none; border: 1px solid rgba(0,165,181,0.5); cursor: pointer; transition: border-color 0.2s, color 0.2s; letter-spacing: 0.5px; } .btn-outline:hover { border-color: var(--ifx-teal); color: var(--ifx-white); }  /* ── STATS STRIP ── */ .stats-strip { background: var(--ifx-dark-2); border-top: 1px solid rgba(0,165,181,0.15); border-bottom: 1px solid rgba(0,165,181,0.15); display: grid; grid-template-columns: repeat(4, 1fr); divide-x: 1px solid rgba(255,255,255,0.05); }  .stat { padding: 30px 40px; border-right: 1px solid rgba(0,165,181,0.1); text-align: center; } .stat:last-child { border-right: none; }  .stat-value { font-family: 'Barlow Condensed', sans-serif; font-size: 38px; font-weight: 700; color: var(--ifx-teal-light); line-height: 1; margin-bottom: 6px; }  .stat-label { font-size: 12px; color: var(--ifx-text-muted); text-transform: uppercase; letter-spacing: 1px; }  /* ── SECTIONS ── */ .section { padding: 90px 60px; max-width: 1280px; margin: 0 auto; }  .section-label { font-size: 11px; font-weight: 600; color: var(--ifx-teal); text-transform: uppercase; letter-spacing: 2.5px; margin-bottom: 12px; }  .section-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(28px, 4vw, 44px); font-weight: 700; text-transform: uppercase; color: var(--ifx-white); line-height: 1.1; margin-bottom: 18px; }  .section-title em { font-style: normal; color: var(--ifx-teal-light); }  .section-body { font-size: 15px; font-weight: 300; color: #A0AEBB; max-width: 700px; line-height: 1.8; margin-bottom: 48px; }  /* ── CAPABILITY CARDS ── */ .cards-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1px; background: rgba(0,165,181,0.1); border: 1px solid rgba(0,165,181,0.1); }  .card { background: var(--ifx-dark-2); padding: 36px 32px; transition: background 0.25s; position: relative; overflow: hidden; }  .card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--ifx-teal), transparent); opacity: 0; transition: opacity 0.3s; }  .card:hover { background: var(--ifx-dark-3); } .card:hover::before { opacity: 1; }  .card-icon { width: 48px; height: 48px; margin-bottom: 20px; color: var(--ifx-teal-light); }  .card-title { font-family: 'Barlow Condensed', sans-serif; font-size: 20px; font-weight: 600; color: var(--ifx-white); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 12px; }  .card-body { font-size: 14px; font-weight: 300; color: var(--ifx-text-muted); line-height: 1.7; }  .card-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; font-size: 13px; font-weight: 600; color: var(--ifx-teal-light); text-decoration: none; letter-spacing: 0.5px; } .card-link:hover { color: var(--ifx-accent); } .card-link svg { transition: transform 0.2s; } .card-link:hover svg { transform: translateX(4px); }  /* ── FEATURE SPLIT ── */ .feature-split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding: 80px 60px; max-width: 1280px; margin: 0 auto; }  .feature-split.reverse { direction: rtl; } .feature-split.reverse > * { direction: ltr; }  .feature-visual { background: var(--ifx-dark-2); border: 1px solid rgba(0,165,181,0.15); aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }  .feature-visual svg { width: 75%; height: 75%; opacity: 0.85; }  .feature-visual::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(0,165,181,0.05) 0%, transparent 70%); }  .feature-text .section-label { margin-bottom: 8px; }  .chip-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }  .chip { background: rgba(0,165,181,0.1); border: 1px solid rgba(0,165,181,0.25); color: var(--ifx-teal-light); font-size: 12px; font-weight: 500; padding: 5px 12px; border-radius: 2px; letter-spacing: 0.5px; }  /* ── DIVIDER ── */ .section-divider { border: none; height: 1px; background: linear-gradient(90deg, transparent, rgba(0,165,181,0.3), transparent); margin: 0 60px; }  /* ── DARK SECTION ── */ .section-dark { background: var(--ifx-dark-2); padding: 80px 60px; }  .section-dark-inner { max-width: 1280px; margin: 0 auto; }  /* ── PARTNER LOGOS ── */ .partner-strip { background: var(--ifx-dark); border-top: 1px solid rgba(0,165,181,0.1); border-bottom: 1px solid rgba(0,165,181,0.1); padding: 40px 60px; display: flex; align-items: center; justify-content: center; gap: 60px; flex-wrap: wrap; }  .partner-label { font-size: 11px; color: var(--ifx-text-muted); text-transform: uppercase; letter-spacing: 2px; white-space: nowrap; }  .partner-logo { font-family: 'Barlow Condensed', sans-serif; font-size: 20px; font-weight: 700; color: rgba(255,255,255,0.3); letter-spacing: 1px; text-transform: uppercase; transition: color 0.2s; } .partner-logo:hover { color: rgba(255,255,255,0.6); }  /* ── CTA BANNER ── */ .cta-banner { margin: 0 60px 80px; background: linear-gradient(135deg, rgba(0,165,181,0.12) 0%, rgba(0,100,110,0.08) 100%); border: 1px solid rgba(0,165,181,0.25); padding: 60px 70px; display: flex; align-items: center; justify-content: space-between; gap: 40px; clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px)); }  .cta-banner h2 { font-family: 'Barlow Condensed', sans-serif; font-size: 32px; font-weight: 700; text-transform: uppercase; color: var(--ifx-white); margin-bottom: 10px; }  .cta-banner p { font-size: 14px; color: var(--ifx-text-muted); font-weight: 300; }  /* ── FOOTER ── */ footer { background: var(--ifx-dark-2); border-top: 1px solid rgba(0,165,181,0.15); padding: 40px 60px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }  .footer-links { display: flex; gap: 24px; flex-wrap: wrap; }  .footer-links a { font-size: 12px; color: var(--ifx-text-muted); text-decoration: none; transition: color 0.2s; } .footer-links a:hover { color: var(--ifx-teal-light); }  .footer-copy { font-size: 12px; color: rgba(139,149,161,0.5); }  /* ── ROBOT SVG ── */ @keyframes pulse-ring { 0%, 100% { opacity: 0.3; transform: scale(1); } 50% { opacity: 0.7; transform: scale(1.05); } }  .pulse { animation: pulse-ring 3s ease-in-out infinite; }  @media (max-width: 900px) { .topbar { padding: 12px 20px; } nav { display: none; } .hero-content { padding: 0 24px 60px; } .hero-robot { display: none; } .stats-strip { grid-template-columns: 1fr 1fr; } .section { padding: 60px 24px; } .feature-split { grid-template-columns: 1fr; gap: 40px; padding: 60px 24px; } .feature-split.reverse { direction: ltr; } .cta-banner { margin: 0 24px 60px; flex-direction: column; padding: 40px 36px; } .partner-strip { gap: 30px; padding: 30px 24px; } footer { padding: 30px 24px; } .section-dark { padding: 60px 24px; } .section-divider { margin: 0 24px; } }</style></head><body> <!-- TOPBAR --><header class="topbar"> <a href="https://www.infineon.com" class="logo" target="_blank"> <div class="logo-icon">IFX</div> <span class="logo-text">Infineon <span>Technologies</span></span> </a> <nav> <a href="#">Products</a> <a href="#" class="active">Applications</a> <a href="#">Design Resources</a> <a href="#">Support</a> <a href="#">About</a> </nav></header> <!-- HERO --><section class="hero"> <div class="hero-bg"></div> <div class="hero-grid"></div>  <!-- Animated Robot SVG --> <div class="hero-robot"> <svg viewBox="0 0 300 480" fill="none" xmlns="http://www.w3.org/2000/svg"> <!-- glow rings --> <ellipse cx="150" cy="460" rx="90" ry="10" fill="rgba(0,165,181,0.12)" class="pulse"/> <!-- legs --> <rect x="100" y="340" width="38" height="110" rx="6" fill="rgba(0,165,181,0.15)" stroke="rgba(0,165,181,0.5)" stroke-width="1.5"/> <rect x="162" y="340" width="38" height="110" rx="6" fill="rgba(0,165,181,0.15)" stroke="rgba(0,165,181,0.5)" stroke-width="1.5"/> <!-- feet --> <rect x="88" y="432" width="58" height="22" rx="4" fill="rgba(0,165,181,0.2)" stroke="rgba(0,165,181,0.6)" stroke-width="1.5"/> <rect x="154" y="432" width="58" height="22" rx="4" fill="rgba(0,165,181,0.2)" stroke="rgba(0,165,181,0.6)" stroke-width="1.5"/> <!-- torso --> <rect x="80" y="190" width="140" height="155" rx="10" fill="rgba(0,165,181,0.1)" stroke="rgba(0,165,181,0.5)" stroke-width="1.5"/> <!-- torso details --> <rect x="100" y="215" width="100" height="60" rx="5" fill="rgba(0,165,181,0.08)" stroke="rgba(0,165,181,0.3)" stroke-width="1"/> <rect x="108" y="222" width="84" height="8" rx="2" fill="rgba(0,229,255,0.3)"/> <rect x="108" y="236" width="60" height="8" rx="2" fill="rgba(0,165,181,0.4)"/> <rect x="108" y="250" width="40" height="6" rx="2" fill="rgba(0,165,181,0.25)"/> <!-- chest indicator --> <circle cx="150" cy="305" r="14" fill="none" stroke="rgba(0,165,181,0.4)" stroke-width="1.5"/> <circle cx="150" cy="305" r="8" fill="rgba(0,229,255,0.2)"/> <circle cx="150" cy="305" r="3" fill="rgba(0,229,255,0.8)"/> <!-- arms --> <rect x="26" y="200" width="52" height="130" rx="8" fill="rgba(0,165,181,0.12)" stroke="rgba(0,165,181,0.4)" stroke-width="1.5"/> <rect x="222" y="200" width="52" height="130" rx="8" fill="rgba(0,165,181,0.12)" stroke="rgba(0,165,181,0.4)" stroke-width="1.5"/> <!-- hands --> <rect x="20" y="322" width="64" height="24" rx="6" fill="rgba(0,165,181,0.18)" stroke="rgba(0,165,181,0.5)" stroke-width="1.5"/> <rect x="216" y="322" width="64" height="24" rx="6" fill="rgba(0,165,181,0.18)" stroke="rgba(0,165,181,0.5)" stroke-width="1.5"/> <!-- neck --> <rect x="130" y="168" width="40" height="24" rx="4" fill="rgba(0,165,181,0.2)" stroke="rgba(0,165,181,0.5)" stroke-width="1.5"/> <!-- head --> <rect x="76" y="76" width="148" height="96" rx="14" fill="rgba(0,165,181,0.12)" stroke="rgba(0,165,181,0.6)" stroke-width="1.5"/> <!-- eyes --> <rect x="96" y="100" width="44" height="28" rx="5" fill="rgba(0,165,181,0.15)" stroke="rgba(0,229,255,0.6)" stroke-width="1.5"/> <rect x="160" y="100" width="44" height="28" rx="5" fill="rgba(0,165,181,0.15)" stroke="rgba(0,229,255,0.6)" stroke-width="1.5"/> <!-- eye glow --> <rect x="100" y="103" width="36" height="22" rx="3" fill="rgba(0,229,255,0.25)"/> <rect x="164" y="103" width="36" height="22" rx="3" fill="rgba(0,229,255,0.25)"/> <!-- scan lines in eyes --> <line x1="100" y1="110" x2="136" y2="110" stroke="rgba(0,229,255,0.7)" stroke-width="1"/> <line x1="100" y1="116" x2="130" y2="116" stroke="rgba(0,229,255,0.4)" stroke-width="0.8"/> <line x1="164" y1="110" x2="200" y2="110" stroke="rgba(0,229,255,0.7)" stroke-width="1"/> <line x1="164" y1="116" x2="194" y2="116" stroke="rgba(0,229,255,0.4)" stroke-width="0.8"/> <!-- antenna --> <line x1="150" y1="76" x2="150" y2="44" stroke="rgba(0,165,181,0.5)" stroke-width="2"/> <circle cx="150" cy="38" r="8" fill="none" stroke="rgba(0,229,255,0.6)" stroke-width="1.5"/> <circle cx="150" cy="38" r="3" fill="rgba(0,229,255,0.8)"/> </svg> </div>  <div class="hero-content"> <div class="breadcrumb"> Applications <span class="sep">›</span> <span>Robotics</span> <span class="sep">›</span> Humanoid Robots </div> <div class="hero-tag">Application Focus</div> <h1>Humanoid<br><em>Robots</em></h1> <p class="hero-sub">Design the next giant leap for humanity. Infineon's semiconductor portfolio enables humanoid robots to <strong style="color:var(--ifx-text)">sense, move, act, and connect</strong> — safely and securely — with solutions spanning motor control, sensing, AI integration, connectivity, and power management.</p> <div class="hero-cta"> <a href="https://www.infineon.com/applications/robotics/humanoid-robots" target="_blank" class="btn-primary">Explore Solutions</a> <a href="https://www.infineon.com/applications/robotics" target="_blank" class="btn-outline">All Robotics Applications</a> </div> </div></section> <!-- STATS STRIP --><div class="stats-strip"> <div class="stat"> <div class="stat-value">~$500</div> <div class="stat-label">Semiconductor content per unit</div> </div> <div class="stat"> <div class="stat-value">GaN</div> <div class="stat-label">Future-proof power technology</div> </div> <div class="stat"> <div class="stat-value">360°</div> <div class="stat-label">Environmental awareness</div> </div> <div class="stat"> <div class="stat-value">NVIDIA</div> <div class="stat-label">Technology partnership</div> </div></div> <!-- PARTNER STRIP --><div class="partner-strip"> <span class="partner-label">Strategic Partners</span> <span class="partner-logo">NVIDIA</span> <span class="partner-logo">HTEC</span> <span class="partner-logo">Würth Elektronik</span> <span class="partner-logo">Rutronik</span> <span class="partner-logo">EtherCAT®</span></div> <!-- CAPABILITY CARDS --><div class="section"> <div class="section-label">Core Capabilities</div> <h2 class="section-title">Powering the <em>Complete Robot</em></h2> <p class="section-body">From power electronics to perception and security, Infineon's integrated solutions cover every functional block in a humanoid robot system — enabling OEMs and ODMs to accelerate development timelines.</p>  <div class="cards-grid">  <div class="card"> <svg class="card-icon" viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="1.5"> <circle cx="24" cy="24" r="10"/> <path d="M24 4v6M24 38v6M4 24h6M38 24h6M8.7 8.7l4.2 4.2M35.1 35.1l4.2 4.2M8.7 39.3l4.2-4.2M35.1 12.9l4.2-4.2"/> <circle cx="24" cy="24" r="4" fill="currentColor" opacity="0.4"/> </svg> <div class="card-title">Motor Control</div> <div class="card-body">Compact, energy-efficient motor control with GaN and OptiMOS™ MOSFET technology. PSOC™ Control MCUs implement field-oriented control (FOC) for precise, low-noise actuation across all joints.</div> <a href="https://www.infineon.com/applications/robotics/humanoid-robots" target="_blank" class="card-link"> Learn more <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M5 12h14M12 5l7 7-7 7"/></svg> </a> </div>  <div class="card"> <svg class="card-icon" viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="1.5"> <path d="M24 6C14 6 6 14 6 24s8 18 18 18 18-8 18-18S34 6 24 6z"/> <path d="M24 14v10l7 4"/> <circle cx="24" cy="24" r="3" fill="currentColor" opacity="0.5"/> </svg> <div class="card-title">3D Sensing & Vision</div> <div class="card-body">Hybrid Time-of-Flight (hToF) with REAL3™ sensors enables SLAM navigation, obstacle avoidance, and cliff detection — outperforming structured light and stereo vision in challenging environments.</div> <a href="https://www.infineon.com/applications/robotics/humanoid-robots" target="_blank" class="card-link"> Learn more <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M5 12h14M12 5l7 7-7 7"/></svg> </a> </div>  <div class="card"> <svg class="card-icon" viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="1.5"> <rect x="8" y="8" width="32" height="22" rx="3"/> <path d="M16 30v10M32 30v10M12 40h24"/> <circle cx="18" cy="19" r="4"/> <circle cx="30" cy="19" r="4"/> </svg> <div class="card-title">AI Integration</div> <div class="card-body">PSOC™ Control C3 MCUs interface seamlessly with NVIDIA Jetson Thor via the Holoscan Sensor Bridge, enabling real-time AI inference for physical intelligence and autonomous decision-making.</div> <a href="https://www.infineon.com/applications/robotics/humanoid-robots" target="_blank" class="card-link"> Learn more <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M5 12h14M12 5l7 7-7 7"/></svg> </a> </div>  <div class="card"> <svg class="card-icon" viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="1.5"> <path d="M6 30l10-16 8 10 6-8 12 14"/> <circle cx="16" cy="14" r="3"/> <circle cx="30" cy="16" r="3"/> </svg> <div class="card-title">Power Management</div> <div class="card-body">Comprehensive power distribution with BMS solutions, buck regulators, LDOs, and SPI power controllers. GaN technology delivers high-density, high-efficiency power conversion in compact form factors.</div> <a href="https://www.infineon.com/applications/robotics/humanoid-robots" target="_blank" class="card-link"> Learn more <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M5 12h14M12 5l7 7-7 7"/></svg> </a> </div>  <div class="card"> <svg class="card-icon" viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="1.5"> <rect x="10" y="18" width="28" height="20" rx="3"/> <path d="M18 18v-5a6 6 0 0 1 12 0v5"/> <circle cx="24" cy="28" r="4"/> <path d="M24 32v4"/> </svg> <div class="card-title">Security</div> <div class="card-body">OPTIGA™ embedded security solutions protect robot systems against cyber threats. Hardware-based security ensures safe robot-to-cloud communication and protects critical functional data.</div> <a href="https://www.infineon.com/applications/robotics/humanoid-robots" target="_blank" class="card-link"> Learn more <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M5 12h14M12 5l7 7-7 7"/></svg> </a> </div>  <div class="card"> <svg class="card-icon" viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="1.5"> <path d="M6 24c0-9.9 8.1-18 18-18s18 8.1 18 18"/> <path d="M12 24c0-6.6 5.4-12 12-12s12 5.4 12 12"/> <path d="M18 24c0-3.3 2.7-6 6-6s6 2.7 6 6"/> <circle cx="24" cy="24" r="3" fill="currentColor" opacity="0.5"/> </svg> <div class="card-title">Connectivity</div> <div class="card-body">AIROC™ Wi-Fi and Bluetooth® for seamless wireless communication. CAN transceivers and EtherCAT® MCUs enable reliable real-time fieldbus communication within the robot's internal network.</div> <a href="https://www.infineon.com/applications/robotics/humanoid-robots" target="_blank" class="card-link"> Learn more <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M5 12h14M12 5l7 7-7 7"/></svg> </a> </div>  </div></div> <hr class="section-divider"> <!-- FEATURE SPLIT: NVIDIA --><div class="feature-split"> <div class="feature-visual"> <svg viewBox="0 0 300 230" fill="none" xmlns="http://www.w3.org/2000/svg"> <!-- Infineon + NVIDIA collaboration visual --> <rect x="20" y="50" width="110" height="130" rx="8" fill="rgba(0,165,181,0.1)" stroke="rgba(0,165,181,0.4)" stroke-width="1.5"/> <text x="75" y="110" fill="rgba(0,165,181,0.9)" font-size="11" font-family="monospace" text-anchor="middle">IFX</text> <text x="75" y="126" fill="rgba(0,165,181,0.6)" font-size="9" font-family="monospace" text-anchor="middle">PSOC™ C3</text> <text x="75" y="140" fill="rgba(0,165,181,0.6)" font-size="9" font-family="monospace" text-anchor="middle">AURIX™</text>  <rect x="170" y="50" width="110" height="130" rx="8" fill="rgba(118,185,0,0.08)" stroke="rgba(118,185,0,0.35)" stroke-width="1.5"/> <text x="225" y="110" fill="rgba(118,185,0,0.9)" font-size="11" font-family="monospace" text-anchor="middle">NVIDIA</text> <text x="225" y="126" fill="rgba(118,185,0,0.6)" font-size="9" font-family="monospace" text-anchor="middle">Jetson Thor</text> <text x="225" y="140" fill="rgba(118,185,0,0.6)" font-size="9" font-family="monospace" text-anchor="middle">Holoscan</text>  <!-- Connection arrows --> <path d="M130 100 L170 100" stroke="rgba(0,229,255,0.6)" stroke-width="1.5" marker-end="url(#arr)"/> <path d="M170 130 L130 130" stroke="rgba(0,229,255,0.6)" stroke-width="1.5" marker-end="url(#arr2)"/>  <text x="150" y="97" fill="rgba(0,229,255,0.7)" font-size="7" font-family="monospace" text-anchor="middle">SPI/PCIe</text> <text x="150" y="145" fill="rgba(0,229,255,0.7)" font-size="7" font-family="monospace" text-anchor="middle">Real-time AI</text>  <defs> <marker id="arr" markerWidth="6" markerHeight="6" refX="6" refY="3" orient="auto"> <path d="M0 0 L6 3 L0 6z" fill="rgba(0,229,255,0.7)"/> </marker> <marker id="arr2" markerWidth="6" markerHeight="6" refX="0" refY="3" orient="auto"> <path d="M6 0 L0 3 L6 6z" fill="rgba(0,229,255,0.7)"/> </marker> </defs>  <!-- Motor output --> <path d="M20 115 C5 115 5 180 20 180 L50 180" stroke="rgba(0,165,181,0.35)" stroke-width="1" stroke-dasharray="4 3"/> <text x="18" y="200" fill="rgba(0,165,181,0.5)" font-size="8" font-family="monospace">FOC Motor Control</text> </svg> </div> <div class="feature-text"> <div class="section-label">Strategic Alliance</div> <h2 class="section-title">NVIDIA x <em>Infineon</em></h2> <p class="section-body">Infineon and NVIDIA are jointly developing a common system architecture for humanoid robots. Infineon's PSOC™ Control C3 MCUs and AURIX™ microcontrollers interface with the NVIDIA Jetson Thor platform via the Holoscan Sensor Bridge — delivering ultra-low latency, compact form factors, and high-power density for the next generation of physical AI systems.</p> <div class="chip-list"> <span class="chip">PSOC™ Control C3</span> <span class="chip">AURIX™ MCUs</span> <span class="chip">Jetson Thor</span> <span class="chip">Holoscan Bridge</span> <span class="chip">Physical AI</span> </div> </div></div> <hr class="section-divider"> <!-- DARK SECTION: MARKET CONTEXT --><div class="section-dark"> <div class="section-dark-inner"> <div class="section-label">Market Outlook</div> <h2 class="section-title">Why <em>Humanoid Robots</em> — Why Now?</h2> <p class="section-body">A convergence of macro trends is driving explosive growth in humanoid robotics. Infineon's broad portfolio positions partners to capitalize on this transformation.</p>  <div style="display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:32px;margin-top:16px;"> <div> <div style="font-size:28px;margin-bottom:10px;">📈</div> <div style="font-family:'Barlow Condensed',sans-serif;font-size:16px;font-weight:600;color:var(--ifx-white);text-transform:uppercase;margin-bottom:8px;">Rising Labor Costs</div> <div style="font-size:13px;color:var(--ifx-text-muted);font-weight:300;line-height:1.7;">Labor shortages and cost pressures in manufacturing, logistics, and healthcare create urgent demand for robotic automation.</div> </div> <div> <div style="font-size:28px;margin-bottom:10px;">🤖</div> <div style="font-family:'Barlow Condensed',sans-serif;font-size:16px;font-weight:600;color:var(--ifx-white);text-transform:uppercase;margin-bottom:8px;">AI & IoT Adoption</div> <div style="font-size:13px;color:var(--ifx-text-muted);font-weight:300;line-height:1.7;">Increasing AI capabilities, edge computing, and sensor fusion make humanoid robots viable for complex real-world tasks.</div> </div> <div> <div style="font-size:28px;margin-bottom:10px;">💰</div> <div style="font-family:'Barlow Condensed',sans-serif;font-size:16px;font-weight:600;color:var(--ifx-white);text-transform:uppercase;margin-bottom:8px;">Falling BOM Costs</div> <div style="font-size:13px;color:var(--ifx-text-muted);font-weight:300;line-height:1.7;">Manufacturing cost reductions and semiconductor integration — including GaN and intelligent power modules — accelerate commercial viability.</div> </div> <div> <div style="font-size:28px;margin-bottom:10px;">👥</div> <div style="font-family:'Barlow Condensed',sans-serif;font-size:16px;font-weight:600;color:var(--ifx-white);text-transform:uppercase;margin-bottom:8px;">Aging Population</div> <div style="font-size:13px;color:var(--ifx-text-muted);font-weight:300;line-height:1.7;">Demographic shifts in developed economies accelerate adoption of assistive robotics in healthcare and domestic environments.</div> </div> </div> </div></div> <!-- CTA BANNER --><div class="section" style="padding-bottom:0;"> <div class="cta-banner" style="margin:0;"> <div> <h2>Ready to Build the Future?</h2> <p>Connect with Infineon's robotics experts and access reference designs, evaluation boards, and software tools for humanoid robots.</p> </div> <div style="display:flex;gap:14px;flex-shrink:0;flex-wrap:wrap;"> <a href="https://www.infineon.com/applications/robotics/humanoid-robots" target="_blank" class="btn-primary">Explore on Infineon.com</a> <a href="https://www.infineon.com/cms/en/support/contact/" target="_blank" class="btn-outline">Contact Sales</a> </div> </div></div> <!-- FOOTER --><footer> <div class="footer-links"> <a href="https://www.infineon.com/applications/robotics/humanoid-robots" target="_blank">Humanoid Robots</a> <a href="https://www.infineon.com/applications/robotics" target="_blank">Robotics Overview</a> <a href="https://www.infineon.com/applications/robotics/development-platform" target="_blank">Development Platform</a> <a href="https://www.infineon.com/cms/en/support/contact/" target="_blank">Contact</a> </div> <div class="footer-copy">© 2026 Infineon Technologies AG — Content sourced from infineon.com</div></footer> </body></html>