I'm interested in the ESP device making a hot-spot, and serve up a page to any device that connects to it. But I'm using the ISP-IDF IDE (eclipse), and if I understand correctly the "station" project template is to connect to an existing network/router.. and that the "access point" project template is if you want to broadcast an SSID and have a device, like your phone, see it and connect to it. Is that correct? I created a new project from the list of templates available (wifi->getting_started->softAP), but after building/downloading my android does not see any new SSID. The serial output shows [0;33mW (547) spi_flash: Detected size(4096k) larger than the size in the binary image header(2048k). Using the size in the binary image header. [0;32mI (560) sleep: Configure to isolate all GPIO pins in sleep state [0;32mI (567) sleep: Enable automatic switching of GPIO sleep configuration [0;32mI (574) main_task: Started on CPU0 [0;32mI (574) main_task: Calling app_main() The only anomalies I can see is that, when it builds there's a 'Low Application Partition Size' warning: "Less than 30% of application partition size is free (267,856 of 1,048,576), would you like to increase it? The other strange thing is that the "Debug Configuration" Startup tab, has the 'Load symbols' check-marked.. but the 'Load executable' not checked. I think it's still downloading/debugging.. so maybe the OpenOCD options "Flash every time with application binaries" is responsible? In any case, any idea why the default AP project template doesn't seem to broadcast it's SSID?
This is the best tutorial for wiring sd module to esp8266 I found so far, I've been struggling with it all day long. Thank you!
Always glad to help!
I loved it;
Would love to see next part with Port Forwarding , or using GSM Module for the internet 😊.
Keep it up buddy
Thank you so much. I will try port forwarding myself first, because it's quite a security dilemma!
Nice tutorial. Were wondering if we could team up doing some fun stuffs in the near future. Any chance to reach u out?
Thank you. Yes, please email me at techtalkies1@gmail.com
I'm interested in the ESP device making a hot-spot, and serve up a page to any device that connects to it.
But I'm using the ISP-IDF IDE (eclipse), and if I understand correctly the "station" project template is to connect to an existing network/router.. and that the "access point" project template is if you want to broadcast an SSID and have a device, like your phone, see it and connect to it. Is that correct?
I created a new project from the list of templates available (wifi->getting_started->softAP), but after building/downloading my android does not see any new SSID. The serial output shows
[0;33mW (547) spi_flash: Detected size(4096k) larger than the size in the binary image header(2048k). Using the size in the binary image header.
[0;32mI (560) sleep: Configure to isolate all GPIO pins in sleep state
[0;32mI (567) sleep: Enable automatic switching of GPIO sleep configuration
[0;32mI (574) main_task: Started on CPU0
[0;32mI (574) main_task: Calling app_main()
The only anomalies I can see is that, when it builds there's a 'Low Application Partition Size' warning:
"Less than 30% of application partition size is free (267,856 of 1,048,576), would you like to increase it?
The other strange thing is that the "Debug Configuration" Startup tab, has the 'Load symbols' check-marked.. but the 'Load executable' not checked. I think it's still downloading/debugging.. so maybe the OpenOCD options "Flash every time with application binaries" is responsible?
In any case, any idea why the default AP project template doesn't seem to broadcast it's SSID?
I'm sorry I'm not very familiar with the ISP IDF IDE.
Avísenme cuando suba la parte cuando usa el port forwarding con la esp8266 😊
Sure! Subscribe to stay informed.
I can't get tye codes your website is not working
Hi, please check again. It is still working.
Nice
Thank you Andre!