上一页 1 ··· 233 234 235 236 237 238 239 240 241 ··· 621 下一页

2022年8月31日

摘要: asks: DAC on esp32 RS232 serial communication on esp32 CAN communication between multiple esp32 AdityaGawali/esp32websocketconn: Websocket processing 阅读全文
posted @ 2022-08-31 14:15 lydstory 阅读(48) 评论(0) 推荐(0)
摘要: esp32 tcp server 收到消息 怎么传给另一个tcp client转发 esp32 xTaskCreate 两个任务间如何通信? 阅读全文
posted @ 2022-08-31 11:27 lydstory 阅读(50) 评论(0) 推荐(0)
摘要: xTaskCreate((TaskFunction_t)app_tcp_client, (const char *)"app_tcp_client", (uint16_t)TCP_SERVER_TASK_STK_SIZE, (void *)NULL, (UBaseType_t)TCP_CLIENT_ 阅读全文
posted @ 2022-08-31 11:03 lydstory 阅读(193) 评论(0) 推荐(0)
摘要: (99条消息) 使用ESP-IDF找不到nvs_flash.h头文件_MagicKingC的博客-CSDN博客 阅读全文
posted @ 2022-08-31 09:47 lydstory 阅读(263) 评论(0) 推荐(0)
摘要: SDK_2_11_0_EVK-MIMX8MM NXP的sdk 开发...... NXPmicro/mcux-sdk: MCUXpresso SDK (github.com) nxp sdk 地址 阅读全文
posted @ 2022-08-31 09:44 lydstory 阅读(30) 评论(0) 推荐(0)
摘要: idf_component_register(SRCS "ethernet_example_main.c" INCLUDE_DIRS "." PRIV_REQUIRES tcpip_adapter esp_wifi esp_netif nvs_flash) 阅读全文
posted @ 2022-08-31 04:58 lydstory 阅读(735) 评论(0) 推荐(0)
摘要: esp-idf/esp_system/libesp_system.a(ubsan.c.obj) (__ubsan_include) .map文件 阅读全文
posted @ 2022-08-31 04:01 lydstory 阅读(35) 评论(0) 推荐(0)
摘要: // wifi_event_group = xEventGroupCreate(); // ESP_ERROR_CHECK( esp_event_loop_init(event_handler, NULL) ); 阅读全文
posted @ 2022-08-31 01:22 lydstory 阅读(24) 评论(0) 推荐(0)

2022年8月30日

摘要: . esp32的esp_wifi(wifi驱动库),esp_netif(网络接口) ,lwip(轻量级TCP/IP网络协议栈)是什么?三者之间有什么关系? esp_wifi驱动库用户控制wifi硬件单元; lwip是一层纯软件,轻量级TCP/IP协议栈; esp_netif是esp官方提供的操作TC 阅读全文
posted @ 2022-08-30 22:17 lydstory 阅读(402) 评论(0) 推荐(0)
摘要: ESP_LOGI(TAG_XLI, "ETHIP start"); tcpip_adapter_ip_info_t ip; memset(&ip, 0, sizeof(tcpip_adapter_ip_info_t)); if (tcpip_adapter_get_ip_info(TCPIP_ADA 阅读全文
posted @ 2022-08-30 21:38 lydstory 阅读(550) 评论(0) 推荐(0)
上一页 1 ··· 233 234 235 236 237 238 239 240 241 ··· 621 下一页

导航