Search found 6 matches

by gobbio
Tue Jul 25, 2017 3:01 pm
Forum: ESP-IDF
Topic: DHCP server and ETH
Replies: 0
Views: 2677

DHCP server and ETH

Hi

I see that the DHCP server supports only STA. How come it doesn't support ETH at the moment? Isn't the protocol should be the same in both cases?

Thanks
by gobbio
Wed Jun 28, 2017 4:46 am
Forum: General Discussion
Topic: ESP-WROOM-32 production capacity
Replies: 4
Views: 8528

Re: ESP-WROOM-32 production capacity

I see. What's the current stock level like? What about production capacity? Generally, how comfortable is ESP to take orders of several thousand units a month?
by gobbio
Wed Jun 28, 2017 2:36 am
Forum: General Discussion
Topic: ESP-WROOM-32 production capacity
Replies: 4
Views: 8528

ESP-WROOM-32 production capacity

Hi

is the WROOM-32 actually ready for a commercial product? Is reliability and lifetime of the IC good enough? What's availability/production capacity like?

Thanks
by gobbio
Mon Jun 26, 2017 12:14 pm
Forum: ESP-IDF
Topic: CONFIG_L2_TO_L3_COPY and CONFIG_EMAC_L2_TO_L3_RX_BUF_MODE
Replies: 2
Views: 4946

Re: CONFIG_L2_TO_L3_COPY and CONFIG_EMAC_L2_TO_L3_RX_BUF_MODE

Very informative. Thanks!
by gobbio
Mon Jun 26, 2017 11:55 am
Forum: ESP-IDF
Topic: CONFIG_L2_TO_L3_COPY and CONFIG_EMAC_L2_TO_L3_RX_BUF_MODE
Replies: 2
Views: 4946

CONFIG_L2_TO_L3_COPY and CONFIG_EMAC_L2_TO_L3_RX_BUF_MODE

Hi

I see that if CONFIG_L2_TO_L3_COPY is set, wlanif_input() copies from the buffer to p->payload. Similarly, if CONFIG_EMAC_L2_TO_L3_RX_BUF_MODE is set, ethernetif_input makes a copy. What's the purpose of setting these constants? In what situation is setting them desirable?

Thanks
by gobbio
Wed Jun 21, 2017 2:55 am
Forum: General Discussion
Topic: Ethernet to WiFi forwarding
Replies: 1
Views: 3824

Ethernet to WiFi forwarding

I'm planning on building an ethernet to WiFi converter. Is it doable on the ESP32? My guess is that it should be transparent and forward all network frames (transport layer?) to existent-and-already-stable IP stack implemented at current ETH hardware. Is ESP32 suitable for this? Any thought apprecia...