Search found 13 matches
Re: LEDC Fade
Would like to know the proper way to stop the fade once it is started.
- Wed May 04, 2022 8:29 am
- Forum: ESP-IDF
- Topic: How to update compile date/time for each build?
- Replies: 4
- Views: 3734
- Wed May 04, 2022 8:28 am
- Forum: ESP-IDF
- Topic: How to update compile date/time for each build?
- Replies: 4
- Views: 3734
- Tue May 03, 2022 2:18 pm
- Forum: ESP-IDF
- Topic: How to update compile date/time for each build?
- Replies: 4
- Views: 3734
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...
- 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: 1950
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...
- Wed Jan 12, 2022 7:33 am
- Forum: ESP-ADF
- Topic: LyraT-Mini v1.2 recording issue (silent sound)
- Replies: 0
- Views: 4200
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...
- Wed Aug 25, 2021 7:30 am
- Forum: ESP-ADF
- Topic: Any API to get ESP-ADF version
- Replies: 1
- Views: 7991
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?
Is there an API to get the current ESP-ADF version like esp_get_idf_version(), which gets the ESP-IDF version?
- Thu Aug 19, 2021 4:25 am
- Forum: ESP-IDF
- Topic: Get SPI flash unique ID
- Replies: 1
- Views: 4464
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...
- Thu May 06, 2021 2:07 pm
- Forum: ESP-IDF
- Topic: Double "Bluetooth pairing request" / GATT security server
- Replies: 5
- Views: 8729
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...
- Sun Mar 14, 2021 6:34 am
- Forum: General Discussion
- Topic: Bootloader corrupted
- Replies: 2
- Views: 4043