<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>单片机 by </title>
      <link>https://padlet.com/1306051219/lcnrhmfkz9zys8jg</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2025-07-02 04:32:56 UTC</pubDate>
      <lastBuildDate>2025-07-02 12:01:28 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title></title>
         <author>1306051219</author>
         <link>https://padlet.com/1306051219/lcnrhmfkz9zys8jg/wish/3508073742</link>
         <description><![CDATA[<p><strong>3.2 功能模块详解</strong></p><p><strong>3.2.1 传感器采集模块</strong></p><p><strong>功能组成</strong>：</p><p>1. <strong>生命体征监测单元</strong></p><p>o MAX30102：红外/红光LED，光电探测器</p><p>o 采样率：100Hz（心率），25Hz（血氧）</p><p>o 精度：心率±1bpm，血氧±1%</p><p>2. <strong>非接触式测温单元</strong></p><p>o MLX90614：医疗级红外传感器</p><p>o 测量范围：0-60℃（体表），32-42℃（核心）</p><p>o 精度：±0.2℃（35-42℃范围）</p><p>3. <strong>运动感知单元</strong></p><p>o MPU6050+BMI160双传感器冗余</p><p>o 加速度范围：±16g</p><p>o 陀螺仪范围：±2000dps</p><p>o 数据融合：9轴姿态解算</p><p>4. <strong>环境监测单元</strong></p><p>o BME280：温湿度气压三合一</p><p>o 温度范围：-40~85℃</p><p>o 湿度精度：±3%RH</p><p><strong>数据流</strong>：</p><p>传感器上电 → 自动校准 → 周期采样 → 数据滤波 → 格式封装 → 发送至处理队列</p><p><strong>3.2.2 核心处理模块</strong></p><p><strong>任务划分</strong>：</p><p><strong>任务名称</strong></p><p><strong>优先级</strong></p><p><strong>周期</strong></p><p><strong>功能描述</strong></p><p>Sensor_Acquire</p><p>5</p><p>10ms</p><p>传感器数据采集与预处理</p><p>Health_Monitor</p><p>6</p><p>20ms</p><p>健康状态评估与风险分析</p><p>Fall_Detection</p><p>7</p><p>5ms</p><p>实时跌倒检测处理</p><p>UI_Refresh</p><p>3</p><p>100ms</p><p>用户界面更新</p><p>Data_Sync</p><p>4</p><p>1s</p><p>本地与云端数据同步</p><p><br></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-07-02 04:41:25 UTC</pubDate>
         <guid>https://padlet.com/1306051219/lcnrhmfkz9zys8jg/wish/3508073742</guid>
      </item>
      <item>
         <title></title>
         <author>1306051219</author>
         <link>https://padlet.com/1306051219/lcnrhmfkz9zys8jg/wish/3508075649</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4069341810/69d7200a425766aa5609995d21be3b1b/______.png" />
         <pubDate>2025-07-02 04:42:59 UTC</pubDate>
         <guid>https://padlet.com/1306051219/lcnrhmfkz9zys8jg/wish/3508075649</guid>
      </item>
      <item>
         <title></title>
         <author>1306051219</author>
         <link>https://padlet.com/1306051219/lcnrhmfkz9zys8jg/wish/3508087347</link>
         <description><![CDATA[<p>这是数据处理模块与硬件架构原理图，我采用了MAX30102来监测心率与血氧，再用MLX90614红外传感器监测体温，并用MPU6050加速度计和BMI传感器来进行摔倒监测，最后用BME280环境监测单元监测环境湿度和环境温度。你们有什么想法呢？</p><p><br></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-07-02 04:54:24 UTC</pubDate>
         <guid>https://padlet.com/1306051219/lcnrhmfkz9zys8jg/wish/3508087347</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/1306051219/lcnrhmfkz9zys8jg/wish/3508104736</link>
         <description><![CDATA[<p>可以加点通信和网络模块，加个<strong>4G模块（SIM7600）</strong>，支持云端数据同步，LoRa（CLA400A-100）用于无网络环境的低功耗通信，外接 OV2640摄像头 + ESP32-CAM，实现远程问诊，这样可以进行远程医疗。</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-07-02 05:09:34 UTC</pubDate>
         <guid>https://padlet.com/1306051219/lcnrhmfkz9zys8jg/wish/3508104736</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/1306051219/lcnrhmfkz9zys8jg/wish/3508112153</link>
         <description><![CDATA[<p>还可以加个用药管理模块，帮助病患及时用药。需要用药时语音提醒，采用 SYN6288 语音合成芯片，定时播报用药信息。吃完药后记录用药情况，患者通过语音反馈（如“已服药”），用Whisper模型转文本并上传云端生成日志。</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-07-02 05:16:23 UTC</pubDate>
         <guid>https://padlet.com/1306051219/lcnrhmfkz9zys8jg/wish/3508112153</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/1306051219/lcnrhmfkz9zys8jg/wish/3508116613</link>
         <description><![CDATA[<p><strong>还可以在云端进行数据分析处理，建立数据看板</strong>，用阿里云IoT平台存储历史数据，医生可远程查看健康趋势图。还可以用<strong>AI生成健康报告</strong>，让AI分析监测数据，生成自然语言建议（如“血压波动，建议减少盐分摄入”）。</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-07-02 05:21:06 UTC</pubDate>
         <guid>https://padlet.com/1306051219/lcnrhmfkz9zys8jg/wish/3508116613</guid>
      </item>
      <item>
         <title></title>
         <author>jingran61</author>
         <link>https://padlet.com/1306051219/lcnrhmfkz9zys8jg/wish/3508425105</link>
         <description><![CDATA[<p>MAX30102 测的是 <strong>‘接触式体表温度’</strong>（和皮肤贴一起，还能同时测心率血氧）；MLX90614 是 <strong>‘非接触红外测温’</strong>（比如测额头，更方便卫生）。两者应用场景互补，而且 MLX90614 精度更高（±0.1℃），MAX30102 的温度功能更像‘附赠’，精度稍差；还能交叉验证：比如 MLX90614 测环境温度，给 MAX30102 的体温数据做补偿，减少误差</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-07-02 11:46:37 UTC</pubDate>
         <guid>https://padlet.com/1306051219/lcnrhmfkz9zys8jg/wish/3508425105</guid>
      </item>
      <item>
         <title></title>
         <author>jingran61</author>
         <link>https://padlet.com/1306051219/lcnrhmfkz9zys8jg/wish/3508426377</link>
         <description><![CDATA[<p>算法方面我还有几个问题：摔倒检测只用 MPU6050 的加速度，怎么区分摔倒和蹲下 / 跑步？</p><p>传感器数据噪声大，滤波算法用哪个？滑动平均、卡尔曼，FIR</p><p>想把机器学习模型放到 STM32 里，单片机算力够不够呢</p><p><br></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-07-02 11:48:38 UTC</pubDate>
         <guid>https://padlet.com/1306051219/lcnrhmfkz9zys8jg/wish/3508426377</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/1306051219/lcnrhmfkz9zys8jg/wish/3508428597</link>
         <description><![CDATA[<p>为什么要用两个不同的传感器测温度</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-07-02 11:51:53 UTC</pubDate>
         <guid>https://padlet.com/1306051219/lcnrhmfkz9zys8jg/wish/3508428597</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/1306051219/lcnrhmfkz9zys8jg/wish/3508430838</link>
         <description><![CDATA[<p>① 阈值法打底：检测‘失重阶段’（|a| &lt;0.5g，持续≥300ms）→ 再检测‘冲击阶段’（|a|&gt; 3g），结合陀螺仪的姿态角变化（比如突然躺平），降低误判；</p><p>② 滑动平均（计算快，占内存少），再用一阶低通滤除高频噪声；</p><p>③ STM32F407 有 FPU，能跑轻量模型！把数据提炼成特征值（加速度方差、峰值、持续时间），用 TensorFlow Lite for Microcontrollers 转成量化模型，占内存占用很小</p><p>不过算法越复杂，功耗越高，可能要用 RTOS 调度，让传感器休眠时 CPU 也休眠，平衡性能和续航</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-07-02 11:55:25 UTC</pubDate>
         <guid>https://padlet.com/1306051219/lcnrhmfkz9zys8jg/wish/3508430838</guid>
      </item>
      <item>
         <title></title>
         <author>1306051219</author>
         <link>https://padlet.com/1306051219/lcnrhmfkz9zys8jg/wish/3508432675</link>
         <description><![CDATA[<p>这里是硬件架构框图</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4069341810/d66b84807ddf29f99a34b45ff66d0a95/__1.png" />
         <pubDate>2025-07-02 11:58:06 UTC</pubDate>
         <guid>https://padlet.com/1306051219/lcnrhmfkz9zys8jg/wish/3508432675</guid>
      </item>
   </channel>
</rss>
