Closed JakVorobey closed 3 years ago
There is a capacitor near antenna 10nF Added coil 0.22µH between ANT and GND - didn't help :-(
Tried this antenna with USB-powered (5v) amplifier : Made SMA connector to this antenna and connected to my board :
Result is worse :
Then i decided to cut SMA ground and got this result :
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
I opened midule and found F8602 chip inside ! This is not TEF6686, right ?
Maybe this is a reason of bad quality ?
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 ! :)
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 :
Thank you for the advise !
Can you recommend settings for the place with bad receiving conditions ? I'm going to test this in about 80 km from city ...
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. :)
Thank you so much ! Will try ;-)
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 :
Here is program screenshot :
Thanks for help !