I tested the Arduino example from:
https://github.com/espressif/arduino-es ... Portal.ino
and it is working perfectly.
How to start the DNS server in C, like in this arduino code?
Search found 65 matches
- Fri Dec 11, 2020 10:39 pm
- Forum: ESP-IDF
- Topic: WiFi AP web page.
- Replies: 6
- Views: 938
- Thu Dec 10, 2020 2:00 pm
- Forum: ESP-IDF
- Topic: WiFi AP web page.
- Replies: 6
- Views: 938
Re: WiFi AP web page.
Also trying to send HTTP/1.1 302 Found Location: 192.168.1.2\r\n
What I need to do to see 'sign to wifi network' popup on my smartphone?
What I need to do to see 'sign to wifi network' popup on my smartphone?
- Wed Dec 09, 2020 9:38 pm
- Forum: ESP-IDF
- Topic: WiFi AP web page.
- Replies: 6
- Views: 938
Re: WiFi AP web page.
I also put this code after wifi AP init
Results is still the same. :/
Code: Select all
ip_addr_t dns_addr;
IP_ADDR4(&dns_addr, 192,168,1,2);
dns_setserver(0, &dns_addr);
dns_init();
xTaskCreate(&http_server, "http_server", 2048, NULL, 5, NULL);
- Wed Dec 09, 2020 2:31 pm
- Forum: ESP-IDF
- Topic: WiFi AP web page.
- Replies: 6
- Views: 938
Re: WiFi AP web page.
I tested this https://github.com/cornelis-61/esp32_Captdns example, but it is not working such as I want.
DNS packets are sendings to server but, server don't force opening the captive page :/
DNS packets are sendings to server but, server don't force opening the captive page :/
- Mon Dec 07, 2020 7:45 pm
- Forum: ESP-IDF
- Topic: WiFi AP web page.
- Replies: 6
- Views: 938
Re: WiFi AP web page.
This is what I would like to achive in 0:14
https://www.youtube.com/watch?v=PJUkRxL ... e=emb_logo
I was trying to use DNS server example from github but any of them doesn't force opening the captive page after connecting to AP.
https://www.youtube.com/watch?v=PJUkRxL ... e=emb_logo
I was trying to use DNS server example from github but any of them doesn't force opening the captive page after connecting to AP.
- Fri Dec 04, 2020 9:38 pm
- Forum: ESP-IDF
- Topic: WiFi AP web page.
- Replies: 6
- Views: 938
WiFi AP web page.
Hi,
Is it possible to force running the web page on the station connected to esp AP?
Is it possible to force running the web page on the station connected to esp AP?
- Mon Jun 01, 2020 11:37 am
- Forum: ESP-IDF
- Topic: Flash encryption
- Replies: 4
- Views: 1443
Re: Flash encryption
sdk config - boot options: https://zapodaj.net/images/d89faae4a2ac7.png sdk config - partition table: https://zapodaj.net/images/3b66441118ba7.png csv file - partition table: https://zapodaj.net/images/88d8d83e3603a.png attempt to read partition with type data: https://zapodaj.net/images/36cea107738...
- Tue May 26, 2020 10:25 am
- Forum: ESP-IDF
- Topic: Flash encryption
- Replies: 4
- Views: 1443
Re: Flash encryption
Is it possible to flash new bootloader without secure boot and encryption? These are my security fuses: I can't back to normal flash using. Security fuses: FLASH_CRYPT_CNT Flash encryption mode counter = 7 R/W (0x7) FLASH_CRYPT_CONFIG Flash encryption config (key tweak bits) = 15 R/W (0xf) CONSOLE_D...
- Thu May 21, 2020 8:44 am
- Forum: ESP-IDF
- Topic: Flash encryption
- Replies: 4
- Views: 1443
Flash encryption
I set below options: https://iv.pl/image/GtBgqND https://iv.pl/image/GtBgpSY and partition table in csv. https://iv.pl/image/GtBg13e Before encryption I could read every partition using: target.read_partition(PartitionType(<type>, <subtype>), "file.bin") I undertood that by default only app partitio...
- Mon May 04, 2020 10:19 pm
- Forum: ESP-IDF
- Topic: How do I change the timeout on the softAP example?
- Replies: 18
- Views: 8441
Re: How do I change the timeout on the softAP example?
Is the problem solved?
Is the inactiv timer available in idf 4.1 beta?
Is the inactiv timer available in idf 4.1 beta?