Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 10:58 01 Aug 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : FM radio?

Author Message
davematt
Regular Member

Joined: 27/09/2011
Location: Australia
Posts: 55
Posted: 01:25am 29 Jun 2019
Copy link to clipboard 
Print this post

Has anyone tried the Mite controlled clock radio project in Circuit Notebook, Silicon Chip June edition?
I can read the clock chip just fine, but the TEA5767 module is a different story. The frequency setting window is so full of bugs as to be unusable. I sure the designer (Dan Amos) would not have released it like that, so I'm wondering what is wrong. Anyone got it working properly? Or are there likely to be differences between the two TEA modules available. Praps someone has some simple code to just test the radio?
TIA, Dave.
 
palcal

Guru

Joined: 12/10/2011
Location: Australia
Posts: 1993
Posted: 03:02am 29 Jun 2019
Copy link to clipboard 
Print this post

There is an Arduino tutorial on the subject that may help you HERE
"It is better to be ignorant and ask a stupid question than to be plain Stupid and not ask at all"
 
Volhout
Guru

Joined: 05/03/2018
Location: Netherlands
Posts: 5089
Posted: 03:09pm 29 Jun 2019
Copy link to clipboard 
Print this post

I dont know this project, but I did play with the cheap modules from China. I have not succeeded to get any sensitivety and selectivity with these modules.
The are extremely sensitive to digital noise from the microcontroller. And putting the micro to sleep helps only as long as you can keep it asleep.

Edited by Volhout 2019-07-01
PicomiteVGA PETSCII ROBOTS
 
damos
Regular Member

Joined: 15/04/2016
Location: Australia
Posts: 74
Posted: 04:54am 01 Jul 2019
Copy link to clipboard 
Print this post

Hi Dave,

As stated by Volhout, the modules are cheap and do have their own peculiarities. If you only use strong stations they work well, but if you have weak stations, they have a tendency to skip over them. I only listen to ABC Classic FM which is pretty strong so it works fine for me. I also use the external 3.5mm input, often with a Bluetooth adapter.

The modules are really designed as scanners with an up/down to jump to to the next strong station. While the protocol allows you to set the frequency, if it doesn't find a strong signal it skips to the next station, which explains the buggy behaviour.

I also agree that they are susceptible to noise. They are cheap, so it is only a single conversion to a very low IF, so they will never have the performance of a high end tuner. Having said that, the sound is surprisingly good if you have a good signal.

Dan
 
morgs67
Regular Member

Joined: 10/07/2019
Location: Australia
Posts: 78
Posted: 11:58pm 10 Jul 2019
Copy link to clipboard 
Print this post

  davematt said   Has anyone tried the Mite controlled clock radio project in Circuit Notebook, Silicon Chip June edition?

Hi Dave, I liked the design so thought I would try it on MM+ Explore. Similar to you the tuning did not work. After reading the data sheet I could see that autotune was enabled when sending the frequency data. I stopped this by the following:
Under 'SUB TuneRadio' line 556(?) starting "LOCAL fh' remove 'OR $h40'.
Also change the low frequency from 88 to 87.5 (couple of places in program). This makes the inbuilt steps follow the Australian band plan.
cheers Tony
 
davematt
Regular Member

Joined: 27/09/2011
Location: Australia
Posts: 55
Posted: 05:47am 11 Jul 2019
Copy link to clipboard 
Print this post

@ morgs67. Bingo! Thanks Tony, now I can at least tune to a station, and just using headphones across the module, it's pretty good. Much better than most clock radios anyway.
Thanks to all above, I will reinvestigate after nearly giving up.
Would anyone care to recommend an antenna? I'm currently using a few feet of hookup wire...
D
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025