# Soft-AP

Published articles for Soft-AP.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## ESP-IDF Tutorials: Soft-AP

DevFeed: [ESP-IDF Tutorials: Soft-AP](<https://devfeed.tech/articles/esp-idf-tutorials-soft-ap-13697.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/2025/04/soft-ap-tutorial/>)

Author: John Lee

Published: 2025-04-18T00:00:00Z

Content type: tutorial

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [ESP-IDF](<https://devfeed.tech/topics/esp-idf.md>), [Espressif](<https://devfeed.tech/topics/espressif.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [networking](<https://devfeed.tech/topics/networking.md>), [configuration](<https://devfeed.tech/topics/configuration.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [bluetooth](<https://devfeed.tech/tags/bluetooth.md>), [bluetooth-le](<https://devfeed.tech/tags/bluetooth-le.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [connectivity](<https://devfeed.tech/tags/connectivity.md>), [esp-idf](<https://devfeed.tech/tags/esp-idf.md>), [esp32-c3](<https://devfeed.tech/tags/esp32-c3.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [framework](<https://devfeed.tech/tags/framework.md>), [http](<https://devfeed.tech/tags/http.md>), [http-server](<https://devfeed.tech/tags/http-server.md>), [networking](<https://devfeed.tech/tags/networking.md>), [security](<https://devfeed.tech/tags/security.md>), [soft-ap](<https://devfeed.tech/tags/soft-ap.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>), [wi-fi](<https://devfeed.tech/tags/wi-fi.md>)

### AI overview

This tutorial explains how to set up a Wi-Fi soft-AP with an Espressif module and ESP-IDF for provisioning. It covers project setup, Wi-Fi configuration, event handling, and verifying the connection with a smartphone, while noting that the simple technique is less secure than Unified Provisioning.

### Source excerpt

This tutorial guides you through setting up a soft-AP using an Espressif module and ESP-IDF. It covers the process of creating a project, configuring Wi-Fi, and handling connection events through event loops. Upon completion, you'll be able to establish a soft-AP and manage Wi-Fi connections. It is the first step to building more advanced networking applications.