Search found 13 matches

by hfc108
Sat Nov 25, 2017 6:40 am
Forum: ESP-IDF
Topic: Port NAT to ESP32?
Replies: 2
Views: 9088

Re: Port NAT to ESP32?

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.
by hfc108
Tue Sep 19, 2017 6:44 am
Forum: General Discussion
Topic: Use of GPIO34 - 39 for I2C?
Replies: 6
Views: 10866

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? :?:
by hfc108
Sat Aug 05, 2017 9:38 am
Forum: Hardware
Topic: buy ESP32 WROVER and Kit Sample?
Replies: 5
Views: 9008

Re: buy ESP32 WROVER and Kit Sample?

Thank very much,It is very useful to me.
by hfc108
Fri Aug 04, 2017 7:25 am
Forum: Hardware
Topic: buy ESP32 WROVER and Kit Sample?
Replies: 5
Views: 9008

Re: buy ESP32 WROVER and Kit Sample?

I need to buy ESP32-WROVER module but no kit.
by hfc108
Fri Jul 28, 2017 9:02 am
Forum: Hardware
Topic: esp32使用emac时,gpio0作为EXT_OSC_CLK,如何避免进入下载模式
Replies: 18
Views: 29327

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 ??
by hfc108
Tue Jul 25, 2017 3:45 am
Forum: Hardware
Topic: emac clk with IO0
Replies: 0
Views: 3422

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,官方推荐哪一种?
by hfc108
Sat Jul 22, 2017 1:47 am
Forum: Hardware
Topic: buy ESP32 WROVER and Kit Sample?
Replies: 5
Views: 9008

buy ESP32 WROVER and Kit Sample?

where we can buy ESP32 WROVER and Kit Sample?
by hfc108
Sat Jul 22, 2017 1:43 am
Forum: General Discussion
Topic: ESP-32 mesh function
Replies: 16
Views: 28836

Re: ESP-32 mesh function

this function can communication with esp8266? and esp8266 have relevant API? :D
by hfc108
Thu Jul 20, 2017 5:54 am
Forum: General Discussion
Topic: ESP-32 mesh function
Replies: 16
Views: 28836

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.