sqlite_micro_logger_arduino icon indicating copy to clipboard operation
sqlite_micro_logger_arduino copied to clipboard

Fast and Lean Sqlite database logger for Arduino UNO and above

Results 9 sqlite_micro_logger_arduino issues
Sort by recently updated
recently updated
newest added

Running `Uno-and-above-sdfat` on the MKR WiFi 1010 with an sd-card breakout hooked up to pin 7 as CS, always returns `DBLOG_RES_READ_ERR` or better `-7` (plus my [clock adjustments](https://github.com/siara-cc/sqlite_micro_logger_arduino/issues/4)) When i...

## Error When using the **sdfat** sample the code reports failure until you decrease the clock speed of the SD card. This is an issue discussed [here](https://github.com/greiman/SdFat/issues/272#issuecomment-797513714) as well. ###...

Hi Arun, Thank you for creating excellent Database for micro controllers. I am working on small standalone IOT network and I was looking for local data storage solution for my...

Since the api is c based I was wondering if i can use this library in the AI Thinker A9/A9G Development board. It has a build in TF Card Slot...

While saving I am saving the record with isSynced=0 and after the success response I want to modify it to isSynced=1 is it possible?

Hello, Thank you very much for the library, can I use this library on LittleFS? Can you please upload a simple example as you provided for sqlite3_littlefs? https://github.com/siara-cc/esp32_arduino_sqlite3_lib/blob/master/examples/sqlite3_littlefs/sqlite3_littlefs.ino

If I use `fp = fopen("dbfile.db", "r+b");` Could I init both a `dblog_write_context` and `dblog_read_context` at the same time? If possible, what are the possible consequences?

Using this library on ESP32 I am able to write to both, however with LittleFS, the file size of the database seems to grow much larger than SPIFFS. Each row...

First of all, thank you for providing this library! It's almost exactly what I'm looking for, but one thing I couldn't find out is how to deal with deleting log...