上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
摘要: ESP32 Publish Data to Cloud without Wi-Fi (TTGO T-Call ESP32 SIM800L) This project shows how to connect the TTGO T-Call ESP32 SIM800L board to the Int 阅读全文
posted @ 2022-02-01 13:57 为鲸 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-02-01 13:21 为鲸 阅读(117) 评论(0) 推荐(0) 编辑
摘要: /********* 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 为鲸 阅读(157) 评论(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 为鲸 阅读(207) 评论(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 为鲸 阅读(817) 评论(0) 推荐(0) 编辑
摘要: 这是基于ESP32板之间交换数据的一种协议,当然也支持ESP8266。ESP-NOW是乐鑫开发的无连接通信协议,具有短数据包传输的功能。该协议使多个设备可以轻松地相互通信。 这篇文章将带领大家来了解如何使用ESP-NOW,文章内容来源于国外网站,我认为这篇文章比较有价值,这是基于ESP32板之间交换 阅读全文
posted @ 2022-01-31 15:37 为鲸 阅读(4095) 评论(0) 推荐(0) 编辑
摘要: 光电耦合器件简介 应用电路 光电偶合器件(简称光耦)是把发光器件(如发光二极体)和光敏器件(如光敏三极管)组装在一起,通过光线实现耦合构成电—光和光—电的转换器件。光电耦合器分为很多种类,图1所示为常用的三极管型光电耦合器原理图。当电信号送入光电耦合器的输入端时,发光二极体通过电流而发光,光敏元件受 阅读全文
posted @ 2022-01-18 16:58 为鲸 阅读(2155) 评论(0) 推荐(0) 编辑
摘要: 1.C++编译结构 C/C++编译基本四个步骤: 预处理(preprocessing):展开头文件、宏替换、去掉注释、条件编译,产生.i后缀文件,gcc -E helloworld.c -o helloworld.i 编译(compression):检查语法、生成汇编,产生.s后缀文件,gcc -S 阅读全文
posted @ 2022-01-16 12:42 为鲸 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 安装库文件 注意解压包时生成重复路径 安装到c的文档路径下arduino/librarys 或者安装到安装位置下的lib均可 Adafruit_I2CDevice.h 解决方法:安装库Adafruit_BusIO即可成功编译1、管理库搜索BusIO2、安装3、解决!!!!!! "Height inc 阅读全文
posted @ 2022-01-09 19:54 为鲸 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-01-09 15:16 为鲸 阅读(45) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页