Skip to main content

tuya/tuyaopen-ide-manifests

SkillsMP は tuya/tuyaopen-ide-manifests から 68 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
68
GitHub スター
2
GitHub フォーク
5

収集済み skill 68 件中 40 件を表示しています。

職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Configure device authorization credentials (UUID, AuthKey, PID) and network provisioning for TuyaOpen devices. Use when the user mentions device auth, authorization, UUID, AuthKey, tuya_config.h, provisioning, pairing, or cloud connection.…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Direct tyutool_cli usage for TuyaOpen hardware: list serial ports, flash firmware (write), read flash, hardware reset (DTR/RTS), and authorize devices (UUID/AuthKey via UART). Use when the user mentions tyutool, flashing directly, reading flash, hardware…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Create new TuyaOpen projects and platforms, manage build configurations, read and write Kconfig options non-interactively, update platform dependencies, and use tos.py subcommands. Use when the user mentions creating a project, tos.py new, saving or choosing…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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 —…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

>-

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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:…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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.…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Master / orchestrator skill for Tuya Ray panel miniapp development. Use this as the SINGLE ENTRY POINT for any panel miniapp task — it covers the full lifecycle (architecture → requirement → coding conventions → upload audit) and dispatches to category- or…

原文の言語: 中国語

更新
職業分類
ソフトウェア開発者
説明

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。

原文の言語: 英語

更新
職業分類
電子エンジニア(コンピュータ除く)
説明

Add a custom peripheral to a TuyaOpen project without modifying the SDK. Creates source/embedded/usr_board/ with usr_board.h and usr_board.c, implements usr_register_hardware() for custom TDD driver registration, and wires it into the app entry point…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Hardware-aware code generation for TuyaOpen embedded projects. Reads the project's confirmed hardware (.tuyaopen/used-peripherals.json) + board catalog (.tuyaopen/board-context.md), confirms the selection with the user, records it BEFORE writing code, then…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when the user asks to build, compile, rebuild, or clean a TuyaOS (tuyaos-legacy) app — including Chinese prompts like「编译 tuyaos xxx 应用」 「清理编译产物」「重新编译当前 app」, or English "build/compile/clean the TuyaOS app". Also use when adding custom .c/.h paths to…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

TuyaOS ADC via tkl_adc: init, single-channel read, deinit. ADC、采样、电压、模拟输入、tkl_adc。

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

TuyaOS Bluetooth LE via tal_bluetooth: peripheral advertising, central scan, and Tuya BLE remote service hooks. BLE、蓝牙、广播、扫描、从机、主机、tal_ble、蓝牙遥控器。

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

TuyaOS DVP camera capture/encode via tkl_vi / tkl_venc. DVP、摄像头、采集、H264、tkl_vi、tkl_venc。

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

TuyaOS on-chip GPIO via tkl_gpio: output, input, edge IRQ. GPIO、引脚、电平、中断、tkl_gpio、拉高拉低。

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

TuyaOS hardware I2C master via tkl_i2c. 硬件I2C、tkl_i2c、传感器总线、主模式读写。

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

TuyaOS microphone capture via tkl_ai_* + optional file write (tkl_fs). 麦克风、录音、tkl_ai、采集音频。

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

TuyaOS PWM via tkl_pwm: init, start, duty/freq update, stop. PWM、调光、蜂鸣器、舵机、tkl_pwm。

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

TuyaOS peripheral driver collection (tkl_*/tal_*). Board-agnostic API cards aligned with tuyaos_demo_examples. Use after tuyaos-hardware-vibe-coding confirms pins/mode. GPIO、I2C、PWM、ADC、SPI、定时器、看门狗、麦克风、喇叭、 DVP、WiFi、BLE、蓝牙、联网。

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

TuyaOS speaker playback via tkl_ao_* / tkl_ai_* and fs helpers. 喇叭、播放、MP3、tkl_ao、音频输出。

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

TuyaOS SPI master via tkl_spi: init, send, deinit. SPI、主机、tkl_spi、总线发送。

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

TuyaOS software (bit-bang) I2C built on tkl_gpio, from driver_gpio demo. 软件I2C、bit-bang、tdd_sw_i2c、GPIO模拟I2C。

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

TuyaOS hardware timer via tkl_timer: init, start, stop, callback. 硬件定时器、tkl_timer、周期回调。

原文の言語: 判定不能

更新
職業分類
ソフトウェア開発者
説明

TuyaOS watchdog via tal_watchdog (demo: os_watchdog). 看门狗、喂狗、tal_watchdog、防死机。

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

TuyaOS Wi-Fi via tal_wifi: station connect, AP start, scan, low power. WiFi、联网、STA、AP、扫网、配网、tal_wifi、连接路由器、热点。

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Hardware-aware code generation for TuyaOS (tuyaos-legacy) apps. Confirms pins/instance with the user, writes tkl_*/tal_* driver code under apps/<app>/src, and registers sources/headers in local.mk when needed. Canonical demos:…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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。

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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、人脸识别、图像采集。

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

TDL + filesystem API for Micro SD card over SPI. 用 tkl_fs_mount() + tkl_fopen/fwrite/fread 读写 SD 卡。

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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。

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
電子エンジニア(コンピュータ除く)
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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。

原文の言語: 英語

更新
職業分類
ウェブ開発者
説明

帮助 Agent 在 Ray 小程序中正确集成 `@ray/charts-library`,包括场景卡片(EleChartCard、TempAndHumChartCard、IlluminanceChartCard)、DataSourceProvider 涂鸦计量数据源、可组合周期控件(ChartPeriodProvider、ChartGranularityPicker、ChartPeriodNavigator、ChartSeriesPanel、useChartPeriodContext)及图表选项工具函数。适用于用…

原文の言語: 中国語

更新
職業分類
ソフトウェア開発者
説明

将 @ray-js/electrician-timing-sdk 接入业务代码位于 src/* 的 Ray 小程序 / 面板宿主工程。覆盖 app onLaunch 一次性 init、设备或群组切换时按需 changeConfig、页面级 ConflictPopup 与 useDefaultModal 联动,以及六类定时——云定时、循环、随机、点动(延时关 / 点动定时 / inching)、倒计时、天文(天文**不**属于本 SDK)。当用户提到「电工定时 SDK 接入」「Ray…

原文の言語: 中国語

更新
収集済み skill 68 件中 40 件を表示しています。