Low latency vibrations logger using accelo-gyro MEMS, based on Arduino framework and designed for Maple Mini.
The project might be ported for Arduino Uno or similar, with some effort because of lack of certain hardware features of Uno (second Serial port, fewer interrupt channels, etc.).
The firmware itself is based on example project "LowLatencyLoggerMPU6050" for the excellent Arduino FAT16/FAT32 Library - SdFat (https://github.com/greiman/SdFat).
To compile the project two more libraries are required:
1. RTCLib from NeiroNx (https://github.com/NeiroNx/RTCLib)
2. MicroNMEA from stevemarple (https://github.com/stevemarple/MicroNMEA)