Search found 71 matches

by filipESP
Mon Dec 07, 2020 7:45 pm
Forum: ESP-IDF
Topic: WiFi AP web page.
Replies: 6
Views: 5421

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.
by filipESP
Fri Dec 04, 2020 9:38 pm
Forum: ESP-IDF
Topic: WiFi AP web page.
Replies: 6
Views: 5421

WiFi AP web page.

Hi,
Is it possible to force running the web page on the station connected to esp AP?
by filipESP
Mon Jun 01, 2020 11:37 am
Forum: ESP-IDF
Topic: Flash encryption
Replies: 4
Views: 4425

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...
by filipESP
Tue May 26, 2020 10:25 am
Forum: ESP-IDF
Topic: Flash encryption
Replies: 4
Views: 4425

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...
by filipESP
Thu May 21, 2020 8:44 am
Forum: ESP-IDF
Topic: Flash encryption
Replies: 4
Views: 4425

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...
by filipESP
Mon May 04, 2020 10:19 pm
Forum: ESP-IDF
Topic: How do I change the timeout on the softAP example?
Replies: 20
Views: 26953

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?
by filipESP
Tue Mar 24, 2020 12:49 pm
Forum: ESP-IDF
Topic: Web Socket Server
Replies: 9
Views: 10166

Re: Web Socket Server

Jakobsen wrote:
Fri Dec 06, 2019 7:21 pm
Hi PilipESP

I use this componet from Blake Felt - Code high quality and a nice and clean bare metal implementation

https://github.com/Molorius/esp32-websocket

/Jorgen
Hello again Jakobsen.
Did you tested your code in terms of serving any jpg, svg, png file?
by filipESP
Tue Dec 10, 2019 12:15 pm
Forum: ESP-IDF
Topic: Web Socket Server
Replies: 9
Views: 10166

Re: Web Socket Server

OK, i got it!
Thank U very much.
by filipESP
Mon Dec 09, 2019 6:39 pm
Forum: ESP-IDF
Topic: Web Socket Server
Replies: 9
Views: 10166

Re: Web Socket Server

Jakobsen wrote:
Fri Dec 06, 2019 7:21 pm
Hi PilipESP

I use this componet from Blake Felt - Code high quality and a nice and clean bare metal implementation

https://github.com/Molorius/esp32-websocket

/Jorgen
Could you tell me how to log into the server and is it possible to create something like dashboard?
by filipESP
Fri Dec 06, 2019 11:08 am
Forum: ESP-IDF
Topic: Web Socket Server
Replies: 9
Views: 10166

Web Socket Server

Hi,
I need to know if is possible to create a WebSocket Server on ESP WROOM. In IDF there is only WebSocketClient implementation.
I found some code in github for Arduino ESP32.
https://github.com/Links2004/arduinoWebSockets
Is any way to use it as IDF library?