From e4e246e8d86203c867227d6c8f8b6ab71def39ae Mon Sep 17 00:00:00 2001 From: Christophe Jacquet Date: Sat, 26 Nov 2016 22:34:56 +0000 Subject: [PATCH] Mention Raspberry Pi 3 in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa9c8df..0785ccd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This program generates an FM modulation, with RDS (Radio Data System) data gener It is based on the FM transmitter created by [Oliver Mattos and Oskar Weigl](http://www.icrobotics.co.uk/wiki/index.php/Turning_the_Raspberry_Pi_Into_an_FM_Transmitter), and later adapted to using DMA by [Richard Hirst](https://github.com/richardghirst). Christophe Jacquet adapted it and added the RDS data generator and modulator. The transmitter uses the Raspberry Pi's PWM generator to produce VHF signals. -It is compatible with both the Raspberry Pi 1 (the original one) and the Raspberry Pi 2. +It is compatible with both the Raspberry Pi 1 (the original one) and the Raspberry Pi 2 and 3. ![](doc/vfd_display.jpg) @@ -20,7 +20,7 @@ Pi-FM-RDS, depends on the `sndfile` library. To install this library on Debian-l Pi-FM-RDS also depends on the Linux `rpi-mailbox` driver, so you need a recent Linux kernel. The Raspbian releases from August 2015 have this. -**Important.** The binaries compiled for the Raspberry Pi 1 are not compatible with the Raspberry Pi 2, and conversely. Always re-compile when switching models, so do not skip the `make clean` step in the instructions below! +**Important.** The binaries compiled for the Raspberry Pi 1 are not compatible with the Raspberry Pi 2/3, and conversely. Always re-compile when switching models, so do not skip the `make clean` step in the instructions below! Clone the source repository and run `make` in the `src` directory: