Skip to content

Low latency vibrations logger using accelo-gyro MEMS. RP2040 and ESP32 port

Notifications You must be signed in to change notification settings

B-nutze-RR/SiLog_PR2040_ESP32

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

ESP32 and RP2040 port 2022

About

Low latency vibrations logger using accelo-gyro MEMS. RP2040 and ESP32 port

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.8%
  • C 4.2%