
Dilshan Jayakody writes:
In last few days we are looking for some simple FM radio receiver to integrate into one of our ongoing project. For that we try several FM radio receiver ICs including TDA7000, CD2003/TA2003/TA8164, CXA1019 and KA22429. Out of all those chips we select CD2003 (or TA2003/TA8164) based receiver for our project because of its simplicity and outstanding performance. Except to CD2003, Sony CXA1019 also perform well but we drop it because of its higher component count.
We design our receiver based on Toshiba TA2003 datasheet and later we try TA8164 and CD2003 with same circuit. Either CD2003 or TA8164 can directly replace TA2003 IC, and as per our observations TA8164 gives excellent results out of those 3 chips.
Project details at Dilshan’s blog. All files are avaialble at elect.wikispaces.com.

*sigh*
Yet another link to a project which uses unobtainable (or at least difficult to source) components.
Yeah, he seems to be working in a different era *rolls eyes*, which makes it totally weird if a reader has moved on to modern parts. I’m not too keen on a manual cap tuner, even less so if asked to source that part… Ah, should get a Philips TEA5767 module instead… ;-)
Now *that’s* the part someone should have done a tutorial for! Super cheap from numerous sellers on eBay and microprocessor controllable to boot!
I found a C2003F in a cheap FM Radio I bought for $10.
I completed one yesterday using the MSP430 and TEA5767 Chip. Gave it a minimalist switch to toggle the channels stored in an array. Gives realtime channel strength and transmission quality values too over serial.
Have a look:
http://rohitg.in/2015/05/17/FM430/
Code is shared on Github :
https://github.com/indiantinker/fm430
Rohit, that is great, congrats. There are a few projects I’ve wanted to do for a while but haven’t made the time – my own radio is one of them. Thanks for the information, hopefully it helps to motivate me to get it started.
Here is one really beautiful and functional radio based on TEA5767 and ’51 MCU:
http://as.elte-s.com/zrob/radio_tea5767.htm
It’s worth noticing that used TEA5767 module is very original – I’ve disassembled tens of MP3 players and never seed this one.
Inspired by this I’ve made one based on ATmega8 with PWM-based volume control for TDA7052A, I’m unable to find such nice speaker box as above though:
http://tomeko.net/projects/TEA5767_radio/
One more nicely done radio with TEA5767:
http://radiokot.ru/forum/viewtopic.php?f=57&t=109632
Another popular chip/module is RDA5807. Funny thing is it has TEA5767-compatibility mode. Some reported it to have better reception than TEA5767: https://www.raspberrypi.org/forums/viewtopic.php?f=44&t=53680, but it may be subjective: http://dysfunctionaltechnologies.blogspot.com/2013/02/fm-radio-pic12f1840-using-tea5767-or.html (version using PIC12).