An Arduino sketch to operate a TEA5767 chip based radio using the Radio library.
- Author
- Matthias Hertel, http://www.mathertel.de
- Copyright
- Copyright (c) 2014 by Matthias Hertel.
This work is licensed under a BSD style license.
See http://www.mathertel.de/License.aspx
This sketch implements a "as simple as possible" radio without any possibility to modify the settings after initializing the chip.
The radio chip is initialized and setup to a fixed band and frequency. These settings can be changed by modifying the FIX_BAND and FIX_STATION definitions.
Open the Serial console with 57600 baud to see the current radio information.
Wiring
Arduino port | Si4703 signal |
3.3V | VCC |
GND | GND |
A5 | SCLK |
A4 | SDIO |
D2 | RST |
More documentation and source code is available at http://www.mathertel.de/Arduino
History: