TEA5767 FM Stereo Radio

Поделиться
HTML-код
  • Опубликовано: 7 июл 2024
  • Module TEA5767 is used to design a simple stereo radio FM receiver.
    Link to code:
    akuzechie.blogspot.com/2021/0...
    Link to TEA5767 library:
    github.com/mroger/TEA5767
    Contents:
    0:00 Introduction
    0:19 TEA5767 FM Radio Module
    0:52 Block Diagram of FM Radio
    1:32 Demonstration
    1:56 C++ Code

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

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

    Show de bola o projeto 👏

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

    Thank you . I will try .

  • @microc51pankaj
    @microc51pankaj 3 года назад +3

    Brilliant...! Sir I liked your project and other such stuff on your channel. I have two queries:
    1. If this module is preprogrammed for fixed staions of US, Japan, etc. Or it can be put in autoscan mode for local fm stations anywhere (88 to 108 MHz entire band with two places of decimal)?
    2. Apart from FM IC, I guess that module is having onboard PA also. When we are putting it in off/standby condition PA is also managed by module itself or user has to do it via code and some PA control GPIO?

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

    Nice work! I shall hack the code to use an encoder to specify the required frequency now that I have something that works.

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

      Please checkout my video where I write a library for the module. Thanks for your feedback.

  • @henkoegema6390
    @henkoegema6390 Год назад +1

    Thanks for interesting video. 😊
    I only receive stereo FM stations in Mono. Wondering why?
    Is that depending on the SL level? (mine: SL:66%)
    In my case the line "if(radio.isStereo() ==1 lcd.print("FM Stereo") is never executed. (?)
    If I change the value to "if(radio.isStereo() ==0 lcd.print("FM Stereo") then it's ok.
    Should it be like this, or .......?

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

    ..is there a radio controlled clock sync breakout board ? Rcc dcf77

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

    Can you capture the audio and store to a memory chip?

  • @bazrazin1
    @bazrazin1 11 месяцев назад

    you didn't use 5v to 3.3v level converters also make one using the rda5807m module also, i have a few lying around, but don't work properly, in the i2c scanner it shows hex code of 0*60 which is of tea5767.

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

    The d in LCD stands for display so calling it an LCD display is actually saying liquid crystal display display. It's like saying pcb board or ATM machine or pin number.

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

    Sir can we replace TEA5767 with RDA5807M instead?Thanks

  • @pawank.patidar
    @pawank.patidar 2 года назад

    great sir , can we add oled display in this radio , how to build rf signal booster for weak signals . pls guide us

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

      Thanks for your feedback. OLED yes, watch my videos where OLED is used to modify code. As for boosting the signal, better antenna should improve signal.

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

    I would like to find a project with an FM tuner made of all external parts to give me the feeling of actually building the tuner and not just plug a chip already made in factory. And with vaccum tubes that would be even better.

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

      ruclips.net/video/53EYCX83xsw/видео.html here's a project with all discrete parts

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

    Sorry but there is something i don't understand. The button ON/OFF is linked to the pin 2 of the Arduino but it's not declared in the code. Then, how can it work?

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

    what about wifi stereo radio?

    • @AnasKuzechie
      @AnasKuzechie  3 года назад +2

      Sure, using ESP32 controller. Thanks for the feedback.

  • @Sekhar_Home
    @Sekhar_Home 3 года назад +3

    Can u pls provide ur mail for my some queries regarding my projects

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

    Plzz upload automatic radio signal finder and save in memory

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

      I'm planning to do such a project. Maybe in the near future!

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

      @@AnasKuzechieplzz sir I need this project

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

    Mr kok gak bekerja?

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

    and radio sw?

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

      If you mean short wave, this module is only FM. There are other modules for SW.

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

      @@AnasKuzechie and what is the other modules for sw? please

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

      @@Mitrasto22 check out this project create.arduino.cc/projecthub/mircemk/diy-si4730-all-band-radio-lw-mw-sw-fm-1894d9

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

      @@AnasKuzechie thanks

  • @PaulToth-li3gn
    @PaulToth-li3gn Год назад

    Hi! some frequencies are not displayed with correct values: 98.29Mhz instead of 98.30, 94.79 instead of 94.80, 100.59 instead of 100.60, 107.29 instead of 107.30, 100.19 instead of 100.20. Any suggestion? Best regards

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

      Hi. You can checkout my other videos where I program the module from scratch and write a library for it. Those videos explain how the station frequency is computed. Thanks for your feedback.

    • @PaulToth-li3gn
      @PaulToth-li3gn Год назад

      Hi,
      Thank you for your answer, and for share this project with us.
      Regarding to display the correct frequency value, I Think this is the function, but I don't have any ideea to fix it, any help from you is welcome!:
      lcd.print(radio.readFrequencyInMHz())