当前位置:网站首页>ESP learning problem record
ESP learning problem record
2022-07-06 12:01:00 【csdndulala】
Arduino ESP32 development environment
Method 1: Official installation method
Method 2: Manual installation method
Both ways are through github download , Will failMethod 3: Provided here Another way
This method has packaged all the tools , Direct installation (arduino_esp32 The version is 2.0.3)If you need to use an updated version, you need to use the following methods :
Method 4: At present, there are two steps to be used github:arduino_esp32 The code base and Compiler tools ( The solution is to bypass github Implementation download )The code base can be accessed through Code cloud download code base
The compilation tool is through get.py Go to github download , Can be json In the document url Change to a downloadable address
PS Many posts say that you can also download through Xunlei and other download tools , No attempt
esp_now_add_peer Call error Report error as E (109) perhaps E (110)
resolvent
By way of ifidx Print It is found that the value isSerial.println(" before"); Serial.println(peerInfo.ifidx); peerInfo.ifidx = WIFI_IF_STA; Serial.println(" after"); Serial.println(peerInfo.ifidx);22:03:42.883 -> before
22:03:42.883 -> 1073338336
22:03:42.883 -> after
22:03:42.883 -> 0Question why : Randomize the initial value of local variables . But I don't know this 1073338336 What do you mean Every time you restart it .
边栏推荐
- [template] KMP string matching
- Implementation scheme of distributed transaction
- 【ESP32学习-1】Arduino ESP32开发环境搭建
- Pytorch-温度预测
- 冒泡排序【C语言】
- XML文件详解:XML是什么、XML配置文件、XML数据文件、XML文件解析教程
- Word typesetting (subtotal)
- Inline detailed explanation [C language]
- Redis面试题
- Fashion-Gen: The Generative Fashion Dataset and Challenge 论文解读&数据集介绍
猜你喜欢

【ESP32学习-2】esp32地址映射
![[yarn] yarn container log cleaning](/img/1d/b48059ae2e6133ea9d9c38d31c4a86.png)
[yarn] yarn container log cleaning

mysql实现读写分离

Characteristics, task status and startup of UCOS III

Comparaison des solutions pour la plate - forme mobile Qualcomm & MTK & Kirin USB 3.0

Word typesetting (subtotal)

Unit test - unittest framework

Analysis of charging architecture of glory magic 3pro

Priority inversion and deadlock

AMBA、AHB、APB、AXI的理解
随机推荐
Basic use of pytest
Several declarations about pointers [C language]
sklearn之feature_extraction.text.CountVectorizer / TfidVectorizer
Small L's test paper
小天才电话手表 Z3工作原理
ESP学习问题记录
Kaggle竞赛-Two Sigma Connect: Rental Listing Inquiries(XGBoost)
Pytoch implements simple linear regression demo
PyTorch四种常用优化器测试
物联网系统框架学习
Correspondence between STM32 model and contex M
Raspberry pie tap switch button to use
树莓派 轻触开关 按键使用
OSPF message details - LSA overview
2019 Tencent summer intern formal written examination
[NPUCTF2020]ReadlezPHP
GNN的第一个简单案例:Cora分类
Variable star user module
数据库面试常问的一些概念
Pytorch-温度预测