Skip to main content

kukucaiCndy/embedded_ai_skills

جمع SkillsMP عدد ٢٤ من skills من kukucaiCndy/embedded_ai_skills. افتح أي skill لمراجعة مصدره وتفاصيله.

آخر نشاط مصدر مسجل
آخر تحديث لفهرس SkillsMP
skills مجمعة
٢٤
نجوم GitHub
٥٠
تفرعات GitHub
١١

عرض ٢٤ من أصل ٢٤ skills مجمعة.

المهنة
رسامو الهندسة الكهربائية والإلكترونية
الوصف

EasyEDA Pro API skill for AI agents. Use when working with EasyEDA Pro EDA software, including PCB design, schematic editing, footprint/symbol management, and project operations. Supports live debugging in EasyEDA and EasyEDA extension development. Provides…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
رسامو الهندسة الكهربائية والإلكترونية
الوصف

Schematic verification and quality checking for EasyEDA Pro. Invoke when verifying layout, checking for overlaps, validating designators, or running design rule checks.

لغة النص الأصلي: الصينية

آخر تحديث
المهنة
رسامو الهندسة الكهربائية والإلكترونية
الوصف

Multi-agent orchestration pattern for drawing EasyEDA Pro schematics. Invoke when drawing a complete schematic from a design document. Coordinates a main planner agent, per-module drawer sub-agents, and reviewer sub-agents in a check-fix loop.

لغة النص الأصلي: الصينية

آخر تحديث
المهنة
رسامو الهندسة الكهربائية والإلكترونية
الوصف

Component placement techniques for EasyEDA Pro schematics. Invoke when placing components, assigning designators, rotating/mirroring parts, or adjusting layout spacing.

لغة النص الأصلي: الصينية

آخر تحديث
المهنة
رسامو الهندسة الكهربائية والإلكترونية
الوصف

Schematic design rules and standards for EasyEDA Pro. Invoke when user needs to understand signal flow conventions, layout standards, naming conventions, or professional schematic design principles.

لغة النص الأصلي: الصينية

آخر تحديث
المهنة
رسامو الهندسة الكهربائية والإلكترونية
الوصف

Draw and layout schematics in EasyEDA Pro. Invoke when user asks to draw circuit schematics, place components, adjust layout, fix overlapping parts, or create schematic pages in EasyEDA.

لغة النص الأصلي: الصينية

آخر تحديث
المهنة
رسامو الهندسة الكهربائية والإلكترونية
الوصف

Standard operating procedure for drawing schematics in EasyEDA Pro. Invoke when starting a new schematic drawing task to follow a structured workflow from main components to peripherals.

لغة النص الأصلي: الصينية

آخر تحديث
المهنة
رسامو الهندسة الكهربائية والإلكترونية
الوصف

Post-drawing optimization strategies for EasyEDA Pro schematics. Invoke after all modules are drawn to apply consolidation and cleanup optimizations.

لغة النص الأصلي: الصينية

آخر تحديث
المهنة
رسامو الهندسة الكهربائية والإلكترونية
الوصف

Create custom schematic symbols for EasyEDA Pro. Invoke when creating custom symbols, building devices from symbols, or when system library lacks required components.

لغة النص الأصلي: الصينية

آخر تحديث
المهنة
رسامو الهندسة الكهربائية والإلكترونية
الوصف

Wire routing, net labeling, and connection management for EasyEDA Pro schematics. Invoke when drawing wires, adding net labels, creating power/ground symbols, or managing signal connections.

لغة النص الأصلي: الصينية

آخر تحديث
المهنة
المهندسون الإلكترونيون (باستثناء الحاسوب)
الوصف

Initialize a ZMK keyboard firmware project. Invoke when user wants to create a new ZMK-based wireless/wired keyboard project, add a custom shield, or set up ZMK development environment.

لغة النص الأصلي: الصينية

آخر تحديث
المهنة
المهندسون الإلكترونيون (باستثناء الحاسوب)
الوصف

Initialize a new nRF528xx development project. 自动侦测芯片型号,与用户交互确认硬件资源(GPIO/SPI/I2C/UART),选择编程语言,搭建 CMake 项目框架,完成编译烧录验证。Call after nrf-connect-sdk-setup is complete and the user wants to start a new project.

لغة النص الأصلي: الصينية

آخر تحديث
المهنة
المهندسون الإلكترونيون (باستثناء الحاسوب)
الوصف

SOP for setting up nRF Connect SDK (Zephyr-based) development environment on macOS and Linux. 先检测已安装组件,仅安装缺失项。Installs and configures all required tools for Nordic nRF52/nRF53/nRF91 development.

لغة النص الأصلي: الصينية

آخر تحديث
المهنة
المهندسون الإلكترونيون (باستثناء الحاسوب)
الوصف

nRF528xx 系列单片机开发入口 skill。自动索引子 skill 完成环境部署、项目初始化、调试排错全流程。当用户进行 nRF52/nRF52840/nRF52832 等芯片开发时调用。

لغة النص الأصلي: الصينية

آخر تحديث
المهنة
المهندسون الإلكترونيون (باستثناء الحاسوب)
الوصف

STM32 系列单片机开发入口 skill。自动索引子 skill 完成环境部署、项目初始化、调试排错全流程。当用户进行 STM32 开发时调用。

لغة النص الأصلي: الصينية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

STM32 debugging via serial log and ST-Link. Invoke when user encounters bugs, crashes, or unexpected behavior on STM32 and needs root cause analysis.

لغة النص الأصلي: الصينية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

STM32 开发环境安装。跨平台(Windows/macOS/Linux)支持,兼容 CubeIDE(路径A)和纯 CLI(路径B)两种方式。检测已有安装,仅安装缺失组件。Call first before any STM32 development.

لغة النص الأصلي: الصينية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Initialize a new STM32 development project. 交互式收集芯片型号、开发模式(HAL/CMSIS, C/C++)、时钟方案、外设需求,生成 CMakeLists.txt 和 hal_conf.h,编译验证,烧录。Call after stm32-dev-setup is complete.

لغة النص الأصلي: الصينية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

nRF528xx debugging via serial/RTT log and J-Link. 系统化调试流程:环境准备→问题理解→代码研读→调试方案选择→串口日志/J-Link调试→根因分析→报告输出。Invoke when user encounters bugs, crashes, or unexpected behavior on nRF52 series chips.

لغة النص الأصلي: الصينية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

ESP32 debugging via serial log and USB-JTAG (OpenOCD + GDB). Invoke when user encounters bugs, crashes, or unexpected behavior on ESP32 and needs systematic root cause analysis.

لغة النص الأصلي: لغات متعددة

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

ESP32 Arduino CLI development on Windows/Linux/macOS. Invoke when user chooses Arduino framework for ESP32. Handles arduino-cli install, ESP32 core setup, compile/upload/monitor via CLI.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

ESP-IDF (official) development on Windows/Linux/macOS. Invoke when user chooses IDF framework for ESP32. Handles env setup, project creation, compile/flash/monitor, and JTAG debugging.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

ESP32 development entry point. Invoke when user mentions ESP32, esp32 dev, or wants to set up an ESP32 project. Asks user to choose IDF or Arduino framework then loads the corresponding sub-skill. Supports Windows, Linux, macOS.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
تقنيو هندسة الكهرباء والإلكترونيات
الوصف

Use EmberInterDebugTool CLI for serial monitoring, device communication, firmware verification, and embedded debugging. Invoke when user needs serial interaction, log analysis, or AT command testing.

لغة النص الأصلي: الصينية

آخر تحديث
عرض ٢٤ من أصل ٢٤ skills مجمعة.