摘要: /********* Rui Santos Complete project details at https://randomnerdtutorials.com *********/ // Load Wi-Fi library #include <WiFi.h> // Replace with y 阅读全文
posted @ 2022-01-31 18:39 为鲸 阅读(163) 评论(0) 推荐(0) 编辑
摘要: ESP32 Web Server – Arduino IDE In this project you’ll create a standalone web server with an ESP32 that controls outputs (two LEDs) using the Arduino 阅读全文
posted @ 2022-01-31 17:04 为鲸 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 参考链接外 参考链接转载 接受端: #include <esp_now.h> #include <WiFi.h> //IP address: 192.168.4.1 //mac Address: 40:91:51:A1:9F:E9 typedef struct struct_message { ch 阅读全文
posted @ 2022-01-31 16:21 为鲸 阅读(867) 评论(0) 推荐(0) 编辑
摘要: 这是基于ESP32板之间交换数据的一种协议,当然也支持ESP8266。ESP-NOW是乐鑫开发的无连接通信协议,具有短数据包传输的功能。该协议使多个设备可以轻松地相互通信。 这篇文章将带领大家来了解如何使用ESP-NOW,文章内容来源于国外网站,我认为这篇文章比较有价值,这是基于ESP32板之间交换 阅读全文
posted @ 2022-01-31 15:37 为鲸 阅读(4372) 评论(0) 推荐(0) 编辑