上一页 1 2 3 4 5 6 7 8 9 10 ··· 132 下一页
摘要: SP32-S3的大部分GPIO引脚都可以用来驱动MG90S舵机,不过需要注意一些限制和最佳实践。MG90S舵机通常只需要PWM信号控制,不需要高电流输出,所以ESP32-S3的数字GPIO引脚完全可以胜任。 以下是ESP32-S3可用作舵机控制的引脚信息: 通用GPIO引脚:ESP32-S3有45个 阅读全文
posted @ 2026-01-13 21:24 txwtech 阅读(120) 评论(0) 推荐(0)
摘要: 0x00007FF7D3D1839A 处有未经处理的异常(在 AiEquAssistant.exe 中): 0xC00000FD: Stack overflow (参数: 0x0000000000000001, 0x0000009222603F18)。 connect(this, &AiEquAss 阅读全文
posted @ 2026-01-12 14:24 txwtech 阅读(18) 评论(0) 推荐(0)
摘要: esp32s3 idf uart串口通信demo gpio21低电平时出发发送串口信息 #include <stdio.h> #include <string.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include 阅读全文
posted @ 2026-01-08 19:46 txwtech 阅读(14) 评论(1) 推荐(0)
摘要: powershell打开esp32s3图形配置菜单menuconfig https://txwtech.blog.csdn.net/article/details/156432661 硬件基于基于ESP32S3CAM开发板,代码基于bread-compact-wifi-lcd修改 使用的摄像头是OV 阅读全文
posted @ 2026-01-08 19:33 txwtech 阅读(110) 评论(1) 推荐(0)
摘要: # MCP (Model Context Protocol) 交互流程 NOTICE: AI 辅助生成, 在实现后台服务时, 请参照代码确认细节!! 本项目中的 MCP 协议用于后台 API(MCP 客户端)与 ESP32 设备(MCP 服务器)之间的通信,以便后台能够发现和调用设备提供的功能(工具 阅读全文
posted @ 2026-01-06 13:32 txwtech 阅读(110) 评论(0) 推荐(0)
摘要: esp32 idf控制舵机MG90s 黄色:信号 红色:VCC 棕色:GND #include <stdio.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "driver/ledc.h" #include 阅读全文
posted @ 2026-01-03 13:58 txwtech 阅读(49) 评论(0) 推荐(0)
摘要: 无法打开 源 文件 "driver/ledc.h" cmakelists里面添加: idf_component_register(SRCS "hello_world_main.c" PRIV_REQUIRES spi_flash INCLUDE_DIRS "." REQUIRES driver PR 阅读全文
posted @ 2026-01-03 11:18 txwtech 阅读(18) 评论(0) 推荐(0)
摘要: [QxOrm] qx::QxSqlDatabase : 'unable to open connection to database' Error number '28041' : ORA-28041: authentication protocol internal error instantcl 阅读全文
posted @ 2025-12-30 17:23 txwtech 阅读(67) 评论(0) 推荐(0)
摘要: "2025-12-30 14:59:44:Oracle开始连接start" “SugarTvision.exe”(Win32): 已加载“D:\QT_Project_vs\SugarTvision\x64\Debug\plugins\sqldrivers\qsqlocid.dll”。已加载符号。 “ 阅读全文
posted @ 2025-12-30 15:35 txwtech 阅读(26) 评论(0) 推荐(0)
摘要: c#在预检界面弹出的对话框有时卡顿导致系统无响应 在线程中启用了窗口,需要Invoke this.Invoke((MethodInvoker)delegate { var form = new Form_Zimo(...); form.ShowDialog(this); }); 阅读全文
posted @ 2025-12-30 13:42 txwtech 阅读(31) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 132 下一页