blog_post/_posts/ESP8266开发前言.md
2024-04-03 08:20:53 +08:00

19 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: ESP8266开发历程前言
categories:
- ESP8266
images: 'https://s1.ax1x.com/2018/03/01/9Dh6oR.jpg'
abbrlink: c1690bc8
date: 2018-01-21 14:43:23
tags:
---
## 意义:
这算是第一个教程吧ESP8266从大三到现在学了到现在但是没有什么记录。回头又得拿着代码一点一点看所以打算记录一下。同时也会兼顾一些解释和教程性质的东西给能找到这的人看看吧希望能给你一点帮助。
## 更新:
更新的话不定时。至于内容的顺序就先按照一个hello world的实现来写从引脚IDE下载工具接线到写hello world到下载查看。这些讲完的话打开你也就懂怎么做了。但是我不会写IO的使用因为我觉得他的定位作为wifi芯片比较好就不要掺杂其他的的东西了(个人看法)。后面的软件层面的实现(主要是网络通信的应用)的话,也会写一部分。不过感觉网上其实挺多的教程(比较零散),所以不排除会直接把比较好的搬运过来然后配合自己的理解说一下。