# Flight Data Logger

This is simply a short introduction to a project I've been working on for my education the last month. It is a Flight Data Logger (FDL for short) that is supposed to log data coming from an IMU, GPS and store it to an SD card while also streaming it to an external interface via Bluetooth. It was built directly for the atmega328, without the use of Arduino libraries.

working on the FDL
I know I know, it doesn't look like much. But it is a prototype and at the moment it's all about getting the software to run effieciently and most importantly reliably.

I uploaded the code on gitlab, feel free to make suggestions, create bug reports, merge requests etc 😄
Flight Data Logger repository

More info to come in future posts, stay tuned!