Skip to content
View sekior11's full-sized avatar

Block or report sekior11

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sekior11/README.md

Mortal

嵌入式软件工程师(2027 届) · 技术主线:MCU 低功耗设计

自动化 · 本科


技术栈

方向 内容
低功耗设计 STOP + RTC Alarm 周期唤醒、时钟门控按需上电、DMA Circular 低 CPU 占用采集、IO 模拟输入 + JTAG 释放
MCU / RTOS STM32(HAL / Keil MDK-ARM)、ESP32(ESP-IDF 5.4)、FreeRTOS(任务调度 / 队列 / 信号量 / 互斥锁)、CH32V307(RISC-V,基础)
通信协议 Modbus RTU(RS485 + CRC16)、I²C / SPI / UART / CAN、BLE(NimBLE)、Wi-Fi、USB 2.0
语言 / 工具链 C(主力)/ C++(基础)/ Python;Git、STM32CubeMX、ESP-IDF、PySide6、J-Link、示波器、逻辑分析仪

项目

ESP32-S3 智能健康监测手环

ESP32-Smart-Health-Monitoring-Devices

  • MAX30102 100 Hz 采样 + FFT_N=512 频域分析:红光主频推心率、红外 AC/DC 比值算 SpO₂
  • NimBLE 自定义 GATT(READ + NOTIFY)按 3 s 节拍推送 HR / SpO₂,采集 / FFT / 推送任务与协议栈独立调度
  • BSP 组件化 + LVGL 多页面 UI(CST816S / MAX30102 / MPU6500 / GC9A01 驱动封装)

CH32V307 高速 USB 虚拟示波器

High-Speed-USB-Virtual-Oscilloscope · 上位机 PySide6

  • 双 ADC + DMA 采集,USB 2.0 High-Speed 高速传输
  • 上位机基于 PySide6,实时波形显示与数据解析

蓝桥杯嵌入式省赛真题代码

第 12 届 · 第 13 届 · 第 15 届

  • STM32 + CubeMX + HAL,三届题目均通过 4T 评测网实测

开源贡献

  • FreeRTOS-Kernel PR #1492(当前待合并,获 NXP 工程师 review approve)— 定位并修复 IAR TrustZone non-secure 端口 portasm.s 的汇编缺陷:误粘的安装包 URL 落在 /* */ 注释之外,汇编器将其当作 ldmia 的操作数,导致该端口在非 MPU 配置下构建失败。实测受影响文件为 7 个(上游 issue 仅报告 1 个),并用 git log -S 溯源至引入提交。
  • pymodbus PR #3023已合并,squash 55ec55e,2026-09-15)— 修复模拟器数据存储模块的行为缺陷(issue #3022),+6 / −6,上游 test/simulator/ 回归套件 277 项全部通过。

联系

Popular repositories Loading

  1. 15Province 15Province Public

    蓝桥杯嵌入式第 15 届省赛程序设计满分代码(4T 评测网实测通过)· STM32 + CubeMX + HAL | Lanqiao Cup embedded provincial contest full-score solutions

    C 2

  2. High-Speed-USB-Virtual-Oscilloscope High-Speed-USB-Virtual-Oscilloscope Public

    基于 CH32V307 的高速 USB 虚拟示波器 · 双 ADC + DMA 采集,USB 2.0 High-Speed 传输 | RISC-V MCU high-speed USB oscilloscope

    C 2

  3. ESP32-Smart-Health-Monitoring-Devices ESP32-Smart-Health-Monitoring-Devices Public

    ESP32-S3 智能健康监测手环固件 · MAX30102 PPG 心率/血氧算法(FFT_N=512)+ NimBLE GATT + FreeRTOS 多任务 + LVGL 多页面 UI | Wearable health-monitoring firmware

    C 1

  4. 13Province 13Province Public

    蓝桥杯嵌入式第 13 届省赛程序设计满分代码(4T 评测网实测通过)· STM32 + CubeMX + HAL | Lanqiao Cup embedded provincial contest full-score solutions

    C 1

  5. 12Province 12Province Public

    蓝桥杯嵌入式第 12 届省赛程序设计满分代码(4T 评测网实测通过)· STM32 + CubeMX + HAL | Lanqiao Cup embedded provincial contest full-score solutions

    C 1

  6. Host-computer-oscilloscope Host-computer-oscilloscope Public

    虚拟示波器上位机 · PySide6 实时波形显示 / 数据接收与解析 | PySide6 desktop host application for the virtual oscilloscope

    Python 1