Search found 7 matches

by Coffeeye
Wed Jan 24, 2024 9:39 am
Forum: ESP-IDF
Topic: WIFI / WPS esp_wifi_connect() returns error
Replies: 2
Views: 5798

Re: WIFI / WPS esp_wifi_connect() returns error

same problem here on example-like program sm BSSid: 00:00:00:00:00:00 scan BSSID f8:8e:85:be:8b:76 ESP32 station wps succeeds in enrollee mode wifi:sta is connecting, return error esp_wifi_connect returns ESP_ERR_WIFI_CONN also idk why but in esp-idf function 'wps_finish' ssid and password does not ...
by Coffeeye
Tue Jan 16, 2024 9:13 am
Forum: ESP-IDF
Topic: Redirecting everything to Captive Portal when device using Access Point
Replies: 1
Views: 24880

Re: Redirecting everything to Captive Portal when device using Access Point

I managed to make Captive Portal using :arrow: wifi-captive-portal-esp-idf
But idk why it works for sites like google.com
But when I refresh site like bard.google.com it wont open captive portal, ideas ?
by Coffeeye
Mon Jan 15, 2024 1:39 pm
Forum: ESP-IDF
Topic: Redirecting everything to Captive Portal when device using Access Point
Replies: 1
Views: 24880

Redirecting everything to Captive Portal when device using Access Point

Hello!, I've setup http server on my esp32 and now I'am configuring Access Point. My goal is that everything my android browser try to connect with, redirect me to the ip set in :arrow: "esp_netif_set_ip_info and esp_netif_set_dns_info" How do I do that ? Becouse now I can only see my http_server wh...
by Coffeeye
Mon Jan 02, 2023 2:07 pm
Forum: ESP-IDF
Topic: NVS minimal data storage
Replies: 1
Views: 1439

NVS minimal data storage

Hello,

due to what I understood from doc's data storage is 32bytes long. Can I use NVS in v4.4 to store data for example 8bytes long to save storage size or its irrelevant due to 32bytes long value storage ?

happy new year!
by Coffeeye
Thu Jun 09, 2022 10:38 am
Forum: ESP-IDF
Topic: HTTP_SERVER - Websocket Async Connection.
Replies: 0
Views: 1109

HTTP_SERVER - Websocket Async Connection.

Hello!, I have successfully managed to send logs via ws_echo_example to my browser. {.uri = "/ws", .method = HTTP_GET, .handler = websocket_get_handler, .user_ctx = NULL, .is_websocket = true, .handle_ws_control_frames = true, .supported_subprotocol = "chat"}, I am receiving data inside socket.onmes...
by Coffeeye
Fri Nov 19, 2021 11:32 am
Forum: General Discussion
Topic: Which module to print logs on http ?
Replies: 0
Views: 2194

Which module to print logs on http ?

Hello!, I am trying to redirect logs via HTTP server using WebSocket but I just can't get esp_log_set_vprintf to work with it. So I am asking you. Which module might work well for it? IDF 4.2.2 Build-in WebSocket (based on a provided example) seems limited to handling continuous data sent to the sam...
by Coffeeye
Wed Nov 10, 2021 7:56 am
Forum: ESP-IDF
Topic: Downloading Files from AWS S3 to ESP32 -> SPIFFS or NVS
Replies: 0
Views: 1510

Downloading Files from AWS S3 to ESP32 -> SPIFFS or NVS

Hello!,

how would you realize the problem of downloading files from the AWS S3 server directly to the partition on the ESP32 device?

Thanks!