Search found 10 matches

by kh13824
Thu Aug 03, 2023 3:46 pm
Forum: ESP-IDF
Topic: protocomm_httpd_config_t increasing number of uri handlers
Replies: 0
Views: 827

protocomm_httpd_config_t increasing number of uri handlers

Hello,

I am using esp-idf's wifi provisioning manager and adding more than 8 custom endpoints. Is there a way to increase the max number of uri handlers like HTTP Server's httpd_config's max_uri_handlers?
by kh13824
Thu Jul 13, 2023 3:53 pm
Forum: General Discussion
Topic: esp_log_set_vprintf to write to SPIFFS file
Replies: 1
Views: 708

esp_log_set_vprintf to write to SPIFFS file

Hello, I am attempting to write ESP_LOGE messages to a SPIFFS txt file with the use of esp_log_set_vprintf. I am having some success in writing to a my file but for some reason when reading the file my log messages are duplicated spiffs_double_write.png I am writing a total of 5 error log messages a...
by kh13824
Tue Jul 04, 2023 6:51 pm
Forum: ESP-IDF
Topic: Updating only SPIFFS partition with AWS FreeRTOS OTA
Replies: 0
Views: 639

Updating only SPIFFS partition with AWS FreeRTOS OTA

Hello,

I am using this library (https://github.com/espressif/esp-aws-iot) to perform firmware updates but was wondering if anybody has had any success with just ota updating a SPIFFs partition (using the .bin generated from mkspiffs...)?
by kh13824
Wed Jun 07, 2023 7:10 pm
Forum: ESP-IDF
Topic: Wi-Fi SoftAP provision manager with external PSRAM
Replies: 0
Views: 525

Wi-Fi SoftAP provision manager with external PSRAM

Hello, Is it possible to use ESP-IDF's Wi-Fi provision manager with PSRAM (ESP32-S3)? I noticed with esp_heap_caps_get_free_size, that this portion takes up a significant chunk of the internal ram. I am trying run the provisioning and the NimBLE BLE stack(my current memory allocation strategy is don...
by kh13824
Fri May 12, 2023 1:18 pm
Forum: ESP-IDF
Topic: What can cause Nimble BLE read/writes to fail on ESP32?
Replies: 1
Views: 580

What can cause Nimble BLE read/writes to fail on ESP32?

I encountered an issue where my central device could connect to my peripheral but was unable to read any of my characteristics on my peripheral. I was initially able to connect and read my characteristics with no issues but eventually ended up with this issue. I was able to resolve this by completel...
by kh13824
Thu May 11, 2023 5:57 pm
Forum: ESP-IDF
Topic: Nimble BLE Central accepting pairing from peripheral
Replies: 1
Views: 704

Nimble BLE Central accepting pairing from peripheral

Hello, I currently working with an ESP32-S3 as a BLE Central server and trying to pair to a external BLE peripheral. I am currently having issues with trying to read characteristics from the device (Nimble BLE hangs after sending read) and I suspect it is because I do not have any way of accepting t...
by kh13824
Mon May 08, 2023 5:48 pm
Forum: ESP-IDF
Topic: nimble BLE write notifications
Replies: 3
Views: 1540

Re: nimble BLE write notifications

Thank you for your reply. Apologies for you wording as I am new to using BLE. My ESP32 acts as a central role and initiates a connection to a peripheral. At the time of my post I was mainly working with an iOS device which had a BLE developer app acting as a peripheral. I had notifications set up fo...
by kh13824
Fri May 05, 2023 1:46 pm
Forum: ESP-IDF
Topic: nimble BLE write notifications
Replies: 3
Views: 1540

nimble BLE write notifications

Hello, I am currently using Nimble BLE on an ESP32-S3 as a server and connecting to a virtual BLE client device which I have set with specific UUIDS. So far I have been successful in reading and writing to the client but I am having issues with notifications. Currently I subscribe to Read/Notify UUI...
by kh13824
Fri Nov 11, 2022 8:24 pm
Forum: ESP-IDF
Topic: Possibility of dumping all contents ESP32's Queue or Ring Buffer
Replies: 1
Views: 743

Possibility of dumping all contents ESP32's Queue or Ring Buffer

Hello, for context I am trying to using either a queue or ring buffer to store 24 arrays of image data which has been flattened to a size of 100. I would like to use the FIFO structure to push new images and pop old images but I would like to know if it is possible to grab all contents from either q...
by kh13824
Thu Oct 27, 2022 9:43 pm
Forum: ESP-IDF
Topic: Flashing a TFLite micro model to memory mapped PSRAM
Replies: 0
Views: 575

Flashing a TFLite micro model to memory mapped PSRAM

Hello, I am new to ESP-IDF and I am currently working with the ESP32-S3. I am using the VSCode C++ Espressif environment and trying to allocate an large (2.5MB) unsigned char array (which corresponds to a machine learning model in TFLite) to a section of PSRAM. I would like to have this model access...

Go to advanced search