当前位置:网站首页>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 addressPS 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 .
边栏推荐
- Analysis of charging architecture of glory magic 3pro
- [CDH] modify the default port 7180 of cloudera manager in cdh/cdp environment
- TypeScript
- Vert. x: A simple TCP client and server demo
- RT thread API reference manual
- Kaggle竞赛-Two Sigma Connect: Rental Listing Inquiries
- Principle and implementation of MySQL master-slave replication
- Detailed explanation of express framework
- Détails du Protocole Internet
- [template] KMP string matching
猜你喜欢
随机推荐
There are three iPhone se 2022 models in the Eurasian Economic Commission database
Distribute wxWidgets application
2020 WANGDING cup_ Rosefinch formation_ Web_ nmap
优先级反转与死锁
Redis面试题
Apprentissage automatique - - régression linéaire (sklearn)
Dependency in dependencymanagement cannot be downloaded and red is reported
Unit test - unittest framework
[NPUCTF2020]ReadlezPHP
uCOS-III 的特点、任务状态、启动
程序员老鸟都会搞错的问题 C语言基础 指针和数组
FreeRTOS 任务函数里面的死循环
列表的使用
B tree and b+ tree of MySQL index implementation
Detailed explanation of 5g working principle (explanation & illustration)
MySQL realizes read-write separation
小天才电话手表 Z3工作原理
RuntimeError: cuDNN error: CUDNN_STATUS_NOT_INITIALIZED
Pytorch实现简单线性回归Demo
Pytorch-温度预测