The esp-wifi-provisioning is a Wi-Fi station configuration via an HTTP server running on the wifi module device. Can we act as a client and communicate with this http_server directly? just post the data to uri handle.
is there any API list that we can refer for the http client side used to ...
Search found 23 matches
- Thu Apr 01, 2021 6:01 am
- Forum: ESP-IDF
- Topic: Wi-Fi Provisioning on ESP32
- Replies: 1
- Views: 3874
- Wed Apr 22, 2020 8:25 am
- Forum: ESP-IDF
- Topic: does ESP32-s2 support USB host in future?
- Replies: 1
- Views: 3493
does ESP32-s2 support USB host in future?
https://esp32.com/viewtopic.php?p=56361#p56361
may i know the current status for esp32-s2 now support the USB client. does the esp32-s2 will support the usb host in future?
may i know the current status for esp32-s2 now support the USB client. does the esp32-s2 will support the usb host in future?
- Sun Apr 12, 2020 10:49 am
- Forum: ESP-IDF
- Topic: Failed to create MQTT task
- Replies: 7
- Views: 9784
Re: Failed to create MQTT task
thank you for the info.
Beside that, it seem like the wifi task took a lot of memory, is there a method i can flush out/clear the wifi memory ?
Beside that, it seem like the wifi task took a lot of memory, is there a method i can flush out/clear the wifi memory ?
- Sat Apr 11, 2020 9:11 am
- Forum: ESP-IDF
- Topic: Failed to create MQTT task
- Replies: 7
- Views: 9784
Re: Failed to create MQTT task
beside reduce the memory usage of my program, is there if i use external SRAM can increase the memory size?It means that there is no more free memory. You need to use less memory in the rest of your program.
Now i am developing the program using ESP32-WROOM-32D (4MB).
- Fri Apr 10, 2020 1:20 pm
- Forum: ESP-IDF
- Topic: Failed to create MQTT task
- Replies: 7
- Views: 9784
Re: Failed to create MQTT task
the error showing that memory exhausted when initializing the mqtt client.
How to fix this problem? is there any way i can do to flush the memory or clean the memory.
How to fix this problem? is there any way i can do to flush the memory or clean the memory.
- Fri Apr 10, 2020 3:20 am
- Forum: ESP-IDF
- Topic: Failed to create MQTT task
- Replies: 7
- Views: 9784
Failed to create MQTT task
E (110796) MQTT_CLIENT: C:/Users/msys32_stable_v3.3.1/home/Admin/esp/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c:482 (esp_mqtt_client_init)
: Memory exhausted
W (110806) MQTT_CLIENT: Client asked to stop, but was not started
E (110816) MQTT_CLIENT: Client was not initialized
i got this error ...
: Memory exhausted
W (110806) MQTT_CLIENT: Client asked to stop, but was not started
E (110816) MQTT_CLIENT: Client was not initialized
i got this error ...
- Thu Apr 09, 2020 4:31 pm
- Forum: ESP-IDF
- Topic: Core 0 panic'ed StoreProhibited error during deinit Wi-Fi on ESP32
- Replies: 0
- Views: 5878
Core 0 panic'ed StoreProhibited error during deinit Wi-Fi on ESP32
Hello!
When im doing proper wifi deinit, sometime the ESP32 unexpectedly restart as well.
Below is the logs. i called esp_wifi_disconnect(); esp_wifi_stop(); esp_wifi_deinit(); this error happens when executing the esp_wifi_deinit() . Not always got this error, only sometimes.
I (86296) wifi ...
When im doing proper wifi deinit, sometime the ESP32 unexpectedly restart as well.
Below is the logs. i called esp_wifi_disconnect(); esp_wifi_stop(); esp_wifi_deinit(); this error happens when executing the esp_wifi_deinit() . Not always got this error, only sometimes.
I (86296) wifi ...
- Wed Mar 25, 2020 3:47 am
- Forum: ESP-IDF
- Topic: ESP32 set at Promiscuous Mode,how to handle randomize MAC address
- Replies: 2
- Views: 5520
Re: ESP32 set at Promiscuous Mode,how to handle randomize MAC address
is there any difference between Promiscuous Mode on esp32 with the Monitor mode? Does ESP32 support monitor mode?This is by design, your iPhone randomizes it's MAC specifically to make probing and finding data (for others) harder. There's not really a way around it.
- Tue Mar 24, 2020 5:13 am
- Forum: ESP-IDF
- Topic: ESP32 set at Promiscuous Mode,how to handle randomize MAC address
- Replies: 2
- Views: 5520
ESP32 set at Promiscuous Mode,how to handle randomize MAC address
i wish to use wifi sniffering method to roughly locate how many person are nearby in an area.
I was playing around esp wifi promiscuous mode to sniff nearby wifi packet data and i noticed that when i turned on my iPhone wifi and connected to AP. I can sniff my iPhone's wifi mac address for no issue ...
I was playing around esp wifi promiscuous mode to sniff nearby wifi packet data and i noticed that when i turned on my iPhone wifi and connected to AP. I can sniff my iPhone's wifi mac address for no issue ...
- Tue Oct 29, 2019 9:23 am
- Forum: ESP-IDF
- Topic: SEC_GATTC_DEMO: pair status = fail ; SEC_GATTC_DEMO: fail reason = 0x63
- Replies: 3
- Views: 6019
SEC_GATTC_DEMO: pair status = fail ; SEC_GATTC_DEMO: fail reason = 0x63
Hi i am modifying the [esp-idf/examples/bluetooth/bluedriod/ble/gatt_security_client]
after entered the correct matching password, the connection is failed
below is the log. it is showing the pairing failed.
[0;32mI (2870793) Cam_Uart_Decode: CAMERA_FUNCTION_BLE_PAIRING[705917][0m
[0;32mI ...
after entered the correct matching password, the connection is failed
below is the log. it is showing the pairing failed.
[0;32mI (2870793) Cam_Uart_Decode: CAMERA_FUNCTION_BLE_PAIRING[705917][0m
[0;32mI ...