diff --git a/README.md b/README.md index b819847..48c0ded 100644 --- a/README.md +++ b/README.md @@ -24,27 +24,27 @@ Alternatively, build the app on a Linux system with JDK 17 (or above) and Androi Many Qualcomm chips' spectral scan feature can only cover a 40 MHz range centered at the frequency of the current Wi-Fi channel. Therefore, it's better to run this app with hotspot enabled and "Turn off hotspot automatically" disabled. The app will then periodically switch the channel of the hotspot to cover different frequency ranges. If enabling hotspot before launching the app doesn't work, try enabling hotspot after launching the app instead. -This app shows a spectrogram on the screen, where brighter colors indicate higher FFT magnitudes. This app also employs a simple algorithm to detect Bluetooth transmission and estimate its strength. The following are screenshots of the app in the presence of Bluetooth transmission and frequency sweeps, respectively (click on either to view a screen recording): +This app shows a spectrogram on the screen, where brighter colors indicate higher FFT magnitudes. This app also employs a simple algorithm to detect Bluetooth transmission and estimate its strength. The following are screenshots of the app in the presence of frequency sweeps and Bluetooth transmission, respectively (click on either to view a screen recording): - + diff --git a/assets/images/bluetooth.png b/assets/images/bluetooth.png index a1e6e41..413ea76 100644 Binary files a/assets/images/bluetooth.png and b/assets/images/bluetooth.png differ diff --git a/assets/images/sweep.png b/assets/images/sweep.png index 2878261..bf95764 100644 Binary files a/assets/images/sweep.png and b/assets/images/sweep.png differ
Bluetooth Transmission Frequency SweepsBluetooth Transmission
- + A screenshot of the app in the presence of Bluetooth transmission. - + A screenshot of the app in the presence of frequency sweeps.