BitMaker-hub / NerdMiner_v2

Improved version of first ESP32 NerdMiner
Other
1.37k stars 250 forks source link

ESP 12 & PIC Micro. Want to create simple webpage for user to connect to the available WiFI #287

Open mvadukul opened 6 months ago

mvadukul commented 6 months ago

Hello,

I am new to ESP 12/ESP8266. I am using PIC microprocessor. I am connecting ESP12 with UART and controlling it via AT commands. I want to create a simple project, whereby I want to first of all create the WiFi network, i.e. Access Point + Station Mode (Soft AP), then the user connects to the Access Point, assuming the default IP address of the device will remain consistent all the time, user connects to the AP, then browse the IP address of the Access Point, which should then open the setting page where the user can scan for the available WiFi networks, and connects to the WiFi Network. Once it connects successfully, the webpage shows "Connected". After that, user disconnects for ESP Wifi Network and my application has Internet connectivity. From there I know what AT commands to send to finish my application.

I only need help, setting up the module using PC/Mobile Web Browser.