Search found 7 matches

by OOOOOOOPF
Tue Aug 16, 2022 3:46 pm
Forum: ESP-IDF 中文讨论版
Topic: eth2wifi 发送数据错误
Replies: 1
Views: 1439

eth2wifi 发送数据错误

我做了一块自己的板子,用的是esp32 Wroom 32UE 和SR8201F 以太网芯片,一开始eth2sta跑得很好,我的PC通过板子可以上网,但是过了1分钟或者5分钟后,会突然不断重启,然后电源会被急剧拉低,请问一下有人知道为什么吗?代码log在下方: [14:44:15:805]Rx←⦁ets Jul 29 2019 12:21:46 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x0...
by OOOOOOOPF
Tue Aug 16, 2022 3:41 pm
Forum: General Discussion
Topic: About eth2wifi transmit error
Replies: 1
Views: 1530

About eth2wifi transmit error

I made my own board with esp-wroom-32UE, and a SR8201F ethernet chip, when I test eth2sta code, everything goes well, and then for about 1 mins or 5mins later, the ethernet suddenly can't send message to PC, and the chip begin to reboot in different reason, below are my logs, I want to know why: [14...
by OOOOOOOPF
Mon Aug 15, 2022 4:58 pm
Forum: ESP Mesh 中文讨论版
Topic: esp_mesh_recv 收数据机制
Replies: 2
Views: 16827

Re: esp_mesh_recv 收数据机制

你好请问root向下数据这边能做到16Mbit/s 吗?现在有个工程需要用到这个,我也想知道root节点能收到16个nonroot节点同时向上的1M流量吗?
by OOOOOOOPF
Mon Aug 15, 2022 4:55 pm
Forum: ESP Mesh 中文讨论版
Topic: 关于MESH转Ethernet的问题
Replies: 1
Views: 14476

Re: 关于MESH转Ethernet的问题

可以的,ETH2MESH我已经搞定了,但是速率会慢很多,比console test的例程要慢很多,不知道为什么
by OOOOOOOPF
Mon Aug 15, 2022 4:51 pm
Forum: ESP Mesh 中文讨论版
Topic: ESP32-S3mesh和WIFI可以同时工作的吗?
Replies: 1
Views: 7962

Re: ESP32-S3mesh和WIFI可以同时工作的吗?

MESH应该就是在2.4GWiFI上封装的一层,至于能不能同时调用mesh的接口和wifi的接口,我会尝试一下,但是在进程上应该不是同时的
by OOOOOOOPF
Mon Aug 15, 2022 4:49 pm
Forum: General Discussion
Topic: About throughput between mesh nodes
Replies: 0
Views: 891

About throughput between mesh nodes

https://github.com/espressif/esp-mdf/issues/301 Environment Development Kit: ESP32-DevKitC Core (if using chip or module): ESP-WROOM-32UE Issue language: 中文 english Problem Description 我目前的需求是在没有路由器的情况下,固定根节点,然后有16个节点通过mesh连接到根节点,每个节点往根节点有1Mbit的吞吐量,也就是根节点需要有16Mbit的吞吐量。我融合了esp-mdf/examples/function_d...
by OOOOOOOPF
Mon Aug 15, 2022 4:48 pm
Forum: ESP Mesh 中文讨论版
Topic: 关于mesh节点间吞吐量的询问
Replies: 0
Views: 6398

关于mesh节点间吞吐量的询问

https://github.com/espressif/esp-mdf/issues/301 Environment Development Kit: ESP32-DevKitC Core (if using chip or module): ESP-WROOM-32UE Issue language: 中文 english Problem Description 我目前的需求是在没有路由器的情况下,固定根节点,然后有16个节点通过mesh连接到根节点,每个节点往根节点有1Mbit的吞吐量,也就是根节点需要有16Mbit的吞吐量。我融合了esp-mdf/examples/function_d...