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
Search found 6 matches
- Tue Jul 25, 2017 3:01 pm
- Forum: ESP-IDF
- Topic: DHCP server and ETH
- Replies: 0
- Views: 2746
- Wed Jun 28, 2017 4:46 am
- Forum: General Discussion
- Topic: ESP-WROOM-32 production capacity
- Replies: 4
- Views: 8706
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?
- Wed Jun 28, 2017 2:36 am
- Forum: General Discussion
- Topic: ESP-WROOM-32 production capacity
- Replies: 4
- Views: 8706
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
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
- 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: 5079
Re: CONFIG_L2_TO_L3_COPY and CONFIG_EMAC_L2_TO_L3_RX_BUF_MODE
Very informative. Thanks!
- 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: 5079
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
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
- Wed Jun 21, 2017 2:55 am
- Forum: General Discussion
- Topic: Ethernet to WiFi forwarding
- Replies: 1
- Views: 3899
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...