Giter Site home page Giter Site logo

seco / studyinesp8266 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xuhongv/studyinesp8266

0.0 1.0 0.0 56.69 MB

【深度开源】wiif模块esp8266学习之旅(持续更新,欢迎 Star...)

Makefile 0.47% Assembly 89.68% C 6.51% C++ 0.57% Shell 0.15% Batchfile 0.10% Python 0.10% HTML 2.27% CSS 0.04% JavaScript 0.07% Objective-C 0.03% Lua 0.01%

studyinesp8266's Introduction

Banner


《StudyIn8266》 小徐寄言:

《StudyIn8266》 的设计目的是用于帮助新手学习8266原生SDK的各种项目汇总,同时也有集成的项目,让开发者能在这基础代码的设计。不管是新项目的创建,或是已有项目的维护,均可使开发效率和项目质量得到大幅度提升。

CSDN博客博文:http://blog.csdn.net/xh870189248/article/details/77985541

目录说明:

     文件夹名字(代表一个工程)   说明 文档说明链接
2_ButtonLight 一个按键点亮一个LED灯。 http://blog.csdn.net/xh870189248/article/details/78126689
3_TimerLED 软件定时器实现0.5s闪烁一盏LED。 http://blog.csdn.net/xh870189248/article/details/78155357
5_PWM_LED PWM控制一盏LED的亮度变化。 http://blog.csdn.net/xh870189248/article/details/78202224
6_PostAndGet post和get请求天气预报信息封装例子。 http://blog.csdn.net/xh870189248/article/details/78656563
7_SmartConfig 基于乐鑫的SDK的按键触发一键配网smartConfig模式上云端代码。 http://blog.csdn.net/xh870189248/article/details/78677952
8_softAPToNet 基于乐鑫的SDK的按键触发softAP模式上云端代码。 http://blog.csdn.net/xh870189248/article/details/78703905
9_TcpAndUdp 8266的TCP、UDP的客户端服务端代码工程。 http://blog.csdn.net/xh870189248/article/details/78739311
10_ESP8266_MQTT_CSDN_1 【小实战上篇】Windows系统搭建8266的本地Mqtt服务器,局域网点亮一盏LED灯。 http://blog.csdn.net/xh870189248/article/details/78761948
11_ESP8266_CSDN_MQTT_2 【小实战下篇】Windows系统搭建8266的本地Mqtt服务器,局域网点亮一盏LED灯。 http://blog.csdn.net/xh870189248/article/details/78777371
12_Esp8266-Alink_OneLED 接入阿里智能控制LED。 http://blog.csdn.net/xh870189248/article/details/78807018
13_ESP8266_smartConfi_MQTT Mqtt协议+smartConfig控制一盏LED(基于2.1.0版本) http://blog.csdn.net/xh870189248/article/details/79052347
14_ESP8266_smartConfig_Mqtt Mqtt协议+smartConfig控制一盏LED(基于2.2.0版本) http://blog.csdn.net/xh870189248/article/details/79052347
14_ESP8266_smartConfig_Mqtt Mqtt协议+smartConfig控制一盏LED(基于2.2.0版本) http://blog.csdn.net/xh870189248/article/details/79052347
15_ESP8266_Timer2 2018-1-17 (基于NONOS 2.2.0版本)硬件中断定时器控制闪烁一盏LED http://blog.csdn.net/xh870189248/article/details/78155357
16_ESP8266_RTOS_SDK_V1.5.0 (基于FreeRtos 1.5.0版本)的 hello world 串口打印工程模板 http://blog.csdn.net/xh870189248/article/details/79103373
17_ESP8266_RedInfra1883 乐鑫8266的红外线遥控控制1883固件 http://blog.csdn.net/xh870189248/article/details/79486075
Gizkit_soc_pet 机智云Gokit2、3扩展板的soc方案宠物屋代码。 ...
GokitTimerLight 基于机智云平台soc方案定时开启一个LED的源码。 http://club.gizwits.com/thread-7787-1-1.html
 

学习借鉴:


Banner

以下是博主的总结:


①、最小系统电路图:搭建开发环境,开始一个“hellow world”串口打印: http://blog.csdn.net/xh870189248/article/details/77985541

8266最小系统 


②、按钮点亮一个LED灯电路图: http://blog.csdn.net/xh870189248/article/details/78126689

8266最小系统


③、使用软件定时器闪烁一个LED灯电路图: http://blog.csdn.net/xh870189248/article/details/78155357

8266最小系统


④ 了解PWM,更为深入地用PWM控制一盏LED的亮度变化。: http://blog.csdn.net/xh870189248/article/details/78202224

8266最小系统


④ 基于乐鑫的SDK的按键触发一键配网smartConfig模式代码。 : http://blog.csdn.net/xh870189248/article/details/78677952

8266最小系统


⑤ softAP热点配网模式原理,仿“机智云”定义自己的热点配网模式协议。 : http://blog.csdn.net/xh870189248/article/details/78703905

8266最小系统


⑥ Windows系统搭建8266的本地Mqtt服务器,局域网点亮一盏LED灯。 : http://blog.csdn.net/xh870189248/article/details/78761948

8266最小系统

studyinesp8266's People

Contributors

xuhongv avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.