<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SC69431 3D角度传感器芯片实测解析</title>
<style>
/* 全局基础样式 */
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; background: #f4f7f9; color: #333; line-height: 1.6; margin: 0; padding: 20px; }
.sc-container { max-width: 800px; margin: 0 auto; }
.sc-h1 { text-align: center; color: #1a1a1a; margin-bottom: 10px; font-size: 24px; }
.sc-subtitle { text-align: center; color: #666; margin-bottom: 30px; font-size: 14px; }
/* 手风琴卡片样式 */
.sc-section { background: #fff; border-radius: 12px; margin-bottom: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); overflow: hidden; border: 1px solid #eaeaea; }
.sc-section-header { display: flex; align-items: center; padding: 20px; cursor: pointer; user-select: none; transition: background 0.2s; }
.sc-section-header:hover { background: #fafbfc; }
.sc-section-num { font-size: 20px; font-weight: bold; color: #0052d9; margin-right: 15px; opacity: 0.8; }
.sc-section-title { flex: 1; font-size: 18px; font-weight: 600; color: #1a1a1a; margin: 0; }
.sc-section-arrow { color: #999; transition: transform 0.3s ease; font-size: 14px; }
.sc-section.active .sc-section-arrow { transform: rotate(180deg); }
.sc-section-body { max-height: 0; overflow: hidden; transition: max-height 0.4s ease-in-out; padding: 0 20px; }
.sc-section.active .sc-section-body { max-height: 2500px; padding: 0 20px 25px; }
/* 视频区域样式 */
.sc-demo-box { background: #161823; border-radius: 12px; padding: 20px; color: #fff; margin: 20px 0; }
/* B站视频响应式容器 (16:9比例) */
.sc-demo-video {
position: relative;
width: 100%;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
border-radius: 8px;
background: #000;
margin-bottom: 20px;
border: 1px solid rgba(255,255,255,0.1);
}
.sc-demo-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
.sc-demo-stats { display: flex; justify-content: space-around; text-align: center; margin-bottom: 20px; background: rgba(255,255,255,0.05); padding: 15px; border-radius: 8px; }
.sc-demo-stat .val { font-size: 22px; font-weight: bold; color: #00a870; }
.sc-demo-stat .label { font-size: 12px; color: rgba(255,255,255,0.7); margin-top: 4px; }
/* 表格样式 */
.sc-table-wrap { overflow-x: auto; margin-top: 15px; }
.sc-table { width: 100%; border-collapse: collapse; font-size: 14px; text-align: left; }
.sc-table th, .sc-table td { padding: 12px 15px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.sc-table th { background: rgba(255,255,255,0.08); color: #fff; font-weight: 500; }
.sc-table td { color: rgba(255,255,255,0.85); }
.sc-tag-good { background: rgba(0, 168, 112, 0.2); color: #00a870; padding: 3px 8px; border-radius: 4px; font-size: 12px; }
.sc-tag-bad { background: rgba(227, 73, 53, 0.2); color: #e34935; padding: 3px 8px; border-radius: 4px; font-size: 12px; }
/* 列表样式 */
.sc-list { padding-left: 20px; margin: 15px 0; }
.sc-list li { margin-bottom: 10px; font-size: 15px; color: #555; }
.sc-list li strong { color: #0052d9; }
</style>
</head>
<body>
<div class="sc-container">
<h1 class="sc-h1">SC69431 3D角度传感器芯片实测解析</h1>
<p class="sc-subtitle">国产自研车规级 3D 磁性角度传感方案 | 兼顾高精度、高安全性与高适配性</p>
<!-- 01 核心优势 -->
<div class="sc-section active" id="sc-sec-1">
<div class="sc-section-header" onclick="toggleScSection('sc-sec-1')">
<div class="sc-section-num">01</div>
<h2 class="sc-section-title">产品概述与核心优势</h2>
<div class="sc-section-arrow">▼</div>
</div>
<div class="sc-section-body">
<p>SC69431 是一款专为汽车电子设计的高性能 3D 磁性角度传感器芯片。它精准切中了车载组合开关高频操控的使用痛点,进一步提升了整车电控系统的安全性与可靠性。</p>
<ul class="sc-list">
<li><strong>车规级认证:</strong>满足 AEC-Q100 标准,适应 -40℃ 至 160℃ 的严苛车载环境。</li>
<li><strong>3D 磁感应技术:</strong>支持多维度磁场检测,抗干扰能力强,安装容差大。</li>
<li><strong>高精度输出:</strong>内置 16-bit ADC,提供极其平滑且线性的角度输出信号。</li>
</ul>
</div>
</div>
<!-- 02 Demo实测 (包含B站视频) -->
<div class="sc-section active" id="sc-sec-2">
<div class="sc-section-header" onclick="toggleScSection('sc-sec-2')">
<div class="sc-section-num">02</div>
<h2 class="sc-section-title">Demo 实测与性能解析</h2>
<div class="sc-section-arrow">▼</div>
</div>
<div class="sc-section-body">
<p>本次 Demo 采用车载组合开关拨杆完成实测验证:拨动开关拨杆,磁铁相对芯片产生角度变化,SC69431 可同步输出线性变化电压,信号响应顺滑无卡顿。</p>
<div class="sc-demo-box">
<!-- B站视频嵌入区域 (已关闭弹幕,开启高清,HTTPS安全协议) -->
<div class="sc-demo-video">
<iframe
src="https://player.bilibili.com/player.html?bvid=BV1fTKG6mE9g&autoplay=0&danmaku=0&high_quality=1"
scrolling="no"
border="0"
frameborder="no"
framespacing="0"
allowfullscreen="true"
sandbox="allow-top-navigation allow-same-origin allow-forms allow-scripts">
</iframe>
</div>
<div class="sc-demo-stats">
<div class="sc-demo-stat"><div class="val">±1°</div><div class="label">角度检测精度</div></div>
<div class="sc-demo-stat"><div class="val">16 bit</div><div class="label">ADC 分辨率</div></div>
<div class="sc-demo-stat"><div class="val">顺滑无卡顿</div><div class="label">信号响应表现</div></div>
</div>
<p style="font-size:14px;color:rgba(255,255,255,.8);margin-bottom:20px;">对比传统机械电位计,芯片采用非接触磁感应测量,无物理摩擦损耗,长期使用不存在零点漂移、信号衰减问题,大幅延长传感器使用寿命。</p>
<div class="sc-table-wrap">
<table class="sc-table sc-compare-table">
<thead>
<tr><th>对比项</th><th>SC69431 磁感应方案</th><th>传统机械电位计</th></tr>
</thead>
<tbody>
<tr><td>测量方式</td><td><span class="sc-tag-good">非接触磁感应</span></td><td><span class="sc-tag-bad">机械接触</span></td></tr>
<tr><td>使用寿命</td><td><span class="sc-tag-good">极长</span></td><td><span class="sc-tag-bad">有限</span></td></tr>
<tr><td>零点漂移</td><td><span class="sc-tag-good">无</span></td><td><span class="sc-tag-bad">存在</span></td></tr>
<tr><td>信号衰减</td><td><span class="sc-tag-good">无</span></td><td><span class="sc-tag-bad">明显</span></td></tr>
<tr><td>温度稳定性</td><td><span class="sc-tag-good">优异 (-40~160℃)</span></td><td><span class="sc-tag-bad">一般</span></td></tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<!-- 03 应用场景 -->
<div class="sc-section" id="sc-sec-3">
<div class="sc-section-header" onclick="toggleScSection('sc-sec-3')">
<div class="sc-section-num">03</div>
<h2 class="sc-section-title">典型应用场景</h2>
<div class="sc-section-arrow">▼</div>
</div>
<div class="sc-section-body">
<p>凭借卓越的性能和车规级可靠性,SC69431 可广泛应用于各类需要精准角度检测的汽车电子系统中:</p>
<ul class="sc-list">
<li><strong>车载组合开关:</strong>如雨刮、灯光控制拨杆,提供顺滑的挡位手感与精准的信号反馈。</li>
<li><strong>方向盘转角传感器:</strong>实时监测方向盘转动角度,为 EPS 电子助力转向系统提供关键数据。</li>
<li><strong>踏板位置检测:</strong>油门、刹车踏板的深度检测,确保动力输出的线性与安全。</li>
<li><strong>座椅调节与后视镜控制:</strong>实现多向电动调节的精准定位与记忆功能。</li>
</ul>
</div>
</div>
</div>
<script>
// 控制卡片展开和折叠的交互代码
function toggleScSection(id) {
const section = document.getElementById(id);
if (section.classList.contains('active')) {
section.classList.remove('active');
} else {
section.classList.add('active');
}
}
</script>
</body>
</html>
阅读全文
105
