5 Star 27 Fork 22

大橙子疯 / cotEsp8266

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

ESP8266

主要功能描述

基于 stm32 的esp8266驱动模板代码:

  • 程序框架为非阻塞式机制:即发送AT指令后并不是通过延时和死循环等待ESP8266响应

  • 指令响应回调处理:在收到ESP8266响应处理后,会执行设置的回调函数,可通过相关函数将数据内容解析出来

  • 支持常用AT指令集,也支持安信可指令集(微信一键配置WIFI,无需在程序中设置)

  • 操作自由,通过AT队列任务完成操作

注意事项

目前仅测试过客户端模式,连接 TCP 发送接收数据

关于作者

  1. CSDN 博客 blog.csdn.com
  2. 联系邮箱 const_zpc@163.com
  3. 了解更多可关注微信公众号

大橙子疯嵌入式

MIT License Copyright (c) 2021 大橙子疯 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

ESP8266 驱动模块, STM32 示例代码 展开 收起
C
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/const-zpc/cot_esp8266.git
git@gitee.com:const-zpc/cot_esp8266.git
const-zpc
cot_esp8266
cotEsp8266
master

搜索帮助