All Projects → imliubo → Makingfunxyz Esp8266

imliubo / Makingfunxyz Esp8266

Licence: other
个人ESP8266学习笔记。

Programming Languages

assembly
5116 projects

Projects that are alternatives of or similar to Makingfunxyz Esp8266

Blynk Library
Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc.
Stars: ✭ 3,305 (+1879.04%)
Mutual labels:  espressif, iot, esp8266
Awesome Esp
📶 A curated list of awesome ESP8266/32 projects and code
Stars: ✭ 212 (+26.95%)
Mutual labels:  espressif, iot, esp8266
Easyntpclient
Library to read time from Network Time Protocol (NTP) servers.
Stars: ✭ 20 (-88.02%)
Mutual labels:  espressif, iot, esp8266
Esp32marauder
A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32
Stars: ✭ 233 (+39.52%)
Mutual labels:  espressif, iot, esp8266
Sming
Sming - Open Source framework for high efficiency native ESP8266 development
Stars: ✭ 1,197 (+616.77%)
Mutual labels:  espressif, iot, esp8266
App Release
An IoT Solution,this is the android release app | download ios app in app store
Stars: ✭ 104 (-37.72%)
Mutual labels:  iot, esp8266
Esp8266
ESP8266 NodeMCU Workshop
Stars: ✭ 109 (-34.73%)
Mutual labels:  iot, esp8266
Enigmaiot
Secure sensor and gateway platform based on ESP8266 and ESP32
Stars: ✭ 120 (-28.14%)
Mutual labels:  iot, esp8266
Home Assistant Config
My Home Assistant Configuration 🏡🏡
Stars: ✭ 133 (-20.36%)
Mutual labels:  iot, esp8266
Esp8266 aliyun mqtt app
基于ESP8266官方SDK快速接入阿里云物联网平台
Stars: ✭ 81 (-51.5%)
Mutual labels:  iot, esp8266
Gateway Go
🎁GateWay Client for OpenIoTHub[云易连访问内网端口和设备的网关]
Stars: ✭ 127 (-23.95%)
Mutual labels:  iot, esp8266
Mycontroller V1 Legacy
The Open Source Controller
Stars: ✭ 135 (-19.16%)
Mutual labels:  iot, esp8266
Feature Requests
ESPHome Feature Request Tracker
Stars: ✭ 160 (-4.19%)
Mutual labels:  iot, esp8266
Awtrix1.0
(Outdated) Smart RGB Matrix Clock
Stars: ✭ 99 (-40.72%)
Mutual labels:  iot, esp8266
Swifitch
Swifitch is ESP8266 based relay board that could be used to turn any light or any wall socket into smart one!
Stars: ✭ 117 (-29.94%)
Mutual labels:  iot, esp8266
Homie Esp8266
💡 ESP8266 framework for Homie, a lightweight MQTT convention for the IoT
Stars: ✭ 1,241 (+643.11%)
Mutual labels:  iot, esp8266
Server Go
🎨OpenIoTHub Server[内网穿透和物联网设备管理服务器]
Stars: ✭ 127 (-23.95%)
Mutual labels:  iot, esp8266
Lib Python
Blynk IoT library for Python and Micropython
Stars: ✭ 140 (-16.17%)
Mutual labels:  iot, esp8266
Blinker Doc
blinker中文文档
Stars: ✭ 139 (-16.77%)
Mutual labels:  iot, esp8266
Esp8266 Tiny Door And Window Sensor
Battery powered door and window sensor with ultra low standby power. Arduino, ESP-12, Reed switch, ATtiny, LDO
Stars: ✭ 146 (-12.57%)
Mutual labels:  iot, esp8266

makingfunxyz-esp8266

相关教程可以去wiki界面查看,也欢迎你与我一起编写wiki教程 任意门~~

现在在知乎专栏 IAMLIUBO的神奇物联网之旅 更新连载,大家可以关注专栏以便获得最新文章推送。

相关视频在B站连载中,大家可以在B站看到相关例程的演示视频。 B站传送门

QQ交流群592587184,个人精力有关,群内一般不答疑,有问题主要以issue为主。

例程

ESP8266-NONOS example base on NonOS SDK V3.0

ESP8266-RTOS example base on RTOS SDK V3.0

关于ESP8266的文章

基于 ESP8266 和 Ubidots 的温室报警系统

“Nero”:一款基于 ESP8266 的智能手套,可远程控制设备

Kniwwelino:一款基于 ESP8266 的教育用开发套件

基于 ESP8266 的 Spotify 遥控

基于 ESP8266 Wi-Fi 控制模块的模型飞机飞上蓝天

基于 ESP8266 的智能停车 App

基于 ESP8266 的 Arduino 智能家居机器人

4-Mation:ESP8266 驱动的 3D 西洋镜套件

基于 ESP8266 的智能垃圾箱

“SmartMali”:基于 ESP8266 的智能花盆


好久没有关注ESP8266,最近看到ESP8266 RTOS SDK进行了一次大升级,正在逐步往ESP32的风格靠近,最重要的是ESP-IDF也将会支持ESP8266的开发,可以预见的是将来ESP8266和ESP32的开发将会更加便利。

ESP8266 RTOS SDK V3.0 更新说明

  • BootLoader 兼容 ESP-IDF
  • 大部分 API 接口兼容 ESP-IDF
  • 重构 Wi-Fi 底层架构,增强稳定性
  • 支持 ESP Log,用户可以配置不同的打印信息等级
  • 支持 NVS 和 Partition 存储方式
  • 支持开启 Menu 配置界面,支持命令行下载,命令行串口监控等工具
  • 支持 UART,GPIO 驱动,其他更多的驱动将在后续版本添加
  • 完善对 newlib 的支持, 增加了支持多线程、Nano 和 Normal 模式、时间管理接口
  • 更新 FreeRTOS 至版本 v10.0.1
  • 更新 LWIP 至版本 v2.0.3
  • 更新 mbedTLS 至版本 v2.8.0
  • 提供 AWS IoT,MQTT,OTA,HTTP,HTTPS 等应用示例

环境搭建失败,具体原因不详

没想到,简简单单的一个环境搭建就失败了,真是让人感觉到羞愧,最可怕的是连失败的原因都不晓得,好在有人遇到了跟我类似的问题,不是我自己一个人的问题,具体原因还在等官方回复,等待

原因已找到,万万让人没有想到的是,竟然是解压工具的锅,估计是不同平台下的压缩工具算法不同,导致解压出来的文件少了很多。解决办法查看这里

原文链接:乐鑫 物联网操作系统 即将同时支持 ESP8266 和 ESP32

个人主页:唯有爱与科技不可辜负
停更很久了,后期会在主页分享一些开源项目。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].