Communication
Language
Sample code of the Fast binary data logging for Teensy 4.1.
Binary file saved in micro SD card is read by MATLAB code in "./load binary/"
Data is written as short int (2 Bytes) in "DATA.LOG".
- main.ino : main code
- Compile code
Compile source code by Arduino IDE and write to Teensy 4.1 board.
"DATA.LOG" is generated in micro SD card on Teensy 4.1 board.
- Read binary file
Read the generated file by "./load binary/plot_data.m"