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 ...
How to flash your uC's fuses
While working on a project based on the atmega328, I needed to change the values for the fuses in order to use the external crystal and run at 16MHz (instead of the default 1MHz). Well, needless to ...