Search found 1 match

by asicontrols
Mon Jul 31, 2017 10:04 pm
Forum: General Discussion
Topic: WiFi Radio WITHOUT lwIP dependence?
Replies: 2
Views: 4592

WiFi Radio WITHOUT lwIP dependence?

Can the ESP32 send/receive wireless packets for an external lwIP stack (not running on this ESP-WROOM-32 module itself)? We are interested in using the USB serial bridge as a bi-directional network interface to the ESP-32 WiFi radio. I have experimented with esp_wifi_internal_tx() function and it do...