Skip to content

Xtalism/ESP32AP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32AP

This is an ESP32 Access Point code.

Table of Contents

Description

This project sets up an ESP32 microcontroller as a Wi-Fi access point, allowing other devices to connect to it. It can be used for various IoT applications where a local network is required without relying on external Wi-Fi infrastructure.

You can use the ESP32TCP-IP code I have on my repository so you can connect to the access point whenever you like. This code also works with multiple ESP32's. If you'd like to add more than 2 ESP32's, you'd need to change the ESP32AP code in order to add as many clients as you'd like it to be.

Installation

  1. Clone the repository:
    git clone https://github.com/Xtalism/ESP32AP.git
    

Documentation

You can look up the WiFi API documentation which is the one I based my code on.

You can also see the TCP/IP Adapter for more details.