当前位置:网站首页>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 .
边栏推荐
猜你喜欢

Kaggle竞赛-Two Sigma Connect: Rental Listing Inquiries

Comparison of solutions of Qualcomm & MTK & Kirin mobile platform USB3.0

Redis面试题

Machine learning -- decision tree (sklearn)

Time slice polling scheduling of RT thread threads

Composition des mots (sous - total)

B tree and b+ tree of MySQL index implementation

Oppo vooc fast charging circuit and protocol

Redis interview questions

Fashion-Gen: The Generative Fashion Dataset and Challenge 论文解读&数据集介绍
随机推荐
C语言回调函数【C语言】
Mall project -- day09 -- order module
.elf .map .list .hex文件
Selective sorting and bubble sorting [C language]
Fashion-Gen: The Generative Fashion Dataset and Challenge 论文解读&数据集介绍
Come and walk into the JVM
Hutool中那些常用的工具类和方法
Vert. x: A simple TCP client and server demo
Composition des mots (sous - total)
程序员老鸟都会搞错的问题 C语言基础 指针和数组
树莓派 轻触开关 按键使用
ESP学习问题记录
Machine learning -- linear regression (sklearn)
Time slice polling scheduling of RT thread threads
Oppo vooc fast charging circuit and protocol
Matlab learning and actual combat notes
sklearn之feature_extraction.text.CountVectorizer / TfidVectorizer
arduino UNO R3的寄存器写法(1)-----引脚电平状态变化
嵌入式启动流程
【ESP32学习-1】Arduino ESP32开发环境搭建