当前位置:网站首页>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 .
边栏推荐
- The first simple case of GNN: Cora classification
- R & D thinking 01 ----- classic of embedded intelligent product development process
- Gallery之图片浏览、组件学习
- Comparison of solutions of Qualcomm & MTK & Kirin mobile platform USB3.0
- Unit test - unittest framework
- AMBA、AHB、APB、AXI的理解
- 物联网系统框架学习
- 锂电池基础知识
- Reading notes of difficult career creation
- OSPF message details - LSA overview
猜你喜欢
随机推荐
Detailed explanation of Union [C language]
Comparaison des solutions pour la plate - forme mobile Qualcomm & MTK & Kirin USB 3.0
[Flink] Flink learning
RT-Thread 线程的时间片轮询调度
OSPF message details - LSA overview
Composition des mots (sous - total)
ESP8266通过Arduino IDE连接Onenet云平台(MQTT)
MongoDB
[template] KMP string matching
List and set
Pytorch four commonly used optimizer tests
There are three iPhone se 2022 models in the Eurasian Economic Commission database
Reading notes of difficult career creation
Gallery's image browsing and component learning
[CDH] modify the default port 7180 of cloudera manager in cdh/cdp environment
Oppo vooc fast charging circuit and protocol
[BSidesCF_2020]Had_ a_ bad_ day
RT thread API reference manual
arduino获取随机数
R & D thinking 01 ----- classic of embedded intelligent product development process








