Search found 4 matches
- Wed Sep 09, 2020 4:08 am
- Forum: ESP32 Arduino
- Topic: Slow work of insert data with SQLite3
- Replies: 3
- Views: 4234
Slow work of insert data with SQLite3
Arduino IDE version: 1.8.10 ESP32 packages version: 1.0.4 SQLite3 database lib: https://github.com/siara-cc/esp32_arduino_sqlite3_lib Test: ESP32 inserted 100 records with four-column. ESP32 search a specific record from 10000 records. Result: Esp32 took about 0.486s to retrieve while the insert too...
- Fri Jul 31, 2020 3:49 am
- Forum: ESP-IDF
- Topic: Finding source code for esp_timer_get_time()
- Replies: 5
- Views: 5608
Re: Finding source code for esp_timer_get_time()
Hi, damithpavithra I have not found its path on my Pc exactly. It may be compiled into any (.a) file or something. Like here. https://github.com/espressif/esp-face/issues/29 But what I find is its open document. https://github.com/espressif/esp-idf/blob/f91080637c054fa2b4107192719075d237ecc3ec/compo...
- Wed Jul 22, 2020 7:27 am
- Forum: ESP32 Arduino
- Topic: How does ardiono IDE compile successfully?(ESP32-CAM)
- Replies: 1
- Views: 2580
Re: How does ardiono IDE compile successfully?(ESP32-CAM)
Finally, I got the answer here.
- Wed Jul 22, 2020 2:58 am
- Forum: ESP32 Arduino
- Topic: How does ardiono IDE compile successfully?(ESP32-CAM)
- Replies: 1
- Views: 2580
How does ardiono IDE compile successfully?(ESP32-CAM)
board : ESP32-CAM environment :arduino IDE(1.8.10) esp32 core : 1.0.4 PC:win10 When I want to learn about the function of face detection and recognition yesterday,I found that there was no (.c) file to explain this function. So, I wonder why it managed to compile without this (.c) file. Or where do ...