App Notes

Data Collection & Analysis App Notes

This app note collects data from the radar and stores it on an SD card. The data can be exfiltrated later via the Data Collector Exfiltrator and Data Collector Host, and analyzed via the MatLab analysis scripts. You can use the app note as-is to collect BumbleBee radar data, or you can adapt it for your own data collection needs.

This app note consists of a program to collect data from the Kiwi Multi-Sensor microphone and save it on a microSD card. The data can be exfiltrated later via the Data Collector Exfiltrator and Data Collector Host, and analyzed via the MatLab analysis scripts. You can use the app note as-is to collect microphone data, or you can adapt it for your own data collection needs.

This app note runs on a PC. It receives binary data over the serial line and saves it to a file. It is intended to be used in conjunction with the Data Collector Exfiltrator. You can use the app note as-is to collect receive data, or you can adapt it for your own data collection needs.

This app note reads the raw (binary) data from the microSD card and sends it over a seral link to another computer such as Data Collector Host. You can use the app note as-is to collect exfiltrate data, or you can adapt it for your own data collection needs.

This consists of MATLAB scripts that that you can use to analyze and visualize the data. You can use the scripts as-is or you can adapt them for your own data collection needs.