TEA5767 FM radio with amplifier - IC Station Review

Поделиться
HTML-код
  • Опубликовано: 12 июн 2017
  • This is the review of a TEA5767 digital FM tuner chip with a built in amplifier from icstation.com. As it is called in the listing: "FM Stereo Radio Module 5V TEA5767 76-108MHZ FM Radio Module High Stability Low Noise + Cable Antenna"
    Product listing:
    www.icstation.com/stereo-radio...
    Special discount code: nygics
    Discount Amount: 15% off
    Max Use: 1 (one for per user)
    Amount Limit: 300
    Original post and code used in this demo:
    mr0ger-arduino.blogspot.hu/201...
    www.ardumotive.com/how-to-use-...
    My code on Github:
    github.com/nygma2004/tea5657_...
  • НаукаНаука

Комментарии • 32

  • @Kevin_Reems
    @Kevin_Reems 6 лет назад +2

    Extremely well explained! Thank you :)

  • @LokiX76
    @LokiX76 6 лет назад +2

    So happy to have found this. I am just starting to learn Arduino so i can convert an original 1970 Chevrolet radio into a functioning FM radio with bluetooth receiver. planning on signal output to an external car stereo amplifier. this was just what i needed to get started. i am planning on using the original volume knob for volume control and the tuner knob for tuning. there will be no display. thank you so much for the video

    • @csongorvarga
      @csongorvarga  6 лет назад +2

      That sounds an interesting project. Good luck!

  • @VolthausLabElectronics
    @VolthausLabElectronics 6 лет назад +1

    Very well done review Mr Varga. I am playing with the TEA5767 now and your video is helpful. Thanks and keep the good videos coming please.

  • @ICStation2013
    @ICStation2013 7 лет назад +2

    Thanks for your awesome project to the TEA5767 FM Stereo Radio Module. really great~~^0^

  • @chuxxsss
    @chuxxsss 7 лет назад +1

    Good review, keep up the great work.

  • @SalisburyKing
    @SalisburyKing 5 лет назад +4

    If you add filtering to the 5v power supply with a couple of capacitors, I use 10Uf and .1Uf across the supply this will reduce the noise picked up by the FM receiver.

  • @aguegu314
    @aguegu314 6 лет назад

    Great Tutorial. I am the software partner of the module designer in sourcekit. : )

    • @csongorvarga
      @csongorvarga  6 лет назад

      Small world. I am glad you like it. I am planning to hook it up with an ESP8266 and create a "smart" fm radio.

  • @ramazanayten3758
    @ramazanayten3758 2 года назад +1

    hi, i am using the rrd-102v2.0 radio module, now i am doing a project, for example, how can i control a radio station empty interference sound. I need to check, if there is a parasite, I want to have it checked with commands such as do the following, otherwise do not.
    //example
    if(noise==noise)
    {
    //led on
    }
    else
    {
    //led off
    }
    (Arduino Projects)

  • @davyroscoe9911
    @davyroscoe9911 2 года назад

    Will this software still work on a nano as the original libraries are quite old? Forgive my ignorance!

  • @clembas74
    @clembas74 4 года назад

    Hi, thank you very much for the video ! Is it possible to add a potentiometer to select manually the frequency ?

    • @csongorvarga
      @csongorvarga  4 года назад +1

      Yes, but you need to read the pot values in arduino and send the frequency updates accordingly. Reading a pot via the analoge input will not result in a stable entry so you would need to apply smoothing so your frequency does not wobble around. But the fm band is much less than the 0-1024 resolution of the analoge input, so it should be possible. But maybe you need a 5 turn pot otherwise it would be impossible to tune with a regular 270ish degree pot.

  • @MrNoobsterCrew
    @MrNoobsterCrew 6 лет назад

    Nice video, can you share the links of the blogs you mentioned that showed arduino FM radio??

    • @csongorvarga
      @csongorvarga  6 лет назад

      I think I added the wrong link, fixed in the video description and find it also here: www.ardumotive.com/how-to-use-the-tea5767-fm-radio-module-en.html

  • @attilarivera
    @attilarivera 6 лет назад

    Hello from brasil.
    Do I really need the IcStation to make it work? Can't I simply apply 5volts to the TEA5856 and plug a speaker and antena on it ?
    👍😆

    • @csongorvarga
      @csongorvarga  6 лет назад +1

      Sure, if you google it you can find some application notes. But the TEA5856 would not drive a speaker, you need an amplifier as well.

    • @attilarivera
      @attilarivera 6 лет назад

      Csongor Varga Oh well 😦

  • @abdelrhmankaram1730
    @abdelrhmankaram1730 5 лет назад

    i use arduino mega 2560
    but i receive only 0.22MHz
    any suggestion

    • @juancarlosfloresmend
      @juancarlosfloresmend 5 лет назад

      may be change sda scl pins sda from tea5767 to A4 arduino scl (tea5767) to A5 (arduino)

    • @abdelrhmankaram1730
      @abdelrhmankaram1730 5 лет назад

      @@juancarlosfloresmend
      thanks, its work

  • @weerobot
    @weerobot 3 года назад +1

    Cool..."/15"??

  • @MMKaresz_az_eredeti
    @MMKaresz_az_eredeti Год назад

    Csak a videót néztem, nem figyeltem a feltöltő nevére... Csak mi magyarok mondjuk a sztereót úgy, ahogy senki más 😂
    1:40-nél az i2c csatlakozás el van írva a panelen. Az nem slc, hanem SCL 😉
    Köszi a videót!

  • @mit41301
    @mit41301 7 месяцев назад +1

    📻👍👌👏👏

  • @CBM0802
    @CBM0802 2 года назад +1

    Stereo output is possible?

  • @user-hj2ed5pe6j
    @user-hj2ed5pe6j 5 лет назад

    Is it a tranmitter or receiver??

    • @csongorvarga
      @csongorvarga  5 лет назад

      Receiver

    • @user-hj2ed5pe6j
      @user-hj2ed5pe6j 5 лет назад

      @@csongorvarga Can you tell me if the same looking module is there as transmitter . I have purchased the same looking module(without the amplifier part) which was named as fm transmitter in Flipkart. I am confused as there is no guide anywhere for transmitter circuit.

  • @YD4GSI
    @YD4GSI 3 года назад

    modul tea5767

  • @TomLeg
    @TomLeg 3 года назад +1

    Koszonom