摘要: 1、用安卓数据线连接上esp32 2、main.cpp 代码如下 #include <Arduino.h> #include <WiFi.h> void WiFi_Connect(){ WiFi.begin("erdao_pinpai_2.4","erdao123456");//连接wifi,第一个 阅读全文
posted @ 2023-02-24 11:04 guoxiaobin 阅读(452) 评论(0) 推荐(0)
摘要: 1、我在淘宝上上买了一块esp32 devkit v1 2、搭建了开发环境,vscode + PlatformIO 3、创建项目,写了几行简单的代码,main.cpp如下 #include <Arduino.h> void setup() { // put your setup code here, 阅读全文
posted @ 2023-02-24 10:06 guoxiaobin 阅读(128) 评论(0) 推荐(0)