Search found 3 matches
- Thu Apr 24, 2025 12:37 pm
- Forum: ESP-IDF 中文讨论版
- Topic: 为什么使用ESP32C6进行蓝牙通信,好多手机找不到设备
- Replies: 2
- Views: 333
Re: 为什么使用ESP32C6进行蓝牙通信,好多手机找不到设备
蓝牙好像是区分经典版和节能版
- Thu Apr 24, 2025 12:34 pm
- Forum: ESP-IDF 中文讨论版
- Topic: ESP32S3运行wifi中的softAP示例时,无wifi信号输出
- Replies: 12
- Views: 15352
Re: ESP32S3运行wifi中的softAP示例时,无wifi信号输出
兄弟,你这个问题最后的处理结果是什么?能回复一下吗?我也遇到信号问题了,搜索scan很正常,就是ap没有,有时候摸摸板子又能搜到,但是信号很弱,手上跟你一样只有15pf 和 22pf,没办法过多测试晶振电容,也没有仪器
- Wed Mar 12, 2025 3:45 pm
- Forum: ESP-IDF 中文讨论版
- Topic: esp_http_server.h,HTTP协议头出现了这个Nothing matches the given URI
- Replies: 0
- Views: 2103
esp_http_server.h,HTTP协议头出现了这个Nothing matches the given URI
抓包看到的,应该是debug信息掺和进去了,用的是ESP-IDF 5.4
PROPFIND /webdav/123/ HTTP/1.1
Depth: 1
Content-Type: text/xml; charset=utf-8
Content-Length: 93
Host: 192.168.31.118
Connection: Keep-Alive
User-Agent: Sardine/0.0
Authorization: Basic ZmFrZTpmYWtl
<?xml version="1.0" encoding="utf-8" ?><D:propfind xmlns:D ...
PROPFIND /webdav/123/ HTTP/1.1
Depth: 1
Content-Type: text/xml; charset=utf-8
Content-Length: 93
Host: 192.168.31.118
Connection: Keep-Alive
User-Agent: Sardine/0.0
Authorization: Basic ZmFrZTpmYWtl
<?xml version="1.0" encoding="utf-8" ?><D:propfind xmlns:D ...