From 571e63d9c052131a70ee466a5df153ce7cad08f6 Mon Sep 17 00:00:00 2001 From: Arjan te Marvelde Date: Thu, 14 Jul 2022 21:17:18 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f5db8c..e932742 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,10 @@ The Pico controls an Si5351A clock module to obtain the switching clock for the The display is a standard 16x2 LCD, but with an I2C interface. The display is connected through the **i2c1** channel, as well as the bus expanders for controlling the various relays. ## Open issues: -- [ ] implement AGC -- [ ] implement RSSI -- [ ] improve FFT-based signal processing +- [ ] implement proper AGC +- [x] implement RSSI and S-meter +- [ ] improve FFT-based signal processing +- [ ] revisit Si5351A driver ## Installing and using the SDK for Windows: For setting up the C/C++ build environment for Windows, you can follow the procedure as described in the Raspberry [Getting Started](https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf) document. This document also refers to a [setup script](https://github.com/ndabas/pico-setup-windows). In case this does not work, follow the instructions below.