Sqlite Micro Logger Arduino Versions Save

Fast and Lean Sqlite database logger for Arduino UNO and above

1.3

7 months ago

Bug fixes and update function

What's Changed

New Contributors

Full Changelog: https://github.com/siara-cc/sqlite_micro_logger_arduino/compare/1.2...1.3

1.2

4 years ago

Log sensor data from any micro-controller with >= 2k SRAM into Sqlite database on attached SD Card.

This library provides API to log data into Sqlite databases and retrieve them using RowID or Timestamp. Tested with Arduino Uno, Mega, MKRZero, ESP8266 and ESP32.

1.1

4 years ago

This library provides API to log data into Sqlite databases and retrieve them using RowID or Timestamp. Tested with Arduino Uno, ESP8266 and ESP32.

1.0

4 years ago

This is the first release of Sqlite Micro Logger Library for Arduino. This library provides API to log data into Sqlite databases and retrieve them using RowID or Timestamp.