随笔分类 - ESP32
摘要:SP32-S3的大部分GPIO引脚都可以用来驱动MG90S舵机,不过需要注意一些限制和最佳实践。MG90S舵机通常只需要PWM信号控制,不需要高电流输出,所以ESP32-S3的数字GPIO引脚完全可以胜任。 以下是ESP32-S3可用作舵机控制的引脚信息: 通用GPIO引脚:ESP32-S3有45个
阅读全文
摘要:esp32s3 idf uart串口通信demo gpio21低电平时出发发送串口信息 #include <stdio.h> #include <string.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include
阅读全文
摘要:powershell打开esp32s3图形配置菜单menuconfig https://txwtech.blog.csdn.net/article/details/156432661 硬件基于基于ESP32S3CAM开发板,代码基于bread-compact-wifi-lcd修改 使用的摄像头是OV
阅读全文
摘要:# MCP (Model Context Protocol) 交互流程 NOTICE: AI 辅助生成, 在实现后台服务时, 请参照代码确认细节!! 本项目中的 MCP 协议用于后台 API(MCP 客户端)与 ESP32 设备(MCP 服务器)之间的通信,以便后台能够发现和调用设备提供的功能(工具
阅读全文
摘要:esp32 idf控制舵机MG90s 黄色:信号 红色:VCC 棕色:GND #include <stdio.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "driver/ledc.h" #include
阅读全文
摘要:无法打开 源 文件 "driver/ledc.h" cmakelists里面添加: idf_component_register(SRCS "hello_world_main.c" PRIV_REQUIRES spi_flash INCLUDE_DIRS "." REQUIRES driver PR
阅读全文
摘要:Unable to start debugging. Unexpected GDB output from command"-interpreter-exec console "target remote :3333"". Remote communication error.Target disc
阅读全文
摘要:有些usb接口是二合一的,显示 普通USB与jtag之间切换 切换到USB串行设备 切换到jtag https://dl.espressif.cn/dl/idf-driver/idf-driver-esp32-usb-jtag-2021-07-15.zip esp-prog调试工具 注意要选择Dua
阅读全文
摘要:ERROR CMake Error at G:/esp_idf/v5.3/esp-idf/tools/cmake/build.cmake:590 (message): ERROR: Error during request URL: https://components-file.espressif
阅读全文
摘要:https://blog.csdn.net/weixin_42727214/article/details/138634690 vscode esp32 idf环境搭建 https://blog.csdn.net/LinShengquan_/article/details/143317209
阅读全文
摘要:https://blog.csdn.net/qq_41868901/article/details/107998469
阅读全文
摘要:esp32编译后生成的目录路径build,创建的项目+\.pio\build\esp32dev D:\platformio_project\esp32_14idf_connect_wifi\.pio\build\esp32dev
阅读全文
摘要:Arduino char/char*/String数据类型转换String转换成char[ ]方法先通过.c_str()方法,将string.c_str()数据转成char*,在通过strcpy()函数实现转换char *strcpy(char *dest, const char *src)参数说明
阅读全文
摘要:https://blog.csdn.net/2301_77115619/article/details/147068865 esp32 s3 jtag调试
阅读全文
摘要:platformio版本esp32/esp8266
阅读全文
摘要:https://pan.baidu.com/s/1XXsPj5_A_F2H9-AKI0HlHw?pwd=1234 乐鑫ESP32-C3物联网开发实战
阅读全文
摘要:char str2date[50]; char str2time[50]; unsigned char date3[50]; unsigned char time3[50]; //sprintf(str2, "%4d-%02d-%02d %02d:%02d:%02d week:%d", timein
阅读全文
摘要:PlatformIO中的PlatformIO.ini配置 https://www.baidu.com/link?url=Wi8SxQwHC4_Wz4sMaMso29Ns8129KPFi7PqdTTVyIkYD-TbN0C73ko48tP_XHhsCSbm_MaiadQv8YDH0QjO0XZa7r4
阅读全文
摘要:arduino2.1.0-esp32_2.0.9-esp8266_3.1.1离线安装包 https://pan.baidu.com/s/1DFR2X6stro4PTXMg9rOrow?pwd=b4u0 提取码:b4u0 翻译 搜索 复制
阅读全文

浙公网安备 33010602011771号