hi wxz2006621:
I use https://github.com/ajaybhargav/lwip_nat to implement NAT function. In ESP32,the can transport ping、udp and tcp packet. Wireshark capture correct packet,but PC appcation can receive the packet.
Search found 13 matches
- Sat Nov 25, 2017 6:40 am
- Forum: ESP-IDF
- Topic: Port NAT to ESP32?
- Replies: 2
- Views: 9767
- Tue Sep 19, 2017 6:44 am
- Forum: General Discussion
- Topic: Use of GPIO34 - 39 for I2C?
- Replies: 6
- Views: 12104
Re: Use of GPIO34 - 39 for I2C?
IO34-IO39 without SPI funtion in IO_MUX table. Is true for IO34-IO39 can map to SPI MISO funtion?
- Sat Aug 05, 2017 9:38 am
- Forum: Hardware
- Topic: buy ESP32 WROVER and Kit Sample?
- Replies: 5
- Views: 9760
Re: buy ESP32 WROVER and Kit Sample?
Thank very much,It is very useful to me.
- Fri Aug 04, 2017 7:25 am
- Forum: Hardware
- Topic: buy ESP32 WROVER and Kit Sample?
- Replies: 5
- Views: 9760
Re: buy ESP32 WROVER and Kit Sample?
I need to buy ESP32-WROVER module but no kit.
- Sun Jul 30, 2017 12:36 pm
- Forum: Hardware
- Topic: esp32使用emac时,gpio0作为EXT_OSC_CLK,如何避免进入下载模式
- Replies: 18
- Views: 32376
Re: esp32使用emac时,gpio0作为EXT_OSC_CLK,如何避免进入下载模式
Hi rudi !
Now I plan to use IO0 to do it.
Now I plan to use IO0 to do it.
- Fri Jul 28, 2017 9:02 am
- Forum: Hardware
- Topic: esp32使用emac时,gpio0作为EXT_OSC_CLK,如何避免进入下载模式
- Replies: 18
- Views: 32376
Re: esp32使用emac时,gpio0作为EXT_OSC_CLK,如何避免进入下载模式
I have the same problem.Now I can use GPIO16 to generate 50MHZ clk for PHY. But in new module ESP-WROVER use GPIO16 and GPIO17 for PSRAM,How disappointing!
olimex havd a new board,it use delay CMOS to deal this problem.Is there a suggested solution for Espressif ??
olimex havd a new board,it use delay CMOS to deal this problem.Is there a suggested solution for Espressif ??
- Tue Jul 25, 2017 3:45 am
- Forum: Hardware
- Topic: emac clk with IO0
- Replies: 0
- Views: 3827
emac clk with IO0
我们使用ESP32外挂PHY,在PHY CLK遇到两个方案选择,官方有没有推荐解决方法?
1、IO0设置为CLK_IN, 开机会影响BOOT 系统的正常启动,需要配合电源使能电路来控制PHY的晶振,这种电路复杂BOM成本增加!
2、IO16设置EMAC_CLK_OUT,输出50MHZ波形,这种电路简单成本低。但是ESP-WROVER模块在加入PSRAM模块后占用了IO16?
后期ESP-WROVER模块量产模块,都会占用IO16和IO17吗?
关于这两种方案接PHY,官方推荐哪一种?
1、IO0设置为CLK_IN, 开机会影响BOOT 系统的正常启动,需要配合电源使能电路来控制PHY的晶振,这种电路复杂BOM成本增加!
2、IO16设置EMAC_CLK_OUT,输出50MHZ波形,这种电路简单成本低。但是ESP-WROVER模块在加入PSRAM模块后占用了IO16?
后期ESP-WROVER模块量产模块,都会占用IO16和IO17吗?
关于这两种方案接PHY,官方推荐哪一种?
- Sat Jul 22, 2017 1:47 am
- Forum: Hardware
- Topic: buy ESP32 WROVER and Kit Sample?
- Replies: 5
- Views: 9760
buy ESP32 WROVER and Kit Sample?
where we can buy ESP32 WROVER and Kit Sample?
- Sat Jul 22, 2017 1:43 am
- Forum: General Discussion
- Topic: ESP-32 mesh function
- Replies: 16
- Views: 31270
Re: ESP-32 mesh function
this function can communication with esp8266? and esp8266 have relevant API?
- Thu Jul 20, 2017 5:54 am
- Forum: General Discussion
- Topic: ESP-32 mesh function
- Replies: 16
- Views: 31270
Re: ESP-32 mesh function
thank forr esponse! " the functionality to send (non-management) WiFi frames", this like 2.4G Frame with not connected??
Because the WIFI connection number limit, We need to a function with not connected, When need big data transmission in starting the WIFI connection.
Because the WIFI connection number limit, We need to a function with not connected, When need big data transmission in starting the WIFI connection.