Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 791 Bytes

README.md

File metadata and controls

38 lines (20 loc) · 791 Bytes

w

Send Wi-Fi settings through sound wave.

The application is based on libquiet which is a library to transmit data with sound.

for ReSpeaker V2 or Raspberry Pi

  1. Install quiet python library

    sudo pip install ./quiet-*.whl

  2. Run a receiver

    python listener.py

  3. Go to respeaker.io/w to transmit any data

for PC

  1. Install quiet. Second

  2. Get the configuration

     wget http://respeaker.io/w/js/quiet-profiles.json
     sudo cp quiet-profiles.json /usr/local/share/quiet/quiet-profiles.json
    
  3. Run a receiver

     quiet_decode_soundcard ultrasonic-experimental
    
  4. Go to respeaker.io/w to transmit any data