Skip to content

srcinterns/pi-data-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radar Data Processor

Records Radar data from a stereo microphone port, and outputs via UDP display data to a target IP address.

Dependencies

  • alsa library (libasound2-dev)
  • fftw library (libfftw-dev)

The above dependencies can be installed on a raspberry pi running Raspbian, or any Debian-based Linux machine, by running the command sudo apt-get install libfftw-dev libasound2-dev

Install fftw

  • wget http://www.fftw.org/fftw-3.3.4.tar.gz or some other downloading method
  • tar -xvf fftw-3.3.4.tar.gz
  • cd fftw-3.3.4
  • ./configure
  • make
  • make install

Usage

Run make in the root directory. Run with ./processor <alsa device> <destination ip> <destination port>.

About

Processes the data from the Pi's attached audio card, and transmits it via UDP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published