Skip to main content

Data Logging Arduino Serial Port data to sqlite3 database using Python

In this Tutorial, We will build an Arduino based Multi channel data acquisition system that will log sensor data to a SQLite 3 database using Python.

Compared to MySQL or Maria DBMS ,SQLite is a server less, self-contained database engine that operates as a library within the application. This makes it suitable for embedded systems like raspberry pi and scenarios where a separate database server is not practical. It is ideal for single user and cross platform use.