Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 687 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 687 Bytes

SiLog

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)