Search found 10 matches
- Fri Sep 23, 2022 1:13 pm
- Forum: General Discussion
- Topic: ESP32 Wrapper for Marisa compressed static dictionary lookups
- Replies: 0
- Views: 1477
ESP32 Wrapper for Marisa compressed static dictionary lookups
Try my new Arduino library: https://github.com/siara-cc/marisa-esp32 This is a ESP32 Arduino wrapper for Marisa - a library for building and querying compressed static dictionaries. The original library for Microprocessors [can be found here](https://github.com/siara-cc/marisa-esp32). Applications ...
- Mon Jan 06, 2020 3:41 am
- Forum: General Discussion
- Topic: Log sensor data into SQLite databases faster than the SQLite library. Works with SPIFFS too.
- Replies: 0
- Views: 5578
Log sensor data into SQLite databases faster than the SQLite library. Works with SPIFFS too.
https://github.com/siara-cc/sqlite_micro_logger_arduino Sqlite µLogger for Arduino esp32_analog_scr.png Sqlite µLogger is a Fast and Lean database logger that can log data into Sqlite databases even with SRAM as low as 2kb as in an Arduino Uno. The source code can be ported to use with any Microcon...
- Fri Nov 15, 2019 1:46 am
- Forum: General Discussion
- Topic: Sqlite µLogger for Arduino-ESP32 (Works on SPIFFS and SD Cards)
- Replies: 0
- Views: 3220
Sqlite µLogger for Arduino-ESP32 (Works on SPIFFS and SD Cards)
https://github.com/siara-cc/sqlite_micro_logger_arduino https://github.com/siara-cc/sqlite_micro_logger_arduino/blob/master/sqlite_ulogger_promo.png?raw=true Sqlite µLogger is a Fast and Lean database logger that can log data into Sqlite databases even with SRAM as low as 2kb as in an Arduino Uno. ...
- Sat Mar 02, 2019 6:11 am
- Forum: ESP32 Arduino
- Topic: Sqlite3 Arduino Library for ESP32 on Arduino Library Manager
- Replies: 0
- Views: 2897
Sqlite3 Arduino Library for ESP32 on Arduino Library Manager
This library enables access to SQLite database files from SPIFFS or SD Cards through ESP32 SoC.
It is now available on Arduino Library Manager.
For more information, visit https://github.com/siara-cc/esp32_arduino_sqlite3_lib/
It is now available on Arduino Library Manager.
For more information, visit https://github.com/siara-cc/esp32_arduino_sqlite3_lib/
- Wed Feb 27, 2019 12:44 pm
- Forum: ESP-IDF
- Topic: Shox96 Compression extension for the ESP32-IDF SQLite3 Component
- Replies: 0
- Views: 2685
Shox96 Compression extension for the ESP32-IDF SQLite3 Component
Shox96 is a compression technique for Short Strings. It can achieve upto 65% compression. This technique is available for compressing text columns in SQLite for ESP-IDF in the repository https://github.com/siara-cc/esp32-idf-sqlite3. To find out more about Shox96 open: https://github.com/siara-cc/Sh...
- Wed Feb 27, 2019 10:51 am
- Forum: General Discussion
- Topic: Shox96 Compression extension for ESP32 Sqlite Arduino Library
- Replies: 0
- Views: 2795
Shox96 Compression extension for ESP32 Sqlite Arduino Library
Shox96 is a compression technique for Short Strings. It can achieve upto 65% compression. This technique is available for compressing text columns in SQLite for ESP32 in the repository https://github.com/siara-cc/esp32_arduino_sqlite3_lib. To find out more about Shox96 open: https://github.com/siara...
- Wed Feb 27, 2019 9:23 am
- Forum: ESP-IDF
- Topic: esptool not able to connect - "Device not configured"
- Replies: 4
- Views: 15510
Re: esptool not able to connect - "Device not configured"
I was facing same issue.. Changing cable solved the problem. Thanks.
- Mon Nov 05, 2018 1:56 pm
- Forum: ESP32 Arduino
- Topic: SQLite3 local db on SD Card accessible over WebServer running on ESP
- Replies: 0
- Views: 11177
SQLite3 local db on SD Card accessible over WebServer running on ESP
Access local Sqlite database on SD Card connected to your ESP32 / ESP8266 through WebPage hosted on WebServer over WiFi. For more details see Arduino library at https://github.com/siara-cc/esp_arduino_sqlite3_lib/ for ESP8266 or https://github.com/siara-cc/esp32_arduino_sqlite3_lib/ for ESP32. https...
- Wed Oct 17, 2018 11:13 pm
- Forum: Sample Code
- Topic: SQLite3 Library for ESP-IDF (ESP32)
- Replies: 0
- Views: 6653
SQLite3 Library for ESP-IDF (ESP32)
Please check example code for how to create / access Sqlite database files on SPIFFS / SD Cards using ESP32 boards.
Library: https://github.com/siara-cc/esp-idf
Examples under examples/sqlite3 folder.
Library: https://github.com/siara-cc/esp-idf
Examples under examples/sqlite3 folder.
- Thu Oct 11, 2018 11:26 am
- Forum: Showcase
- Topic: SQLite3 Library for ESP32 Arduino core
- Replies: 1
- Views: 11071
SQLite3 Library for ESP32 Arduino core
Sqlite3 Arduino library for ESP32 Github URL: https://github.com/siara-cc/esp32_arduino_sqlite3_lib/ This library enables access to SQLite database files from SPIFFS or SD Cards through ESP32 SoC. Given below is a picture of a board that has a ready-made Micro SD slot: https://github.com/siara-cc/e...