RTVDXRO / TEF6686-AM_FM_RDS-Radio

HIgh performance AM/FM RDS software-defined radio signal processing tuner with NXP TEF668X and I2C Arduino Controller for XDR/NXP/TEF GTK user interface
41 stars 11 forks source link

Quality of signal is low, no RDS #2

Closed JakVorobey closed 3 years ago

JakVorobey commented 3 years ago

Hello ! I just received module with TEF6686 from aliexpress and created test board using schematic and scripts from this project. What i got: soft works ! But quality of signal is low (~30 dBf), all options are default. I use simple wire as antenna - just as on the drawing. Maybe wire is not enough ? here are pictures of the test board : IMG_0923 board

Here is program screenshot : screen

Thanks for help !

JakVorobey commented 3 years ago

There is a capacitor near antenna 10nF Added coil 0.22µH between ANT and GND - didn't help :-(

JakVorobey commented 3 years ago

Tried this antenna with USB-powered (5v) amplifier : IMG_0924 IMG_0928 Made SMA connector to this antenna and connected to my board : IMG_0926

Result is worse : screen2

JakVorobey commented 3 years ago

Then i decided to cut SMA ground scheme1 and got this result : screen3

RTVDXRO commented 3 years ago

I personally use an F plug with respect to the ground as close as possible to the antenna input of the module with the central pin connected directly to the input and it works perfectly. Shorter conection is better. Inside the module there are FM / AM filters on the input, so no capacitor is needed in series. As advice, make tests first with a 72 cm long wire as an antenna. The one with power supply in your pictures, by size, seems inappropriate for FM band. Then try a serious antenna! See here: http://ham-radio.com/k6sti/ . About RDS, I checked the sketches I uploaded just before I answered and it works OK. But if the input signal is bad, it is very possible that the RDS will not enter. But if you have a good signal and it does not enter, you may have a module that is not with TEF6686 but with TEA6851. This is what the one with TEF6686 marked F8602 looks like inside: https://i.imgur.com/KZ22ei6.jpg

JakVorobey commented 3 years ago

I opened midule and found F8602 chip inside ! This is not TEF6686, right ?

IMG_0938

Maybe this is a reason of bad quality ?

RTVDXRO commented 3 years ago

Nope ... It is TEF6686! F8602 is the marking for TEF6686 but from the picture I see that you hit a 4 MHz Quartz module. So, you have to edit the sketch and choose the 4 Mhz quartz line instead of the 9.12 Mhz: line. This way ... // 0x09, 0x40, 0x04, 0x01, 0x00, 0x8C, 0xA0, 0x00, 0x00, 0x00, // 9216 MHz crystal reference 0x09, 0x40, 0x04, 0x01, 0x00, 0x3D, 0x09, 0x00, 0x00, 0x00, // 4000 MHz crystal reference Happy DXing now ! :)

JakVorobey commented 3 years ago

With removed metal case and no capacitor in series this works :-) I also cut wire to 72 cm. By the way, no difference what setting for crystal I use - 9216 or 4000 - I tried both - result is the same : screen4

Thank you for the advise !

JakVorobey commented 3 years ago

Can you recommend settings for the place with bad receiving conditions ? I'm going to test this in about 80 km from city ...

RTVDXRO commented 3 years ago

If you do not have strong stations in the area that can cause intermodulations (overload) you can try to check/togle RF + and/or IF + to get maximum RF gain (15dB) from internal input LNA stage in TEF6686. Also you can togle the AGC threshold to "high" or "highest". If you select "Ant3" as written in the readme and also in sketch, you will activate "Channel EQ" advised for improved field performance. Play with these settings on weak, critical fringe signals, until you get maximum performance in your local conditions. As for the fact that it doesn't matter the setting of the frequency in the sketch according to the quartz on the module is a nonsense. Comment ( put // before the line ) or completely delete the line for 9.12 Mhz.. And don't forget to reset the Arduino board after each write. You got a nice toy. Play with it! That's all. :)

JakVorobey commented 3 years ago

Thank you so much ! Will try ;-)