08 2022 档案

esp32 xqueuecreate 字节大小问题
摘要:free(msg.packet) .......导致内存泄漏 阅读全文

posted @ 2022-08-31 17:09 lydstory 阅读(39) 评论(0) 推荐(0) 编辑

蓝牙基站
摘要:蓝牙基站 蓝牙基站 蓝牙基站 延时问题 延时问题 阅读全文

posted @ 2022-08-31 15:17 lydstory 阅读(47) 评论(0) 推荐(0) 编辑

esp32 freertos 消息队列
摘要: 阅读全文

posted @ 2022-08-31 14:53 lydstory 阅读(24) 评论(0) 推荐(0) 编辑

apstamanager esp32
摘要:Magnesmotors/APSTAmanager at master · AdityaGawali/Magnesmotors (github.com) 阅读全文

posted @ 2022-08-31 14:35 lydstory 阅读(4) 评论(0) 推荐(0) 编辑

esp32 websocket
摘要: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 阅读(42) 评论(0) 推荐(0) 编辑

xTaskCreate 互相传递数据???
摘要:esp32 tcp server 收到消息 怎么传给另一个tcp client转发 esp32 xTaskCreate 两个任务间如何通信? 阅读全文

posted @ 2022-08-31 11:27 lydstory 阅读(25) 评论(0) 推荐(0) 编辑

esp32 tcpclient 重启
摘要: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 阅读(184) 评论(0) 推荐(0) 编辑

使用ESP-IDF找不到nvs_flash.h头文件
摘要:(99条消息) 使用ESP-IDF找不到nvs_flash.h头文件_MagicKingC的博客-CSDN博客 阅读全文

posted @ 2022-08-31 09:47 lydstory 阅读(177) 评论(0) 推荐(0) 编辑

SDK_2_11_0_EVK-MIMX8MM
摘要:SDK_2_11_0_EVK-MIMX8MM NXP的sdk 开发...... NXPmicro/mcux-sdk: MCUXpresso SDK (github.com) nxp sdk 地址 阅读全文

posted @ 2022-08-31 09:44 lydstory 阅读(16) 评论(0) 推荐(0) 编辑

idf_component_registe
摘要: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 阅读(698) 评论(0) 推荐(0) 编辑

esp32 build
摘要:esp-idf/esp_system/libesp_system.a(ubsan.c.obj) (__ubsan_include) .map文件 阅读全文

posted @ 2022-08-31 04:01 lydstory 阅读(26) 评论(0) 推荐(0) 编辑

esp32 两种事件不能共存???
摘要:// wifi_event_group = xEventGroupCreate(); // ESP_ERROR_CHECK( esp_event_loop_init(event_handler, NULL) ); 阅读全文

posted @ 2022-08-31 01:22 lydstory 阅读(13) 评论(0) 推荐(0) 编辑

esp32的esp_wifi(wifi驱动库),esp_netif(网络接口) ,lwip(轻量级TCP/IP网络协议栈)是什么?
摘要:. 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 阅读(301) 评论(0) 推荐(0) 编辑

esp32 获取ip
摘要: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 阅读(471) 评论(0) 推荐(0) 编辑

esp32 启动一个任务
摘要:void eth_task(void *pvParameter) { ESP_LOGI(TAG_XLI, "ETHIP start"); tcpip_adapter_ip_info_t ip; memset(&ip, 0, sizeof(tcpip_adapter_ip_info_t)); vTas 阅读全文

posted @ 2022-08-30 21:35 lydstory 阅读(28) 评论(0) 推荐(0) 编辑

esp32
摘要:ESP_ERROR_CHECK(esp_event_loop_create_default()); 创建默认事件循环 阅读全文

posted @ 2022-08-30 19:58 lydstory 阅读(18) 评论(0) 推荐(0) 编辑

esp32 ap sta`
摘要:ESP32学习笔记(5)——WiFi接口使用(STA和AP模式) - 简书 (jianshu.com) 阅读全文

posted @ 2022-08-30 19:17 lydstory 阅读(9) 评论(0) 推荐(0) 编辑

esp32 有线网口 可以同时进来数据出去数据吗? 不会是只能出去 或者只能进来吧? 谁搞过
摘要:esp32 有线网口 可以同时进来数据出去数据吗? 不会是只能出去 或者只能进来吧? 谁搞过 阅读全文

posted @ 2022-08-30 18:23 lydstory 阅读(28) 评论(0) 推荐(0) 编辑

esp32 启用NAPT
摘要:想ping通ESP32得启用NAPT ip_napt_enable这个接口 阅读全文

posted @ 2022-08-30 17:23 lydstory 阅读(304) 评论(0) 推荐(0) 编辑

esp32 网卡插拔问题
摘要:你的网卡创建的时候有个netif 这个netif对象别的应用程序也在使用,但是你拔掉网线之后可能你这个netif不可用了,但是你的其它应用程序不知道,仍然在用就导致程序崩溃 阅读全文

posted @ 2022-08-30 15:36 lydstory 阅读(70) 评论(0) 推荐(0) 编辑

dm9051 wifi
摘要:DM9051(I)-12-MCO-DS-P01_03302015.pdf (davicom.com.tw) 阅读全文

posted @ 2022-08-30 14:17 lydstory 阅读(20) 评论(0) 推荐(0) 编辑

Wi-Fi处理数据包
摘要://这个任务将从队列中获取数据包,然后通过Wi-Fi发送出去。//Wi-Fi处理数据包的速度比以太网慢,我们可能会在每次传输之间增加一些延迟。 阅读全文

posted @ 2022-08-30 13:37 lydstory 阅读(24) 评论(0) 推荐(0) 编辑

eth2wifi_flow_control_task
摘要:网卡2wifi的流控制.... 阅读全文

posted @ 2022-08-30 12:18 lydstory 阅读(8) 评论(0) 推荐(0) 编辑

Kconfig.projbuild 与格式 对齐都有关系
摘要: 阅读全文

posted @ 2022-08-30 12:07 lydstory 阅读(40) 评论(0) 推荐(0) 编辑

E (23235) dm9051.mac: buffer size too small, needs 23100
摘要:ESP_ERR_INVALID_SIZE E (23235) dm9051.mac: buffer size too small, needs 23100 网卡驱动包太小,丢弃了 阅读全文

posted @ 2022-08-30 11:22 lydstory 阅读(80) 评论(0) 推荐(0) 编辑

assert failed: xQueueGenericSend queue.c:820 (pxQueue)
摘要:assert failed: xQueueGenericSend queue.c:820 (pxQueue) assert failed: xQueueGenericSend queue.c:820 (pxQueue) assert failed: xQueueGenericSend queue.c 阅读全文

posted @ 2022-08-30 10:53 lydstory 阅读(581) 评论(0) 推荐(0) 编辑

esp32 自己配置变量
摘要:我自己怎么定义 CONFIG_EXAMPLE_ETH_PHY_ADDR 这个变量 idf.py menuconfig 别的example 下有这个变量 我重新写 怎么自己定义一个这种可配置的变量 阅读全文

posted @ 2022-08-29 20:13 lydstory 阅读(64) 评论(0) 推荐(0) 编辑

片选拉高,spi从设备总线
摘要:片选拉高,spi从设备总线禁止,从设备不会响应 阅读全文

posted @ 2022-08-29 18:31 lydstory 阅读(36) 评论(0) 推荐(0) 编辑

xQueueSemaphoreTake queue.c:1545
摘要:xQueueSemaphoreTake queue.c:1545 xQueueSemaphoreTake queue.c:1545 阅读全文

posted @ 2022-08-29 17:50 lydstory 阅读(255) 评论(0) 推荐(0) 编辑

assert failed: tcpip_send_msg_wait_sem IDF/components/lwip/lwip/src/api/tcpip.c:455 (Invalid mbox)
摘要:assert failed: tcpip_send_msg_wait_sem IDF/components/lwip/lwip/src/api/tcpip.c:455 (Invalid mbox) assert failed: tcpip_send_msg_wait_sem IDF/componen 阅读全文

posted @ 2022-08-29 16:19 lydstory 阅读(1664) 评论(0) 推荐(0) 编辑

esp32 mdf自组网
摘要:esp32 mdf自组网 esp32 mdf自组网 esp32 mdf自组网 阅读全文

posted @ 2022-08-29 14:07 lydstory 阅读(23) 评论(0) 推荐(0) 编辑

esp32 wifi:max connection, deauth
摘要:esp32 wifi:max connection, deauth 阅读全文

posted @ 2022-08-29 13:52 lydstory 阅读(135) 评论(0) 推荐(0) 编辑

openocd
摘要:ssr-zenan@ssrzenan:~/esp/esp-idf/examples/get-started/blink$ openocd --versionOpen On-Chip Debugger v0.11.0-esp32-20220411 (2022-04-11-08:47)Licensed 阅读全文

posted @ 2022-08-26 20:13 lydstory 阅读(98) 评论(0) 推荐(0) 编辑

esp调试指南
摘要:使用调试器 - ESP32-S2 - — ESP-IDF 编程指南 v4.4.2 文档 (espressif.com) 阅读全文

posted @ 2022-08-26 20:09 lydstory 阅读(43) 评论(0) 推荐(0) 编辑

xtensa处理器架构
摘要:This portal is the primary resource for the community of developers and users of the Linux operating system on Xtensa processors.The Xtensa processor 阅读全文

posted @ 2022-08-26 19:34 lydstory 阅读(615) 评论(0) 推荐(0) 编辑

xtensa-esp32s2-elf-gcc
摘要:tools/xtensa-esp32s2-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32s2-elf/bin/xtensa-esp32s2-elf-gcc 阅读全文

posted @ 2022-08-26 19:26 lydstory 阅读(72) 评论(0) 推荐(0) 编辑

Detecting chip type... Unsupported detection protocol, switching and trying
摘要:查找芯片信息....esptool.py v3.3.2-devSerial port /dev/ttyUSB0Connecting...Detecting chip type... Unsupported detection protocol, switching and trying again. 阅读全文

posted @ 2022-08-26 18:54 lydstory 阅读(188) 评论(0) 推荐(0) 编辑

idf-eclipse-plugin
摘要:espressif/idf-eclipse-plugin: Eclipse plugin for ESP-IDF CMake based projects (4.x and above) (github.com) 阅读全文

posted @ 2022-08-26 18:25 lydstory 阅读(20) 评论(0) 推荐(0) 编辑

sudo apt-get install openjdk-8-jdk
摘要:(98条消息) 如何在Ubuntu系统下安装JDK_来自南陵县的平头哥的博客-CSDN博客_ubuntu安装jdk 阅读全文

posted @ 2022-08-26 16:53 lydstory 阅读(66) 评论(0) 推荐(0) 编辑

卸载ubuntu自带的openjdk
摘要:(98条消息) 卸载ubuntu自带的openjdk_善若清的博客-CSDN博客_ubuntu卸载openjdk 阅读全文

posted @ 2022-08-26 16:43 lydstory 阅读(13) 评论(0) 推荐(0) 编辑

sudo apt-get autoremove eclipse-cdt
摘要:sudo apt-get autoremove eclipse-cdt 阅读全文

posted @ 2022-08-26 16:34 lydstory 阅读(9) 评论(0) 推荐(0) 编辑

示波器 表笔x10, 交流档, 100mV,看下晶振波形产生就可以
摘要:示波器 表笔x10, 交流档, 100mV,看下晶振波形产生就可以 晶振没有问题 电容是OK的 电源质量特别差 但工作异常目前跟电源没关系 已经验证过了 阅读全文

posted @ 2022-08-26 15:49 lydstory 阅读(155) 评论(0) 推荐(0) 编辑

xTaskCreate
摘要:xTaskCreate xTaskCreatePinnedToCore 创建任务 阅读全文

posted @ 2022-08-26 12:46 lydstory 阅读(40) 评论(0) 推荐(0) 编辑

晶振管脚
摘要:就把 晶振管脚调换个位置, 去掉一个电阻 完事了,没那么复杂 阅读全文

posted @ 2022-08-26 10:54 lydstory 阅读(42) 评论(0) 推荐(0) 编辑

err = listen(listen_sock, 1);
摘要:err = listen(listen_sock, 1); TCP的服务器端socket基本流程socket->bind->listen->accept->send/recv->closesocket,客户端基本流程socket->[bind->]->connect->send/recv->clos 阅读全文

posted @ 2022-08-26 09:38 lydstory 阅读(31) 评论(0) 推荐(0) 编辑

明日工作计划
摘要:1.esp32 单步跟踪调试 阅读全文

posted @ 2022-08-25 21:05 lydstory 阅读(13) 评论(0) 推荐(0) 编辑

esp32 tcpserver 1个IP只能连一个
摘要: 阅读全文

posted @ 2022-08-25 21:04 lydstory 阅读(67) 评论(0) 推荐(0) 编辑

有没有不连入公网的wifi信号
摘要:有没有不连入公网的wifi信号? 阅读全文

posted @ 2022-08-25 20:45 lydstory 阅读(8) 评论(0) 推荐(0) 编辑

send函数到物理层
摘要:你跟踪,send函数到物理层,在这个地方加密,不管什么数据都可以劫持 它的数据最终要通过底层出去 你就在那个地方加入你的加密程序 当然是看代码,打断点跟踪调试 你是用keil还是AVR 阅读全文

posted @ 2022-08-25 20:08 lydstory 阅读(22) 评论(0) 推荐(0) 编辑

程光淼: sock[i], 这个数组定义在哪里
摘要: 阅读全文

posted @ 2022-08-25 19:51 lydstory 阅读(3) 评论(0) 推荐(0) 编辑

A fatal error occurred: This chip is ESP32-S2 not ESP32-H2(beta1). Wrong --chip argument?
摘要:乐鑫科技发布新品ESP32-H2,直指Matter智能家居标准_科技_品阅网 (q578.com) 阅读全文

posted @ 2022-08-25 19:43 lydstory 阅读(618) 评论(0) 推荐(0) 编辑

ESP32-S2 lwip
摘要:I'm not a big expert in lwIP, but I think the code is correct, since I spent time debugging it on ESP32 and it works very well there. If one code for 阅读全文

posted @ 2022-08-25 19:21 lydstory 阅读(31) 评论(0) 推荐(0) 编辑

ESP32 Forum
摘要:Chinese Forum 中文社区 - ESP32 Forum 阅读全文

posted @ 2022-08-25 19:13 lydstory 阅读(21) 评论(0) 推荐(0) 编辑

idf.py monitor
摘要: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 阅读(194) 评论(0) 推荐(0) 编辑

ubuntu 安装JDK
摘要:安装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 阅读(23) 评论(0) 推荐(0) 编辑

esp_log输出
摘要: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 阅读(36) 评论(0) 推荐(0) 编辑

4路socket
摘要: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 阅读(31) 评论(0) 推荐(0) 编辑

uc/os 版权公司
摘要:https://www.micrium.com/ 阅读全文

posted @ 2022-08-25 17:48 lydstory 阅读(7) 评论(0) 推荐(0) 编辑

I use a W5500 / SPI based ethernet module.
摘要: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 阅读(32) 评论(0) 推荐(0) 编辑

esp32+freeRTOS+lvgl
摘要:esp32+freeRTOS+lvgl 阅读全文

posted @ 2022-08-25 16:58 lydstory 阅读(88) 评论(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 阅读(16) 评论(0) 推荐(0) 编辑

这个是晶振跳线没好
摘要: 阅读全文

posted @ 2022-08-25 16:49 lydstory 阅读(6) 评论(0) 推荐(0) 编辑

esp32 esp_eth_driver_install
摘要:esp_eth_driver_install 错误 阅读全文

posted @ 2022-08-25 14:58 lydstory 阅读(13) 评论(0) 推荐(0) 编辑

dm9051np
摘要:dm9051np 网卡芯片驱动供应商 阅读全文

posted @ 2022-08-25 14:07 lydstory 阅读(23) 评论(0) 推荐(0) 编辑

华为s5700交换机带poe
摘要:华为s5700交换机带poe功能。型号必须有S5700****-POE 的字母才带POE,不然没有的。 带POE供电的交换机,采用以太网供电的交换机。POE (Power Over Ethernet)指的是在现有的以太网Cat.5布线基础架构 阅读全文

posted @ 2022-08-25 14:02 lydstory 阅读(198) 评论(0) 推荐(0) 编辑

接线问题
摘要:搞了一顿串口线,最后发现poe电源接到lan口....靠了 阅读全文

posted @ 2022-08-25 12:23 lydstory 阅读(4) 评论(0) 推荐(0) 编辑

ESP32-S2上使用SPI接口芯片DM9051NP转以太网的无线物联网网关开发指导
摘要:(98条消息) ESP32-S2上使用SPI接口芯片DM9051NP转以太网的无线物联网网关开发指导_qq1667532的博客-CSDN博客_spi转以太网芯片 阅读全文

posted @ 2022-08-25 12:23 lydstory 阅读(73) 评论(0) 推荐(0) 编辑

spi sclk
摘要: 阅读全文

posted @ 2022-08-25 10:18 lydstory 阅读(6) 评论(0) 推荐(0) 编辑

电路p1 p3
摘要:有关电气符号1P、2P、3P、4P的含义,1P是通断一路电的开关,2P为通断2路电的开关,1P为一相开关,2P为两相开关,3P为三相开关,4P为三相加N相(零线)开关。 电气符号1P、2P、3P、4P的含义: P:英文pole,中文解释:极。 1P是通断一路电的开关,2P为通断2路电的开关,以此类推 阅读全文

posted @ 2022-08-25 09:40 lydstory 阅读(1046) 评论(0) 推荐(0) 编辑

esp32 tcp udp server
摘要:xielizyh (xielizyh) / Repositories (github.com) 阅读全文

posted @ 2022-08-24 21:36 lydstory 阅读(28) 评论(0) 推荐(0) 编辑

ESP32日志
摘要:ESP_LOGI ESP_LOGW ESP_LOGE 阅读全文

posted @ 2022-08-24 19:47 lydstory 阅读(24) 评论(0) 推荐(0) 编辑

freertos 0xE000ED04
摘要:0xE000ED04 ICSR寄存器 vTaskDelay 阅读全文

posted @ 2022-08-24 19:10 lydstory 阅读(100) 评论(0) 推荐(0) 编辑

以太网芯片dm9051
摘要:以太网芯片(DP83848 阅读全文

posted @ 2022-08-24 18:48 lydstory 阅读(113) 评论(0) 推荐(0) 编辑

esp32s2
摘要:s2没有蓝牙。 ESP32 硬件设计指南 所有要用的gpio我都放上了0欧电阻 有缘晶振 阅读全文

posted @ 2022-08-24 17:50 lydstory 阅读(74) 评论(0) 推荐(0) 编辑

ESP-IDF找不到蓝牙头文件解决方法
摘要:现象:静态断言失败,原因是 “please enable bluetooth in menuconfig to use bt.h”esp_bt.h: No such file or directoryesp_gap_ble_api.h: No such file or directory等蓝牙相关头 阅读全文

posted @ 2022-08-24 17:06 lydstory 阅读(995) 评论(0) 推荐(0) 编辑

esp32s2 github ble2mqtt
摘要:shmuelzon/esp32-ble2mqtt: A BLE to MQTT bridge running on an ESP32 (github.com) 阅读全文

posted @ 2022-08-24 16:45 lydstory 阅读(23) 评论(0) 推荐(0) 编辑

单片机知识
摘要: 阅读全文

posted @ 2022-08-24 16:24 lydstory 阅读(19) 评论(0) 推荐(0) 编辑

mac eth错误
摘要: 阅读全文

posted @ 2022-08-24 16:00 lydstory 阅读(13) 评论(0) 推荐(0) 编辑

思极网安
摘要:网信通产业集团智芯公司自主研发的安全、主控、通信、传感、射频识别、计量、人工智能、模拟八大类“国网芯”产品参展国家网络安全宣传周活动,全面展现了工业芯片在智能电网应用优势和成效。目前“国网芯”产品已广泛应用于电力系统发电、输电、变电、配电、用电等各环节设备,覆盖中国32个省、自治区、直辖市,亚、欧、 阅读全文

posted @ 2022-08-24 15:37 lydstory 阅读(224) 评论(0) 推荐(0) 编辑

submodule是components吗
摘要:(X_X) 15:08:50submodule是components吗PickaxeHit 15:08:54进idf目录,执行git submodule update --init 阅读全文

posted @ 2022-08-24 15:11 lydstory 阅读(5) 评论(0) 推荐(0) 编辑

有没有老哥用idf和lvgl显示gif动图的
摘要:有没有老哥用idf和lvgl显示gif动图的 阅读全文

posted @ 2022-08-24 15:03 lydstory 阅读(169) 评论(0) 推荐(0) 编辑

lvs 梯子
摘要:魔戒.net (mojie.me) 客户端 阅读全文

posted @ 2022-08-24 14:45 lydstory 阅读(1) 评论(0) 推荐(0) 编辑

sdconfig
摘要:idf.py menuconfig 配置wifi ssid 密码 最大连接数 阅读全文

posted @ 2022-08-24 14:26 lydstory 阅读(12) 评论(0) 推荐(0) 编辑

VSCode+platformio
摘要:沧海寻雾 14:12:29请教下VSCode+platformio 创建工程时很慢,昨天一天都没出来,网上说的用“魔法”是指要FQ吗?honey酒 14:12:42是 阅读全文

posted @ 2022-08-24 14:16 lydstory 阅读(39) 评论(0) 推荐(0) 编辑

esp32 分区表配置 wifi数据
摘要:ESP-ROM:esp32s2-rc4-20191025Build:Oct 25 2019rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT)SPIWP:0xeemode:DIO, clock div:1load:0x3ffe6100,len:0x1788 阅读全文

posted @ 2022-08-24 13:48 lydstory 阅读(1182) 评论(0) 推荐(0) 编辑

ANDROID idf freertos
摘要:Ikaros 11:38:26Arduino也可以用FreeRTOS啊Ikaros 11:38:31和系统无关吧Ikaros 11:38:39反正最后都是二进制小彭 11:39:27arduino更像一个通用的库和语法day day 11:40:15一般性,如果你硬要移植一个进去也可以,但我觉得一般 阅读全文

posted @ 2022-08-24 11:43 lydstory 阅读(23) 评论(0) 推荐(0) 编辑

idf.py --no-ccache build
摘要:idf.py --no-ccache build (98条消息) 关于esp-idf编译时ccache错误导致在libsodium库报poly1305.c.obj类文件找不到的问题_夏雨夜寐的博客-CSDN博客 阅读全文

posted @ 2022-08-24 11:20 lydstory 阅读(34) 评论(0) 推荐(0) 编辑

vscode 内的idf 与 下载的idf不是同一个
摘要:ain.dir/main.c.obj -c ../main/main.c../main/main.c: In function 'app_main':../main/main.c:102:10: error: 'usb_host_client_config_t' {aka 'struct <anon 阅读全文

posted @ 2022-08-24 11:16 lydstory 阅读(64) 评论(0) 推荐(0) 编辑

idf 版本升级
摘要:要更新submodule 阅读全文

posted @ 2022-08-24 10:59 lydstory 阅读(8) 评论(0) 推荐(0) 编辑

esp32 配置12项目
摘要: 阅读全文

posted @ 2022-08-24 10:43 lydstory 阅读(9) 评论(0) 推荐(0) 编辑

esp32 usbip
摘要:ar-jnj/esp32_usbip: usbip on the esp32s2, limited to a specific application (github.com) 阅读全文

posted @ 2022-08-24 10:30 lydstory 阅读(135) 评论(0) 推荐(0) 编辑

esp32-who face
摘要:Kevincoooool (Kevincoooool) / Repositories (github.com) 阅读全文

posted @ 2022-08-23 20:43 lydstory 阅读(11) 评论(0) 推荐(0) 编辑

arduino+ PlatformIO
摘要:复杂应用不建议arduino,虽然也能满足一些功能。 VSCODE 只是编辑工具, ESP IDF是乐鑫SDK框架。 PlatformIO没用过,不了解 阅读全文

posted @ 2022-08-23 20:26 lydstory 阅读(81) 评论(0) 推荐(0) 编辑

freertos esp32
摘要:freertos esp32官方例子 阅读全文

posted @ 2022-08-23 18:03 lydstory 阅读(25) 评论(0) 推荐(0) 编辑

Unable to open serial port /dev/ttyUSB0
摘要:权限不够 解决办法: 通过增加udev规则来实现。步骤如下:创建文件/etc/udev/rules.d/70-ttyusb.rules在文件内增加一行KERNEL=="ttyUSB[0-9]*", MODE="0666"重新插入USB转串口设备,普通用户就有权限访问了。 2.或者打开cutecom等 阅读全文

posted @ 2022-08-23 17:59 lydstory 阅读(198) 评论(0) 推荐(0) 编辑

jtag jlink esp32 引脚
摘要:ESP32使用Jlink进行JTAG调试的流程 - 百度文库 (baidu.com) 阅读全文

posted @ 2022-08-23 15:34 lydstory 阅读(57) 评论(0) 推荐(0) 编辑

esp-idf官方
摘要:https://gitee.com/EspressifSystems/esp-idf.git 阅读全文

posted @ 2022-08-23 14:27 lydstory 阅读(22) 评论(0) 推荐(0) 编辑

ESP32-S2
摘要:■ESP32-S2系列是高集成度的低功耗Wi-Fi系统级芯片(SoC)、专为物联网(IoT)、移动设备、可穿戴电子设备、智能家居等各种应用而设计,具有行业领先的低功耗性能和射频性能。■芯片包括一个功能完备的Wi-Fi子系统,符合IEEE802.11b/g/n协议。Wi-Fi子系统集成了Wi-Fi M 阅读全文

posted @ 2022-08-23 13:57 lydstory 阅读(626) 评论(0) 推荐(0) 编辑

ESP32使用Jlink进行JTAG调试的流程
摘要:ESP32使用Jlink进行JTAG调试的流程 - 百度文库 (baidu.com) 阅读全文

posted @ 2022-08-23 13:50 lydstory 阅读(375) 评论(0) 推荐(0) 编辑

Arduino和I2C
摘要:是I2C通讯的,Arduino和I2C设备通讯使用的(SCLK DIN RCLK) 阅读全文

posted @ 2022-08-23 11:55 lydstory 阅读(53) 评论(0) 推荐(0) 编辑

platformIO 提示spi.h找不到
摘要:[env:pico32]platform = espressif32board = pico32framework = arduinolib_deps = askuric/Simple FOC@2.2 SPI 阅读全文

posted @ 2022-08-23 11:48 lydstory 阅读(242) 评论(0) 推荐(0) 编辑

ubuntu搭建esp32开发环境
摘要:(98条消息) ubuntu 搭建ESP32开发环境_dear_Wally的博客-CSDN博客_esp32 ubuntu 阅读全文

posted @ 2022-08-23 11:12 lydstory 阅读(19) 评论(0) 推荐(0) 编辑

Ubuntu下 cutecom 串口
摘要:Ubuntu下 cutecom 图像界面串口调试工具(参考:https://blog.csdn.net/zhaoqi2617/article/details/72238546) (1)终端下载命令:sudo apt-get install cutecom (2)通过终端打开软件:sudo cutec 阅读全文

posted @ 2022-08-23 09:39 lydstory 阅读(251) 评论(0) 推荐(0) 编辑

vmware16序列号
摘要:ZF3R0-FHED2-M80TY-8QYGC-NPKYF 阅读全文

posted @ 2022-08-22 20:46 lydstory 阅读(47) 评论(0) 推荐(0) 编辑

esp32 开发板 环境
摘要:https://www.arduino.cc/en/software 阅读全文

posted @ 2022-08-22 18:53 lydstory 阅读(11) 评论(0) 推荐(0) 编辑

esp32 处理器架构
摘要:xtensa 阅读全文

posted @ 2022-08-22 17:14 lydstory 阅读(71) 评论(0) 推荐(0) 编辑

esp32 架构
摘要:xtensa 或者riscv32 阅读全文

posted @ 2022-08-22 16:53 lydstory 阅读(21) 评论(0) 推荐(0) 编辑

esp32 ino cpp混合编程
摘要:esp32 ino cpp混合编程 esp32 ino cpp混合编程 阅读全文

posted @ 2022-08-22 16:05 lydstory 阅读(37) 评论(0) 推荐(0) 编辑

ubuntu18.04 apt 安装python3.8
摘要:Run the following commands as root or user with sudo access to update the packages list and install the prerequisites: sudo apt updatesudo apt install 阅读全文

posted @ 2022-08-22 15:51 lydstory 阅读(234) 评论(0) 推荐(0) 编辑

边缘计算网关
摘要:边缘计算网关,通过4G/5G通讯和互联网,将工业物联网、边缘计算融为一体,实现云边协同、边端联动、算力下沉等特色,广泛应用于工业物联网、智能交通、电力物联网、环保消防、智慧农业等领域 5G边缘计算网关,采用工业级设计标准、即插即用的设计理念,支持对90%以上的主流CNC/PLC/仪器仪表设备进行协议 阅读全文

posted @ 2022-08-20 03:17 lydstory 阅读(158) 评论(0) 推荐(0) 编辑

牛客刷题
摘要:1. 磁盘接口的类型包括:1、SAS;2、SATA;3、NL-SAS;4、SCSI;5、IDE。请对上述五种类型的接口速率由快到慢进行排序,正确的一项是? 13245SAS NL-SAS SATA SCSI IDE2.传统的数据中心硬件包括X86服务器、小型机和大型机,存储和网络设备。正确3.路由优 阅读全文

posted @ 2022-08-17 13:30 lydstory 阅读(173) 评论(0) 推荐(0) 编辑

uipath
摘要:uipath ???? 阅读全文

posted @ 2022-08-17 12:26 lydstory 阅读(12) 评论(0) 推荐(0) 编辑

windows下usb过滤驱动
摘要:usb电源 pnp设备 isici设备 阅读全文

posted @ 2022-08-16 14:22 lydstory 阅读(191) 评论(0) 推荐(0) 编辑

libusbip
摘要:https://github.com/ezrasa/libusbip libusb 阅读全文

posted @ 2022-08-16 14:03 lydstory 阅读(21) 评论(0) 推荐(0) 编辑

code_seg("PAGE")
摘要:code_seg("PAGE") 此部分代码放入分页内存中运行... PAGED_CODE()作用 Windows并没有将运行在Ring 0的代码全部视为内核,而是区分为Kernel和Executive,Executive可以理解为“管理层”的意思,解释为“执行体”不合理。 其中,Kernel是狭义 阅读全文

posted @ 2022-08-15 04:12 lydstory 阅读(136) 评论(0) 推荐(0) 编辑

usb_sndbulkpipe
摘要:usb_sndbulkpipe usb_sndbulkpipe 当数据从用户空间正确复制到局部缓冲区后,urb必须在可以被提交给USB核心之前被正确初始化: /* 初始化urb */ usb_fill_bulk_urb(urb, dev->udev, usb_sndbulkpipe(dev->ude 阅读全文

posted @ 2022-08-12 12:13 lydstory 阅读(126) 评论(0) 推荐(0) 编辑

remoteusb
摘要:https://www.remoteusb.com/ 阅读全文

posted @ 2022-08-12 12:12 lydstory 阅读(11) 评论(0) 推荐(0) 编辑

spin_lock_irq spin_unlock_irq
摘要:双链表 自旋锁 使用usb_buffer_alloc 和 usb_buffer_free 这两个函数,在2.6.35和之后的内核中usb_buffer_alloc 和 usb_buffer_free这两个函数已不在使用了,可以用usb_alloc_coherent 和 usb_free_cohere 阅读全文

posted @ 2022-08-12 11:11 lydstory 阅读(20) 评论(0) 推荐(0) 编辑

usb driver
摘要:static struct usb_driver ce_driver = { .name = "ce", .probe = ce_probe, .disconnect = ce_disconnect, .suspend = ce_suspend, .resume = ce_resume, .pre_ 阅读全文

posted @ 2022-08-12 11:01 lydstory 阅读(56) 评论(0) 推荐(0) 编辑

usb驱动
摘要:usb: host controller + udc usb控制器驱动 与 usb设备驱动一个功能复杂的usb设备可以具有多个接口..端点是usb通信的最基本形式,每一个usb设备接口在主机看来就是一个端点的集合主机只能通过端点与设备通信,usb系统中每一个端点都有唯一的地址,这是由设备地址和端点号 阅读全文

posted @ 2022-08-12 10:30 lydstory 阅读(326) 评论(0) 推荐(0) 编辑

wch南京沁恒mcu
摘要:https://www.wch.cn/ 阅读全文

posted @ 2022-08-12 09:47 lydstory 阅读(17) 评论(0) 推荐(0) 编辑

linux sembuf
摘要:https://blog.csdn.net/weixin_45891985/article/details/114497566 阅读全文

posted @ 2022-08-11 16:11 lydstory 阅读(21) 评论(0) 推荐(0) 编辑

TR-069 Technical Report - 069
摘要:TR-069 全名是 Technical Report - 069 是由 DSL Forum (之后更名为 Broadband Forum) 的技术标准制定组织在 2004 年五月发表公开,系在 CWMP (CPE WAN Management Protocol) 上发展的一项远程控制使用者终端设备 阅读全文

posted @ 2022-08-11 15:38 lydstory 阅读(59) 评论(0) 推荐(0) 编辑

SOCK_DGRAM
摘要:SOCK_DGRAM udp ipc通信 #define MAX_BUF_LEN 4096 typedef struct tag_ipc_msg { unsigned int IPCCmd; char path_msg[64]; char query_msg[4028];}ipc_msg; 4k的结 阅读全文

posted @ 2022-08-11 14:35 lydstory 阅读(73) 评论(0) 推荐(0) 编辑

mt7687
摘要:mt7687 goform 阅读全文

posted @ 2022-08-10 19:35 lydstory 阅读(7) 评论(0) 推荐(0) 编辑

struct rb_node 代码
摘要:https://blog.csdn.net/inuyasha1027/article/details/42098737 阅读全文

posted @ 2022-08-08 09:44 lydstory 阅读(18) 评论(0) 推荐(0) 编辑

lib 可以编译 dll 不可以
摘要:lib 可以编译 dll 不可以 lib 可以编译 dll 不可以 lib 可以编译 dll 不可以 阅读全文

posted @ 2022-08-06 18:08 lydstory 阅读(12) 评论(0) 推荐(0) 编辑

进程签名
摘要:进程签名 进程签名 进程签名 阅读全文

posted @ 2022-08-06 17:49 lydstory 阅读(56) 评论(0) 推荐(0) 编辑

windbg 命令
摘要:https://blog.csdn.net/weixin_30527551/article/details/96035143 Loading Dump File [Z:\MEMORY.DMP]Kernel Summary Dump File: Only kernel address space is 阅读全文

posted @ 2022-08-06 16:11 lydstory 阅读(225) 评论(0) 推荐(0) 编辑

中国电信—我的E家
摘要:中国电信—我的E家 realtek 路由器 阅读全文

posted @ 2022-08-06 05:21 lydstory 阅读(41) 评论(0) 推荐(0) 编辑

ez-ipupdate
摘要:https://linux.die.net/man/8/ez-ipupdate 动态 dns客户端 conf 命令解析 阅读全文

posted @ 2022-08-06 05:15 lydstory 阅读(118) 评论(0) 推荐(0) 编辑

预编译头文件来自编译器的早期版本_Debug
摘要:预编译头文件来自编译器的早期版本_Debug c / c++ 混编 去掉预编译头文件 阅读全文

posted @ 2022-08-06 04:52 lydstory 阅读(33) 评论(0) 推荐(0) 编辑

dropbear
摘要:dropbear是轻量的sshd服务器,与OpenSSH相比,他更简洁,更小巧,运行起来占用的内存也更少 阅读全文

posted @ 2022-08-06 04:38 lydstory 阅读(139) 评论(0) 推荐(0) 编辑

DNSmasq
摘要:DNSmasq是一个小巧且方便地用于配置DNS和DHCP的工具,适用于小型网络,它提供了DNS功能和可选择的DHCP功能 阅读全文

posted @ 2022-08-06 04:36 lydstory 阅读(62) 评论(0) 推荐(0) 编辑

matrixssl:物联网设备的轻量级嵌入式SSLTLS实现
摘要:matrixssl:物联网设备的轻量级嵌入式SSLTLS实现 TR-069会话中SSL/TLS协议的研究与应用 阅读全文

posted @ 2022-08-06 04:29 lydstory 阅读(86) 评论(0) 推荐(0) 编辑

radvd ipv6
摘要:https://www.jianshu.com/p/92e3697362a2 阅读全文

posted @ 2022-08-06 04:22 lydstory 阅读(15) 评论(0) 推荐(0) 编辑

usb_modeswitch
摘要:https://blog.csdn.net/jf_xu/article/details/76687451 阅读全文

posted @ 2022-08-06 04:08 lydstory 阅读(24) 评论(0) 推荐(0) 编辑

l2tp(layer 2 tunneling protoc...
摘要:Layer Two Tunnelling Protocol Daemon 阅读全文

posted @ 2022-08-06 03:16 lydstory 阅读(19) 评论(0) 推荐(0) 编辑

VoIP芯片
摘要:基于IP的语音传输(英语:Voice over Internet Protocol,缩写为VoIP) h248tosip H.248协议是用于连接MGC(Media Gateway Controller,媒体网关控制器)与MG(Media Gateway,媒体网关)的网关控制协议,应用于媒体网关与软 阅读全文

posted @ 2022-08-06 03:09 lydstory 阅读(166) 评论(0) 推荐(0) 编辑

Crypto库实现PKCS7签名与签名验证
摘要:https://blog.csdn.net/wangsifu2009/article/details/7560306 CRYPT_SIGN_MESSAGE_PARA PCCERT_CONTEXT 阅读全文

posted @ 2022-08-06 02:43 lydstory 阅读(106) 评论(0) 推荐(0) 编辑

windows exe证书
摘要:windows exe证书 阅读全文

posted @ 2022-08-06 02:41 lydstory 阅读(10) 评论(0) 推荐(0) 编辑

error PRJ0050: Failed to register output. Please ensure you have the appropriate permissions to (转载)
摘要:error PRJ0050: Failed to register output. Please ensure you have the appropriate permissions to modify the registry. 转载地址:http://hi.baidu.com/wqgrowin 阅读全文

posted @ 2022-08-06 02:37 lydstory 阅读(71) 评论(0) 推荐(0) 编辑

IcmpSendEcho
摘要:IcmpSendEcho windows ping 函数 阅读全文

posted @ 2022-08-06 01:44 lydstory 阅读(15) 评论(0) 推荐(0) 编辑

场测软件
摘要:2003年的代码,Windows服务端每个线程打开一次access数据库……场测软件每个线程打开一个ssh吗? 上传下载都走独立的ssh...多线程+多进程……一次20台检测…… 阅读全文

posted @ 2022-08-05 12:37 lydstory 阅读(34) 评论(0) 推荐(0) 编辑

每日工作时间段excel
摘要: 阅读全文

posted @ 2022-08-05 05:51 lydstory 阅读(15) 评论(0) 推荐(0) 编辑

全顾医疗
摘要:https://www.scrmsolution.com/jobs/ 阅读全文

posted @ 2022-08-05 05:31 lydstory 阅读(17) 评论(0) 推荐(0) 编辑

ExAllocatePoolWithTag
摘要:PVOID p = ExAllocatePool(Pool_Type, Size); PVOID p = (Pool_Type, Size, Tag); 调用ExAllocatePool是从内核模式堆中分配内存的标准方式。另一个函数ExAllocatePoolWithTag,与ExAllocateP 阅读全文

posted @ 2022-08-05 05:08 lydstory 阅读(396) 评论(0) 推荐(0) 编辑

PSCSI_REQUEST_BLOCK
摘要:PSCSI_REQUEST_BLOCK 阅读全文

posted @ 2022-08-05 05:02 lydstory 阅读(12) 评论(0) 推荐(0) 编辑

关于IoAttachDeviceToDeviceStack
摘要:IoAttachDeviceToDeviceStack将Source Device附加到Target Device上。 打开windbgkd> u IoAttachDeviceToDeviceStack l 10nt!IoAttachDeviceToDeviceStack:804f1aac 8bff 阅读全文

posted @ 2022-08-01 11:52 lydstory 阅读(111) 评论(0) 推荐(0) 编辑

nmake
摘要:http://t.zoukankan.com/liangxiaofeng-p-3247968.html 阅读全文

posted @ 2022-08-01 11:28 lydstory 阅读(14) 评论(0) 推荐(0) 编辑

vs2008 wdk 驱动开发环境配置 之wdm
摘要:https://blog.csdn.net/chinahaerbin/article/details/6560018 阅读全文

posted @ 2022-08-01 11:21 lydstory 阅读(29) 评论(0) 推荐(0) 编辑

配置耗时太长
摘要:配置耗时太长 配置耗时太长 配置耗时太长 配置耗时太长 配置耗时太长 阅读全文

posted @ 2022-08-01 11:10 lydstory 阅读(3) 评论(0) 推荐(0) 编辑

亿赛通文件外发
摘要:http://www.esafenet.com/product/278192282 阅读全文

posted @ 2022-08-01 09:30 lydstory 阅读(154) 评论(0) 推荐(0) 编辑

问题开发
摘要:1.路由协议 2.snmpv2 v3 发展异同 ?原因 解决什么问题 阅读全文

posted @ 2022-08-01 09:27 lydstory 阅读(21) 评论(0) 推荐(0) 编辑

微软seal加密库使用
摘要:微软seal加密库使用 seal库 加密库 阅读全文

posted @ 2022-08-01 03:27 lydstory 阅读(52) 评论(0) 推荐(0) 编辑

transformer
摘要:transformer 人工智能模型 transformer 人工智能模型 transformer 人工智能模型 阅读全文

posted @ 2022-08-01 01:46 lydstory 阅读(27) 评论(0) 推荐(0) 编辑

pdf文件 a4转到手机
摘要:pdf文件 a4转到手机 pdf文件 a4转到手机 pdf文件 a4转到手机 人工智能演示 ....... 计算..... 阅读全文

posted @ 2022-08-01 00:26 lydstory 阅读(34) 评论(0) 推荐(0) 编辑

导航

点击右上角即可分享
微信分享提示