Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
tuya
ملف منشئ GitHub

tuya

عرض على مستوى المستودعات لـ 56 skills مجمعة عبر 5 مستودعات GitHub.

skills مجمعة
56
مستودعات
5
محدث
2026-07-10
مستكشف المستودعات

المستودعات و skills الممثلة

smart-product-dev
مطوّرو البرمجيات

End-to-end IoT product development orchestration for TuyaOpen projects. Guides from requirements gathering → Tuya Platform product/DP creation → complete embedded firmware generation. State-machine: detects project state and picks up from wherever development currently stands.

2026-06-30
tuyaopen-peripheral-audio
المهندسون الإلكترونيون (باستثناء الحاسوب)

TDL audio codec usage for TuyaOpen: discover the audio device, capture microphone PCM frames via callback, play PCM back to the speaker, and set volume. 音频、麦克风、录音、播放、喇叭、扬声器、speaker、mic、声音、语音、codec。

2026-06-18
tuyaopen-peripheral-button
المهندسون الإلكترونيون (باستثناء الحاسوب)

TDL button input handling for TuyaOpen: create button, register event callbacks for single click, double click, long press, and multi-click. 按键、单击、双击、长按、多击、按键事件。

2026-06-18
tuyaopen-peripheral-camera
المهندسون الإلكترونيون (باستثناء الحاسوب)

TDL camera control for TuyaOpen: find device, configure resolution/fps/format, open with frame callbacks for YUV422 and JPEG/H264 encoded output. 摄像头、相机、拍照、视频流、YUV、JPEG、H264、人脸识别、图像采集。

2026-06-18
tuyaopen-peripheral-display
المهندسون الإلكترونيون (باستثناء الحاسوب)

TDL display control for TuyaOpen: driver registration, open, brightness, and framebuffer flush via tdl_disp_* APIs. 显示屏、LCD、屏幕、显示、绘制、亮度、刷屏。

2026-06-18
tuyaopen-peripheral-printer
مطوّرو البرمجيات

TDL thermal printer usage for TuyaOpen: discover the printer, print UTF-8 text (auto GBK conversion on ESC/POS), print 1-bit bitmaps, feed paper, and monitor paper/temperature status. 打印机、热敏打印、打印、小票、票据、出纸、ESC/POS、printer、DP48A。

2026-06-18
tuyaopen-peripheral-touch
مطوّرو البرمجيات

TDL touch panel (touchpad) usage for TuyaOpen: discover the touch device, poll for touch coordinates, and handle multi-touch points. Touch shares the display's device name. 触摸、触摸屏、触控、触点、手势、点击、滑动、touchpad、touch、GT911、GT1151、CST816。

2026-06-18
tuyaopen-peripheral-drivers
مطوّرو البرمجيات

TDL peripheral driver usage collection for TuyaOpen. Includes skills for display (LVGL/raw framebuffer), camera (YUV422/JPEG/H264), button events, and LED indicator control. Board-agnostic — covers TDL API usage only. 显示屏驱动、摄像头、按键、指示灯、TDL、外设API。

2026-06-18
عرض أهم 8 من أصل 42 skills مجمعة في هذا المستودع.
tuyaopen-build
مطوّرو البرمجيات

Build and compile TuyaOpen projects, select build configurations, edit Kconfig options, clean artifacts, and run Linux ELF binaries. Use when the user mentions compiling, building, tos.py build, config choice, menuconfig, Kconfig, build error, or running a project. 项目编译、构建、编译配置、清理编译、编译错误、menuconfig、Kconfig。

2026-07-03
tuyaopen-project-config
مطوّرو البرمجيات

Create new TuyaOpen projects and platforms, manage build configurations, update platform dependencies, and use tos.py subcommands. Use when the user mentions creating a project, tos.py new, saving or choosing a config, tos.py update, or general tos.py usage. 创建项目、新建工程、配置管理、保存配置、选择配置、更新依赖。

2026-07-03
tuyaopen-cli-debug
مديرو الشبكات وأنظمة الحاسوب

Send commands to the TuyaOpen device serial CLI (tal_cli) over UART and capture responses. Use when the user wants to run CLI commands on a connected T5AI, ESP32, T2, T3, or LN882H board — such as sys_reset, kv_dump, fs_ls, or custom registered commands — without opening a foreground monitor. Auto-discovers the USB serial port and platform baud rate. 设备CLI命令、串口命令、tal_cli、kv_dump、sys_reset、串口调试。

2026-06-25
tuyaopen-crash-decode
مطوّرو البرمجيات

Decode a TuyaOpen firmware crash dump (PC, LR, stack pointers) to source file:line by invoking the right per-platform `addr2line` against the debug ELF. Use when the user pastes a panic log / hard-fault dump containing raw hex code addresses (e.g. "PC: 0x021d8e96"). Covers T5AI (BK7258, ARM Cortex-M), ESP32/S3 (Xtensa), T2, T3, LN882H — each ships its own toolchain inside the TuyaOpen tree. 固件崩溃解码、panic、hard fault、PC/LR地址解析、addr2line。

2026-06-25
tuyaopen-debug-helper
مطوّرو البرمجيات

Agent-friendly non-blocking serial log capture for TuyaOpen devices. Runs tos.py monitor in the background, writes logs to file, and lets the agent tail or stop it at any time. Use when the agent needs to capture device logs without blocking, run a debug session, or monitor UART output during a build-flash-analyze loop. 后台串口日志、非阻塞监控、设备日志捕获、agent日志分析。

2026-06-17
tuyaopen-dev-loop
مطوّرو البرمجيات

Automated build-flash-monitor-analyze development loop for TuyaOpen devices. Covers log analysis, error patterns, CLI testing, and iterative debugging. Use when the user mentions dev loop, automated testing, log analysis, debug cycle, iterative development, or CI loop. 开发闭环、自动化测试、日志分析、调试循环、迭代开发。

2026-06-17
tuyaopen-code-check
مطوّرو البرمجيات

>-

2026-06-17
tuyaopen-env-setup
مديرو الشبكات وأنظمة الحاسوب

Set up and activate the TuyaOpen development environment, install system dependencies, and initialize tos.py. Use when the user mentions environment setup, activating the SDK, installing dependencies, export.sh, or when tos.py is not found. 环境搭建、环境初始化、激活开发环境、安装依赖。

2026-05-26
عرض أهم 8 من أصل 10 skills مجمعة في هذا المستودع.
عرض 5 من أصل 5 مستودعات
تم تحميل كل المستودعات