当前位置:网站首页>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 .
边栏推荐
- Kaggle竞赛-Two Sigma Connect: Rental Listing Inquiries
- RT thread API reference manual
- 使用LinkedHashMap实现一个LRU算法的缓存
- PyTorch四种常用优化器测试
- 冒泡排序【C语言】
- Detailed explanation of 5g working principle (explanation & illustration)
- Those commonly used tool classes and methods in hutool
- Redis interview questions
- [NPUCTF2020]ReadlezPHP
- FTP file upload file implementation, regularly scan folders to upload files in the specified format to the server, C language to realize FTP file upload details and code case implementation
猜你喜欢
随机推荐
Pytorch实现简单线性回归Demo
冒泡排序【C语言】
[Flink] cdh/cdp Flink on Yan log configuration
2019 Tencent summer intern formal written examination
互聯網協議詳解
Dead loop in FreeRTOS task function
Keyword inline (inline function) usage analysis [C language]
[BSidesCF_2020]Had_ a_ bad_ day
Linux Yum install MySQL
Detailed explanation of Union [C language]
Vert. x: A simple TCP client and server demo
OSPF message details - LSA overview
RuntimeError: cuDNN error: CUDNN_STATUS_NOT_INITIALIZED
RT-Thread API参考手册
[Kerberos] deeply understand the Kerberos ticket life cycle
STM32 如何定位导致发生 hard fault 的代码段
Oppo vooc fast charging circuit and protocol
C language callback function [C language]
[NPUCTF2020]ReadlezPHP
FTP文件上传文件实现,定时扫描文件夹上传指定格式文件文件到服务器,C语言实现FTP文件上传详解及代码案例实现