Update README.md

pull/13/head
Arjan te Marvelde 2022-07-14 21:17:18 +02:00 zatwierdzone przez GitHub
rodzic b70d789d8b
commit 571e63d9c0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -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.