随笔分类 - ESP网页控制经典项目
esp8266 网页画压力数据图,双按键控制报警,串口接收json数据解析
摘要:1串口等待数据 2建立wifi 3数据给网页 #include <ESP8266WiFi.h> #include <ESP8266WebServer.h> #include <FS.h> // 文件系统库 #include <ArduinoJson.h> #include <SoftwareSeri
阅读全文
esp8266 wifi热点http服务器互传
摘要:模块1 http服务器建立 热点分享 等待数据 #include <ESP8266WiFi.h> #include <ESP8266WebServer.h> #include <ArduinoJson.h> const char* apSSID = "love"; // 替换为你的Wi-Fi名称 c
阅读全文
stm32采集烟雾和温湿度http请求查询+ESP8266转发解析+python构造http
摘要:https://www.cnblogs.com/gooutlook/p/16061136.html http://192.168.1.103/Control_SensorPin?sensor=sensor_all&action=GetData python # -*- coding:utf-8 -*
阅读全文
(经典)esp8266网页开发(4) 1登录2控制3接收数据4转发STM32单片机 5传感器数据 DBS180 蜂鸣器 光敏 湿度 水泵
摘要:链接:https://pan.baidu.com/s/1QVC2_gi0j_5BEunNYNmJOQ?pwd=tldq 提取码:tldq --来自百度网盘超级会员V4的分享 arduino-stm32 //#include <SoftwareSerial.h> // 1_串口定义 //1_wifi串
阅读全文