TEA5767 without arduino

Hi

I wanted to build a simple FM receiver using this TEA5767 module. I just want it to always listen to a fixed frequency of FM (eg : 91.5 ). So can I use this module without an arduino once I set up the desired frequency with the help of arduino? or is there any other tiny modules that can do such thing? :confused:

The TEA5767 is passed configuration information (what frequency etc.) via the I2C protocol.
If you want something small to do that, look at ATTINY85 etc. which you can program via the Arduino IDE.