Search found 13 matches

by redpanda
Wed May 04, 2022 8:40 am
Forum: ESP-IDF
Topic: LEDC Fade
Replies: 6
Views: 6622

Re: LEDC Fade

Would like to know the proper way to stop the fade once it is started.
by redpanda
Wed May 04, 2022 8:29 am
Forum: ESP-IDF
Topic: How to update compile date/time for each build?
Replies: 4
Views: 2815

Re: How to update compile date/time for each build?

ESP_igrr wrote:
Tue May 03, 2022 11:08 pm
Hi redpanda,

You can force the app metadata to be updated by touching components/app_update/esp_app_desc.c.
This works. Thank you, ESP_igrr!
by redpanda
Wed May 04, 2022 8:28 am
Forum: ESP-IDF
Topic: How to update compile date/time for each build?
Replies: 4
Views: 2815

Re: How to update compile date/time for each build?

mikemoy wrote:
Tue May 03, 2022 7:07 pm
This does not work for you?


printf("Compiled at:");
printf(__TIME__);
printf(" ");
printf(__DATE__);
printf("\r\n");
It works! Thank you Mike :>
by redpanda
Tue May 03, 2022 2:18 pm
Forum: ESP-IDF
Topic: How to update compile date/time for each build?
Replies: 4
Views: 2815

How to update compile date/time for each build?

esp_ota_get_partition_description() provides info of struct esp_app_desc_t where compile date and time can be retrieved. I noticed that when a full build is made, the compile date/time is updated as expected. However, when a few sources are changed, and a new incremental build is done, the esp_app_d...
by redpanda
Fri Jan 28, 2022 7:28 am
Forum: ESP-IDF
Topic: SoftAP: how to associate aid with the newly assigned IP address?
Replies: 0
Views: 1538

SoftAP: how to associate aid with the newly assigned IP address?

In programming Wifi softAP, I maintain a "connection list" via events WIFI_EVENT_AP_STACONNECTED and WIFI_EVENT_AP_STADISCONNECTED, where each event provides index "aid" for adding and deleting purposes. Once after the WIFI_EVENT_AP_STACONNECTED, softAP assigns a new IP address to the connected clie...
by redpanda
Wed Jan 12, 2022 7:33 am
Forum: ESP-ADF
Topic: LyraT-Mini v1.2 recording issue (silent sound)
Replies: 0
Views: 3820

LyraT-Mini v1.2 recording issue (silent sound)

Dear ESP-ADF community, I encountered a strange recording issue with LyraT-Mini v1.2. As for the demo project pipeline_recording_to_sdcard ( https://github.com/espressif/esp-adf/tree/master/examples/recorder/pipeline_recording_to_sdcard ), LyraT-Mini v1.2 is able to run but the recorded sound is sil...
by redpanda
Wed Aug 25, 2021 7:30 am
Forum: ESP-ADF
Topic: Any API to get ESP-ADF version
Replies: 1
Views: 7517

Any API to get ESP-ADF version

Just a simple question:
Is there an API to get the current ESP-ADF version like esp_get_idf_version(), which gets the ESP-IDF version?
by redpanda
Thu Aug 19, 2021 4:25 am
Forum: ESP-IDF
Topic: Get SPI flash unique ID
Replies: 1
Views: 3674

Get SPI flash unique ID

Is there any code example that is able to read SPI flash unique ID? Trying out ESP-IDF example https://github.com/espressif/esp-idf/blob/master/examples/storage/ext_flash_fatfs/main/ext_flash_fatfs_example_main.c but it said E (450) example: Failed to initialize external Flash: ESP_ERR_INVALID_RESPO...
by redpanda
Thu May 06, 2021 2:07 pm
Forum: ESP-IDF
Topic: Double "Bluetooth pairing request" / GATT security server
Replies: 5
Views: 7691

Double "Bluetooth pairing request" / GATT security server

Following the example of GATT security server, developed an Android App that is able to connect, pair, bond and perform data transfer with the ESP32 module. https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/bluedroid/ble/gatt_security_server One annoying issue is the double "Blueto...
by redpanda
Sun Mar 14, 2021 6:34 am
Forum: General Discussion
Topic: Bootloader corrupted
Replies: 2
Views: 3393

Re: Bootloader corrupted

WiFive wrote:
Sun Mar 14, 2021 6:13 am
It's not possible to corrupt the ROM bootloader so try holding boot then press reset
You are right. I should press the Boot and Reset keys, instead of the wrong Rec & Mode buttons.
My module is working now.
Thanks so much for your help, WiFive! :D :D