美文网首页我爱编程
看到的几个不错的ESP8266项目

看到的几个不错的ESP8266项目

作者: 剑山 | 来源:发表于2018-04-29 21:27 被阅读1269次

    Sonoff-Tasmota没有仔细看,但是有一个可以在网页配置的功能,好像还有很多传感器什么的,用来做IOT的

    https://github.com/arendst/Sonoff-Tasmota

    WiFiManager可以不需要编译的时候输入wifi用户名和密码

    https://github.com/tzapu/WiFiManager/tree/development

    esp8266_deauther 可以攻击一个特定的WIFI,让别人都不能连上

    https://github.com/spacehuhn/esp8266_deauther

    ESP8266WebServer-Bootstrap-Bootswatch 让网站变得好看

    https://github.com/projetsdiy/ESP8266WebServer-Bootstrap-Bootswatch

    SPIFFS 可以把文件放在esp8266上,例如html,css什么的,然后在arduino里面调用,这样可以做好看的网页了就

    https://swf.com.tw/?p=905

    这个教程好像挺不错的

    https://diyprojects.io/esp8266-web-server-part-1-store-web-interface-spiffs-area-html-css-js/#.WualT4iFNjV
    github地址
    https://github.com/projetsdiy/ESP8266-Webserver-Tutorials

    WiFi分析器

    https://github.com/moononournation/ESP8266WiFiAnalyzer

    SPIFFS管理

    没有找到管理SPIFFS的东西,这个人用arduino写了一个,但是是德语的。。。
    https://www.arduinoforum.de/arduino-Thread-SPIFFS-DOWNLOAD-UPLOAD-DELETE-Esp8266-NodeMCU
    UPDATE: 原来在esp8266的样例代码FSbrowser里面就有这个功能。。。

    这里的教程好像也还算比较有深度

    https://circuits4you.com/2016/12/16/esp8266-web-server-html/

    WebSocketSerialMonitor

    会把串口收到的数据在网页上显示出来,可以调试上位机程序
    https://github.com/tzapu/WebSocketSerialMonitor/tree/master

    相关文章

      网友评论

        本文标题:看到的几个不错的ESP8266项目

        本文链接:https://www.haomeiwen.com/subject/ziealftx.html