ESP
文章平均质量分 93
sin1111yi
嵌入式开发学习中
展开
-
STM32与MQTT(一)STM32+ESP8266连接TCP服务器
STM32+ESP8266使用MQTT协议连接华为云0. 前言1. 开发前准备1.1 准备工作1.2 说明2. 砌墙——正式开始开发2.1 第一块砖——USART1与USART2串口使用2.1.1 两个串口使用上的区别2.1.2 工程配置2.1.3 修改 *"usart.h"*2.1.4 修改 *"usart.c"*2.1.5 修改 *"stm32f1xx_it.c"*2.1.6 设置监听2.1.7 测试代码2.2 混凝土——连接STM32与ESP82662.2.1 熟悉AT指令2.2.2 串口驱动ESP原创 2021-07-27 17:03:31 · 12447 阅读 · 1 评论 -
Arduino core for ESP8266 WiFi chip
Arduino core for ESP8266 WiFi chipQuick linksLatest release documentationCurrent “git version” documentationInstall git version (sources)Arduino on ESP8266This project brings support for the ESP8266 chip to the Arduino environment. It lets you writ转载 2021-06-11 16:43:20 · 574 阅读 · 1 评论 -
ESP8266+Arduino+Git环境配置
0.引入用IDE本身安装的方法就不再说了,如果IDE可以获取到那么相比也不会来搜索环境配置问题了。首先参考这个网站,这个是官方的文档:官方文档Git版这个是在Github上ESP8266项目中的README.md文档中指出的方法,下面引用一部分我们需要的:### Using git version[![Linux build status](https://travis-ci.org/esp8266/Arduino.svg)](https://travis-ci.org/esp8266/Ar原创 2021-06-11 16:38:04 · 706 阅读 · 3 评论