上一页 1 ··· 238 239 240 241 242 243 244 245 246 ··· 621 下一页

2022年8月25日

摘要: The idf.py monitor target uses the idf_monitor tool to display serial output from Espressif SoCs. idf_monitor also has a range of features to decode c 阅读全文
posted @ 2022-08-25 19:04 lydstory 阅读(240) 评论(0) 推荐(0)
摘要: 安装JDK sudo apt install openjdk-11-jdk 完成之后,再配置路径: # 打开文件sudo vim /etc/profile # 设置环境变量export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64export JRE_HOM 阅读全文
posted @ 2022-08-25 18:54 lydstory 阅读(32) 评论(0) 推荐(0)
摘要: idf.py -p /dev/ttyUSB0 flash #include "esp_log.h"static const char *TAG = "helloworld"; ESP_LOGI(TAG, "lyd lyd Checking flash encryption..."); 阅读全文
posted @ 2022-08-25 18:34 lydstory 阅读(63) 评论(0) 推荐(0)
摘要: I moved a working project from ESP 32 to ESP32-S2. I use the stable environment ESP-IDF-v4.2. The project uses data transfer through 4 sockets at the 阅读全文
posted @ 2022-08-25 17:58 lydstory 阅读(37) 评论(0) 推荐(0)
摘要: https://www.micrium.com/ 阅读全文
posted @ 2022-08-25 17:48 lydstory 阅读(16) 评论(0) 推荐(0)
摘要: I use a W5500 / SPI based ethernet module. Here is the contents of my sdconfig for the relevant parts: // start of sdconfig## Example Configuration## 阅读全文
posted @ 2022-08-25 17:02 lydstory 阅读(49) 评论(0) 推荐(0)
摘要: esp32+freeRTOS+lvgl 阅读全文
posted @ 2022-08-25 16:58 lydstory 阅读(96) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-08-25 16:49 lydstory 阅读(15) 评论(0) 推荐(0)
摘要: Hi,I recently updated from ESP-IDF 4.2 to 4.4Now I want to compile the Ethernet basic example, but I have no succes. The code compiles without errors 阅读全文
posted @ 2022-08-25 16:49 lydstory 阅读(21) 评论(0) 推荐(0)
摘要: esp_eth_driver_install 错误 阅读全文
posted @ 2022-08-25 14:58 lydstory 阅读(23) 评论(0) 推荐(0)
上一页 1 ··· 238 239 240 241 242 243 244 245 246 ··· 621 下一页

导航