Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.97 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.97 KB

# Wireless Intrusion Detection

# Device

  • MATRIX Labs MATRIX Creator
  • Raspberry Pi 3 Model B

# Pre-Installation

  • balenaEtcher: Flash OS images to SD cards.

  • RASPBIAN STRETCH WITH DESKTOP: Image with desktop based on Debian Stretch.

  • Driver installation for Microphone Array

    > curl https://apt.matrix.one/doc/apt-key.gpg | sudo apt-key add -
    > echo "deb https://apt.matrix.one/raspbian $(lsb_release -sc) main" | sudo tee     /etc/apt/sources.list.d/matrixlabs.list
    > sudo apt-get update
    > sudo apt-get upgrade
    > sudo reboot
    > sudo apt install matrixio-kernel-modules
    > sudo reboot
    

# Commands

  • Raspberry end

    cmake --build . && ./bin/Mic       // run in /cpp/build, data record and transmission
    
  • PC end

    python display.py                  // data analysis and display
    

# References