搜索资源列表
nodemcu-firmware
- 一个基于LUA固件支持WiFi-SOC esp8266 基于[ESP8266 SDK0.9.4],2014-12-30更新版本-LUA-based firmware supports WiFi-SOC esp8266 based [ESP8266 SDK0.9.4], 2014-12-30 updated version
74HC4067
- 74HC4067驱动程序(ESP8266).-74HC4067 driver (ESP8266).
ESP8266__Hardware_User_Guide
- 关于esp8266的详细硬件说明,对于软件设计很有帮助!-About esp8266 detailed hardware descr iption, the software design is helpful!
ESP_8266
- esp8266是一款完美的WIFI应用模块,在很多家具解决方案中性能优良,这是一款应用单片机驱动完整源代码,希望对大家开发WIFI有帮助!-esp8266 WIFI is a perfect application modules, high-performance solutions in a lot of furniture, this application is a complete single-chip driver source code, we hope to help deve
ESP8266-STM32F0-WifiComms-master
- stm32 wifi ESP8266 IOT
ESP8266_IOT_PLATFORM-master
- ESP8266 WIFI project sample code
at-firmware
- ESP8266源码,带AT命令,使用eclipse编译-ESP8266 firmware with at command,use eclipse
ESP8266_NONOS_SDK161128
- ESP8266网络连接,可控制两路开关,带串口AT配置-ESP8266 network connection, can control two switches, with serial AT configuration
ESP8266
- 单片机测量温湿度,通过esp8266上传到物联网上-SCM Measurement of temperature and humidity, uploaded to the Internet through esp8266
esp8266-20170108-v1.8.7-(latest)
- esp8266 2017年5月最新AT指令固件刷机包,测试可用。-Esp8266 May 2017 latest AT instruction firmware brush package, test available.
ESP8266-USART
- ESP8266通过串口发送接收数据,使用串口调试助手查看。-ESP8266 through the serial port to send data to receive, use serial debugging assistant to view.
ESP8266-PWN
- ESP8266输出3路PWM,通过LED已验证-ESP8266 output 3 PWM, verified by LED
ESP8266+STM32WIFI
- ESP8266+STM32的WIFI源代码,资源包含相应的原理图和datasheet,描述详细,可以使用。
ESP8266
- esp8266 wifi模块 通过stm8的 的 AT指令的配置调用函数库(The esp8266 WiFi module calls the function library through the configuration of the AT instruction of stm8)
myhttp
- esp8266http通信示例,只需将URL放在head中即可,适合刚学esp8266的朋友(Esp8266http communication example, just put URL in head can, suitable for just learning esp8266 friends)
51黑论坛_WIFI—ESP8266
- stm32,使用esp8266上传DHT11温湿度,或透传(STM32, using esp8266 to upload DHT11 temperature and humidity)
探针数据分割输出
- ESP8266探针数据用于分割输出,不仅可以分割出数据中指定的MAC地址,还可以将频段分割输出来。(The ESP8266 probe data is used to split the output, and the MAC address can be separated.)
20YD-ESP8266(TCP服务器(STA模式))实验
- 网络模块ESP8266的实验,调试通过,基于STM32F103RC(The experiment of the network module ESP8266, debug and pass, based on STM32F103RC)
Arduino开发
- 实现了ESP8266模块软串口通讯,引脚标注已经在代码中注明(The soft serial communication of ESP8266 module has been realized)
ESP8266-WIFI模块应用
- ESP8266 是一个完整且成体系的Wi-Fi 网络解决方案,能够搭载软件应用, 或通过另一个应处理器卸载所有Wi-Fi 网络功能。我们使用的ESP8266 是串口型 WIFI,速度比较低,不能用来传输图像或者视频这些大容量的数据,主要应用于 数据量传输比较少的场合,比如温度信息,一些传感器的开关量等。当然传输的 数据量虽说少,但也能一次传输几千字节的数据,而且通信非常稳定,可以满足 大多数应用。