随笔分类 - ESP8266项目
ARDUNIO IMU processing姿态数据可视化
摘要:https://www.arduino.cn/thread-42852-1-1.html 关键数据打包 float roll, pitch, heading; 接受判断关键 13 ascll码 换行标志位 发射端 接收端 IMU程序 注意修改波特率 上位机processing可视化 注意修改波特率和
阅读全文
ESP8266 tcp透传AP+STA
摘要:AP 建立WIFI,接受STA连接,串口数据和TCP互传 STA 连接WIFI,连接AP,串口数据互传 测试实例 发送 abc/秒,串口打印输出
阅读全文
ESP8266最小系统
摘要:https://item.taobao.com/item.htm?spm=a1z09.2.0.0.26222e8dNY4G1v&id=524323511662&_u=i1qf7bf53ecf
阅读全文
ARDUIN人体检测模块
摘要:http://henrysbench.capnfatz.com/henrys-bench/arduino-sensors-and-input/arduino-hc-sr501-motion-sensor-tutorial/ 购买地址 https://detail.tmall.com/item.htm
阅读全文
微信硬件平台(十) 1 ESP8266通过mqtt交互消息
摘要://----------------------------------------------------------------------------------------// //-----------------------------------程序功能-----------------------------------------// /* 总功能: 制作一个MQ...
阅读全文
wifi测距
摘要:#include "ESP8266WiFi.h" #include "math.h" //d = 10^(A-(abs(rssi)) / (10 * n)) 信号强度 #define N 45 //N = 10 * n ,其中n为环境衰减因子,3.25-4.5 #define A -35 //接收机和发射机间隔1m时的信号强度 ...
阅读全文
WIFI KILL神器
摘要:https://anky.cc/esp8266-deauther-wifi-jammer/ https://github.com/spacehuhn http://tieba.baidu.com/p/5120958849?see_lz=1&traceid= http://tieba.baidu.co
阅读全文
WIFI扫描
摘要:https://www.netspotapp.com/cn/what-is-rssi-level.html RSSI测试代表设备接收信号的相对品质。RSSI表明了天线和电缆等级上在发生任何可能的丢失之后所收到的信号的强度等级。RSSI值越高,信号越强。当以负数测试时,接近于0的读数意味着更强的信号。
阅读全文
使用 ESP8266 制作 WiFi 干扰器 - 无需密码即可使用任何 WiFi
摘要:嘿,朋友,我是 Kedar,你有没有想阻止所有的 WiFi信号?或者只是想从 WiFi 踢某人或邻居 WiFi 。那么,本玩法是你等待结束的时刻了。这是为你提供的、仅需 $8 的 DIY Wifi 干扰器。 这个干扰器是如此微小,你可以放在口袋里,并随身携带。它可以通过您的电源或 3.7v 锂电池供
阅读全文
WiFi其他方法和WiFi事件响
摘要:https://blog.csdn.net/Naisu_kun/article/details/86079455 目的WiFi在使用过程中并非会一直如希望般稳定运行的,为了应对这些情况就需要能够了解WiFi状态,并对WiFi突发事件作出响应。 WiFi其他方法WiFi.status()返回STA模式
阅读全文
获取与esp8266连接的客户端的Mac地址 IP 端口 控制停止等问题
摘要:两个关键的库 ESP8266WebServer.h WiFiClient.h ESP8266WiFiAP.cpp C:\Users\dongdong\Desktop\Arduino-master\libraries\ESP8266WiFi\src WiFiClient.h 获取与esp8266连接的
阅读全文
Arduino内部网页代理,网页穿透,公网访问Arduino内部网页
摘要:#include const char* id = "id"; //http://www.mcunode.com/proxy/id/LED if id==4567 then url:http://www.mcunode.com/proxy/4567/LED const char* ssid = "ssid"; const char* password = "passwor...
阅读全文
ESP8266远程OTA升级
摘要:https://blog.csdn.net/xh870189248/article/details/80095139 https://www.wandianshenme.com/play/arduino-ota-arduino-ide-ota-upgrade-esp8266-application/
阅读全文
(四)esp8266 MDNS域名服务
摘要:(实例一)ESP8266 TFT(ST7735)彩屏-web刷图 https://www.arduino.cn/thread-42247-1-1.html (实例二) 自己当AP时建立MDNS域名 https://github.com/esp8266/Arduino/blob/master/libr
阅读全文
ESP8266当中继
摘要:WiFi推原理(转) http://jb.tongxinmao.com/Article/Detail/id/412 https://www.anywlan.com/thread-409913-1-1.html 有大神改了软件,使得ESP8266可以用来做无线中继用。YT教程:https://www.
阅读全文