当前位置:网站首页>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
- Pytoch temperature prediction
- 数据库面试常问的一些概念
- 电商数据分析--薪资预测(线性回归)
- C语言,log打印文件名、函数名、行号、日期时间
- RuntimeError: cuDNN error: CUDNN_STATUS_NOT_INITIALIZED
- Keyword inline (inline function) usage analysis [C language]
- C语言回调函数【C语言】
- A possible cause and solution of "stuck" main thread of RT thread
- Missing value filling in data analysis (focus on multiple interpolation method, miseforest)
猜你喜欢

Vert. x: A simple TCP client and server demo

arduino UNO R3的寄存器写法(1)-----引脚电平状态变化

ES6语法总结--上篇(基础篇)

FTP文件上传文件实现,定时扫描文件夹上传指定格式文件文件到服务器,C语言实现FTP文件上传详解及代码案例实现

arduino JSON数据信息解析

RT-Thread API参考手册

IOT system framework learning

ESP8266使用arduino连接阿里云物联网

Implementation scheme of distributed transaction

RT-Thread 线程的时间片轮询调度
随机推荐
共用体(union)详解【C语言】
[CDH] cdh5.16 configuring the setting of yarn task centralized allocation does not take effect
Mysql database interview questions
I2C bus timing explanation
encoderMapReduce 随手记
C language, log print file name, function name, line number, date and time
Common regular expression collation
Contiki源码+原理+功能+编程+移植+驱动+网络(转)
R & D thinking 01 ----- classic of embedded intelligent product development process
Time slice polling scheduling of RT thread threads
ESP8266使用arduino连接阿里云物联网
FreeRTOS 任务函数里面的死循环
[CDH] modify the default port 7180 of cloudera manager in cdh/cdp environment
inline详细讲解【C语言】
嵌入式启动流程
uCOS-III 的特点、任务状态、启动
Gallery's image browsing and component learning
mysql实现读写分离
ESP8266通过Arduino IDE连接Onenet云平台(MQTT)
MongoDB