Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-S2 | ESP32-S3 | ESP32-H2 |
---|
This example focuses on the networking part, enables forwarding packets between network interfaces. It creates a WiFi soft AP, which uses NAT to forward packets to and from the Station network interface.
Follow detailed instructions provided specifically for this example.
Run idf.py flash monitor
to build, flash and monitor the project.
Once a complete flash process has been performed, you can use idf.py app-flash monitor
to reduce the flash time.
(To exit the serial monitor, type Ctrl-]
. Please reset the development board f you cannot exit the monitor.)
For more information, see User_Guide.md.
To create a project from this example, run:
idf.py create-project-from-example "espressif/iot_bridge=0.7.1:wifi_router"