Skip to content
View LeoKemp223's full-sized avatar
👻
Focusing
👻
Focusing

Block or report LeoKemp223

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.

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
LeoKemp223/README.md

哈喽,我是小智学长

好久不见啊。

  • 👨‍💻 500强资深开发 | 嵌入式全栈 | AI开发硬件探索

  • 💻 Linux智慧屏 蓝牙打印机 AI大豆 桌面屏幕 MBox 面包平台

  • 🔭 我的频道 <-这里可以看到我所有作品的视频

  • 🌱 多合一开发板 <-一套课程学完编程基础、数据结构、89C51、STM32

  • 🤔 小智学长工具集 <-十年工程师的30+个必备工具集合,值得收藏使用

  • 😄 桌面小屏幕 <-手把手教你做一个软硬件一体的项目

  • 🌱 AiPG多合一 <-光随屏动 海豚机械臂合集

  • 📫 Linux智慧屏 <-手把手带你从零开始,进行原理图设计、PCB设计、Linux系统编程、LVGL应用编程

  • Mbox工具箱&硬件基础 <-各类电子元器件和焊接学习

  • 👯 面包刷题平台 <-专注于嵌入式领域的面试刷题平台

Pinned Loading

  1. embed-ai-tool embed-ai-tool Public

    面向 AI 编程助手的嵌入式开发技能集,为大模型提供 MCU 固件开发全流程能力。涵盖多工具链构建(Keil / IAR / CMake / PlatformIO)、烧录、GDB 调试、串口监视、Modbus / CAN / VISA 协议调试、外设驱动适配及流水线编排,支持 Linux、macOS、Windows 三平台。

    Python 199 34

  2. peeko peeko Public

    让 AI 真正理解硬件 —— 串口桥接 PC 与 MCU,实时读写 RAM 变量 AI 辅助编程在 Web 领域已非常成熟,但在嵌入式开发中,AI 无法与真实硬件交互。Peeko 通过串口让 AI(或开发者)直接按变量名读写 MCU 内存,打通自动化闭环:

    Python 2 1

  3. zserial-cli zserial-cli Public

    面向 AI coding 工具的命令行串口工具。统一提供串口枚举、发送、接收、日志读取能力,并为 Claude Code、Cursor、Codex 提供各自可用的接入文件。

    Python 1

  4. em_rag em_rag Public

    面向嵌入式开发者的轻量本地 RAG,基于标准 MCP 协议,可集成到任何支持 MCP 的 AI 编程工具(Claude Code、Cursor、Codex 等),让 AI 编程时能自动查阅芯片手册和 API 文档。

    Python 1 1

  5. img2lcd_cli img2lcd_cli Public

    img2lcd 是一个独立的命令行工具,用来把图片转换成适合 LCD / OLED / 单色屏 / 嵌入式项目使用的字节数组,也支持把字节数组反解回图片。 它基于 image2cpp 的功能模型做了 CLI 化包装,源码采用标准 src/img2lcd 布局,支持单次命令、REPL 交互模式、JSON 输出和会话配置持久化。

    Python