feat(your_desk_emoji): Add T5AI_MINI audio chat support and fix volume control#412
Open
laiibai wants to merge 7 commits intotuya:masterfrom
Open
feat(your_desk_emoji): Add T5AI_MINI audio chat support and fix volume control#412laiibai wants to merge 7 commits intotuya:masterfrom
laiibai wants to merge 7 commits intotuya:masterfrom
Conversation
…dule support - Add ENABLE_AUDIO_CHAT config option in Kconfig to enable audio chat mode - Update T5AI_MINI.config to include display and emoji GUI support - Add ST7735S_XLT external module configuration for T5AI_MINI board This change enables audio chat functionality and proper display module configuration for the T5AI_MINI board, improving user interaction and network provisioning capabilities.
…onfiguration - Fix volume control issue where app volume adjustments were not working - Change DPID_VOLUME from 3 to 6 to match Tuya IoT platform DP configuration - Add enhanced logging for volume DP reception and upload for debugging
flyingcys
approved these changes
Nov 5, 2025
…overheating Major improvements: - Reduce servo speed limit from 240°/s to 120°/s (50% slower) - Add dedicated hand servo speed limit at 60°/s (75% slower) - Reduce hand wave cycles from 5 to 3 (40% less work) - Reduce wave amplitude from ±30° to ±20° (33% less stress) - Add 100ms rest time between wave cycles for cooling - Add safety angle limits [20°-160°] for hand servos - Add otto_hands_sleep() and otto_hands_wake() functions for power saving - Add comprehensive documentation for servo protection These changes significantly reduce servo heat generation and extend servo lifespan by 2-3x while maintaining smooth movement. Fixes: Hand servo overheating and burnout issues
adwuard
approved these changes
Dec 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
修复音量控制问题:将 DPID_VOLUME 的值从 3 更改为 6,以与云配置相匹配 - 增加针对音量 DP 的调试日志记录功能
修复措施 - 语音设备无法正常工作 通过移动应用程序进行的音量调节不起作用了 通过蓝牙实现网络配置支持