1 void ESP8266_Choose ( FunctionalState enumChoose ); //描述 :使能/禁用WF-ESP8266模块
2 void ESP8266_Rst ( void ); //描述 :重启WF-ESP8266模块
3 void ESP8266_AT_Test ( void ); //描述 :对WF-ESP8266模块进行AT测试启动
4 bool ESP8266_Cmd ( char * cmd, char * reply1, char * reply2, u32 waittime ); //描述 :对WF-ESP8266模块发送AT指令
5 bool ESP8266_Net_Mode_Choose ( ENUM_Net_ModeTypeDef enumMode ); //描述 :选择WF-ESP8266模块的工作模式
6 bool ESP8266_JoinAP ( char * pSSID, char * pPassWord ); //描述 :WF-ESP8266模块连接外部WiFi
7 bool ESP8266_BuildAP ( char * pSSID, char * pPassWord, char * enunPsdMode ); //描述 :WF-ESP8266模块创建WiFi热点
8 bool ESP8266_Enable_MultipleId ( FunctionalState enumEnUnvarnishTx ); //描述 :WF-ESP8266模块启动多连接
9 bool ESP8266_Link_Server ( ENUM_NetPro_TypeDef enumE, char * ip, char * ComNum, ENUM_ID_NO_TypeDef id); //描述 :WF-ESP8266模块连接外部服务器
10 bool ESP8266_StartOrShutServer ( FunctionalState enumMode, char * pPortNum, char * pTimeOver ); //描述 :WF-ESP8266模块开启或关闭服务器模式
11 bool ESP8266_SendString ( FunctionalState enumEnUnvarnishTx, char * pStr, u32 ulStrLength, ENUM_ID_NO_TypeDef ucId ); //描述 :WF-ESP8266模块发送字符串
12 char * ESP8266_ReceiveString ( FunctionalState enumEnUnvarnishTx ); //描述 :WF-ESP8266模块接收字符串
13 void ESP8266_STA_TCP_Client ( void ); //描述 :WF-ESP8266模块进行STA TCP Clien测试
14 void ESP8266_AP_TCP_Server ( void ); //描述 :WF-ESP8266模块进行AP TCP Server测试
15 void ESP8266_StaTcpClient_ApTcpServer ( void ); //描述 :WF-ESP8266模块进行STA(TCP Client)+AP(TCP Server)测试
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
STM32-ESP8266-wifi模块(AP模式发送数据),采用STM32F103ZET6芯片,提供ESP8266模块的控制程序,并在主程序里实现了wifi模块ESP8266用AP模式下发送数据的例子,包含代码详细介绍,访问web的程序。压缩包里提供了安卓和PC端的测试软件
资源推荐
资源详情
资源评论
收起资源包目录
STM32-ESP8266(AP模式发送数据).zip (92个子文件)
STM32-ESP8266(AP模式发送数据)
HARDWARE
SysTick
bsp_SysTick.h 217B
bsp_SysTick.c 2KB
gpio
bsp_gpio.h 122B
bsp_gpio.c 1KB
usart
bsp_usart1.c 2KB
bsp_usart2.h 341B
bsp_usart1.h 194B
bsp_usart2.c 5KB
wifi
wifi_function.c 16KB
wifi_function.h 2KB
wifi_config.c 1KB
wifi_config.h 2KB
KEY
key.h 1KB
key.c 1KB
cjson
cJSON.h 7KB
cJSON.c 27KB
LED
led.h 1KB
led.c 1KB
Doc
引脚连接.txt 317B
备注.txt 45B
网页控制ESP8266.txt 1KB
wifi_function.txt 3KB
WIFI-安卓和PC测试软件
USR-TCP232-Test.exe 1006KB
USR-TCP-Test.apk 193KB
CORE
startup_stm32f10x_md.s 12KB
core_cm3.c 17KB
core_cm3.h 84KB
startup_stm32f10x_hd.s 15KB
keilkilll.bat 399B
STM32F10x_FWLib
src
misc.c 7KB
stm32f10x_flash.c 61KB
stm32f10x_fsmc.c 35KB
stm32f10x_spi.c 30KB
stm32f10x_tim.c 107KB
stm32f10x_gpio.c 23KB
stm32f10x_dma.c 29KB
stm32f10x_dbgmcu.c 5KB
stm32f10x_sdio.c 28KB
stm32f10x_i2c.c 45KB
stm32f10x_adc.c 46KB
stm32f10x_bkp.c 8KB
stm32f10x_dac.c 19KB
stm32f10x_exti.c 7KB
stm32f10x_usart.c 37KB
stm32f10x_pwr.c 9KB
stm32f10x_iwdg.c 5KB
stm32f10x_rcc.c 50KB
stm32f10x_cec.c 11KB
stm32f10x_can.c 44KB
stm32f10x_rtc.c 8KB
stm32f10x_wwdg.c 6KB
stm32f10x_crc.c 3KB
inc
stm32f10x_wwdg.h 3KB
stm32f10x_dac.h 15KB
stm32f10x_sdio.h 21KB
stm32f10x_spi.h 17KB
stm32f10x_adc.h 21KB
stm32f10x_i2c.h 29KB
stm32f10x_crc.h 2KB
stm32f10x_pwr.h 4KB
stm32f10x_dma.h 20KB
stm32f10x_exti.h 7KB
stm32f10x_flash.h 25KB
stm32f10x_usart.h 16KB
stm32f10x_iwdg.h 4KB
stm32f10x_rtc.h 4KB
stm32f10x_bkp.h 7KB
stm32f10x_can.h 27KB
stm32f10x_cec.h 6KB
stm32f10x_rcc.h 30KB
stm32f10x_dbgmcu.h 4KB
stm32f10x_fsmc.h 26KB
stm32f10x_gpio.h 20KB
misc.h 9KB
stm32f10x_tim.h 51KB
USER
stm32f10x_it.h 2KB
USART.uvopt 162KB
USART.uvoptx 21KB
stm32f10x_conf.h 3KB
USART.uvguix.lenovo 69KB
system_stm32f10x.h 2KB
USART.uvguix.Administrator 72KB
USART.uvproj.saved_uv4 20KB
stm32f10x_it.c 6KB
stm32f10x.h 619KB
USART.uvprojx 21KB
system_stm32f10x.c 36KB
USART.uvguix.Tonlin_Chen 70KB
USART.uvgui.clark 142KB
main.c 3KB
JLinkSettings.ini 650B
OBJ
USART.hex 28KB
共 92 条
- 1
资源评论
- zhf_sai2019-06-22很不错的资源,正在学习中!
- weixin_387469512020-03-25很棒棒的资源,值得学习,谢谢分享。
TonlinChen
- 粉丝: 4
- 资源: 1
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功