RDS Decoder
This is an quite old project I made in 1996 but still interesting. It’s an simple RDS decoder based on TDA7330B RDS demodulator and AT90S2313 (obsolete part, replace with Atmel ATtiny2313) controller. The RDS data is displayed on an 2×16 character LCD. It shows program service name, RDS clock, TA flag status and scrolling 64 characters long radio text. The decoder needs an Stereo multiplex signal as input which is normally found at the input pin of an Stereo decoder IC in many radios.
Source code is available in assembler, I will make a C version some day. Decoding of the RDS data stream is based on Motorola’s “AN460 – RDS decoder using the MC68HC05″, see this document for details.

PCB with LCD connected

PCB top

PCB bottom

Showing program service name, clock, TA flag and scrolling radio text A

Showing program service name, clock, TA flag and scrolling radio text B
RDS Decoder in SMD
The EN50067 RDS Standard.
| Category: | RDS Decoder |
| Date: | 21.11.2009 |
Motorola's AN460 - RDS decoder using the MC68HC05E0
| Category: | RDS Decoder |
| Date: | 21.11.2009 |
Reviewed original source code, released under GPL, see licence.txt for detail. Code for ATtiny2313/AT90S2313.
This assembler code is the fastest and code efficient way. I tried a C version but was not able to fit the code into 2k flash memory.
| Author: | Michael Wolf |
| Category: | RDS Decoder |
| License: | GNU General Public License |
| Date: | 21.11.2009 |
Reworked schematic and layout of the original version.
| Author: | Michael wolf |
| Category: | RDS Decoder |
| License: | GNU General Public License |
| Date: | 21.11.2009 |
The RBDS Standard used in the USA.
| Category: | RDS Decoder |
| Date: | 21.11.2009 |
No comments yet.
Leave a Reply