首页 > TAG信息列表 > softAP

203-ESP32_SDK开发-softAP+station共存模式

<p><iframe name="ifd" src="https://mnifdv.cn/resource/cnblogs/LearnESP32" frameborder="0" scrolling="auto" width="100%" height="1500"></iframe></p>   说明 这节测试一下模组softAP+st

201-ESP32_SDK开发-softAP模式配置模组发出的热点

  <p><iframe name="ifd" src="https://mnifdv.cn/resource/cnblogs/LearnESP32" frameborder="0" scrolling="auto" width="100%" height="1500"></iframe></p>   官方提供的例程在这里      

Arduino ESP32 WiFi功能

参考链接 目的 使用ESP32一般是为了它的WiFi功能,使用这块功能最基本的就是建立/连接网络这些基本操作,其它面向用户的网络应用都是建立在这基础上的。 建立网络(AP) 基础使用 建立网络只需两步: 引用WiFi库#include <WiFi.h>; 启动AP网络WiFi.softAP(ssid); 将下面代码上传到模块中: #

Wi-Fi AT命令

AT + CWMODE:设置Wi-Fi模式(Station / SoftAP / Station + SoftAP)。 AT + CWJAP:连接到AP。 AT + CWRECONNCFG:配置Wi-Fi重新连接间隔和最大时间。 AT + CWLAPOPT:设置命令AT + CWLAP的配置。 AT + CWLAP:列出可用的AP。 AT + CWQAP:与AP断开连接。 AT + CWSAP:配置ESP SoftAP。 AT +