Search found 10 matches

by arundale
Fri Sep 23, 2022 1:13 pm
Forum: General Discussion
Topic: ESP32 Wrapper for Marisa compressed static dictionary lookups
Replies: 0
Views: 788

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 ...
by arundale
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: 5157

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...
by arundale
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: 2897

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. ...
by arundale
Sat Mar 02, 2019 6:11 am
Forum: ESP32 Arduino
Topic: Sqlite3 Arduino Library for ESP32 on Arduino Library Manager
Replies: 0
Views: 2628

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/
lib_mgr_ss1.png
lib_mgr_ss1.png (30 KiB) Viewed 2628 times
lib_mgr_ss.png
lib_mgr_ss.png (96.97 KiB) Viewed 2628 times
by arundale
Wed Feb 27, 2019 12:44 pm
Forum: ESP-IDF
Topic: Shox96 Compression extension for the ESP32-IDF SQLite3 Component
Replies: 0
Views: 2400

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...
by arundale
Wed Feb 27, 2019 10:51 am
Forum: General Discussion
Topic: Shox96 Compression extension for ESP32 Sqlite Arduino Library
Replies: 0
Views: 2520

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...
by arundale
Wed Feb 27, 2019 9:23 am
Forum: ESP-IDF
Topic: esptool not able to connect - "Device not configured"
Replies: 4
Views: 13322

Re: esptool not able to connect - "Device not configured"

I was facing same issue.. Changing cable solved the problem. Thanks.
by arundale
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: 10696

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...
by arundale
Wed Oct 17, 2018 11:13 pm
Forum: Sample Code
Topic: SQLite3 Library for ESP-IDF (ESP32)
Replies: 0
Views: 5711

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.
by arundale
Thu Oct 11, 2018 11:26 am
Forum: Showcase
Topic: SQLite3 Library for ESP32 Arduino core
Replies: 1
Views: 10114

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...

Go to advanced search