ESP8266 Webserver Project

Moderator: Sprite_tm

User avatar
By donhamilton
#29625 Please forgive a noob question.

I would like to run the ESP in AP mode but serve my own web pages.

I would like to display and control a remote device while being remote.

There will be no AP available for my tablet and the ESP to connect to in the middle.

If this is doable, would I need to configure the ESP in a special way to do this.

Just like a peer-to-peer on ethernet, can I peer-to-peer via WiFi ?
User avatar
By Cicero
#29840 This is exactly what this httpd project does when you connect to the device in AP mode to select your wifi network, it is essentially acting like a peer-to-peer server.