Arduino FM Radio with TEA5767 Module, v1

Поделиться
HTML-код
  • Опубликовано: 28 авг 2024
  • ArduinoUNO/Nano, TEA5767 Module, 16x2 LCD Display, v1
    Circuit, sketch: www.kn34pc.com/...

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

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

    That LCD have really good contrast.

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

    Good project, I made this radio three years ago and it works very well .Thanks a lot.

    • @jp-dd3iq
      @jp-dd3iq Год назад

      Can you help me with my project? Can i use two push buton for fm searching instead the rotatory encoder?

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

    Thank you for sharing this project to us, I built also this radio, works very well.

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

    Спасибо! я попробую)

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

    Its a great circuit, i built a good kitchen radio with it! There is only 1 problem: Sometimes if my hand on a vol pot, or near the box box, the system switch over to TU mode from programmed mode. Something is too sensive or not shielded? Maybe the D8 pin must be pull up with 10k resistor?

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

      KY-040 Rotary Encoder Module have 3 pull-up 10 kOm resistors to +5V (encoder pins and switch pin). If you don't have one, mount it. You can also add a capacitor (ex. 10nF) to GND if needed.

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

      @@kn34pcsilistra83 Thanks your answare, the 2 rotary pin already have pullup res., but the switch pin have'nt. I did put this pin too, and now its stable! Pin 8 of arduino floating 1.5 v, without pullup res, thats why it was so sensitive! 😁

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

    can i listen to the radio right from the normal sound card output of Raspberry pi?

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

    Waiting for a few modules to test it. Could this alo decode RDS? 73’s

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

    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)
    {
    //bla bla bla
    }
    else
    {
    //bla bla bla
    }
    (Arduino Projects)

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

    What should i do, i want to my coding start at 76 to 108Mhz, tx u n hai frm indonesia🇮🇩🙋🏽‍♂️

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

    Hi . I'm from Indonesia, I'm interested in your radio. I want to ask if the sketch you used for Arduino Uno can be used for Arduino Nano? because i have arduino nano in my house so i no longer have to buy it again .

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

      No problem with code on Arduino UNO, Arduino Nano, Arduino Pro Mini.

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

      @@kn34pcsilistra83 ok thank's 👍🙏🙏

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

    Hi, thank to share your project with us. One problem for me. In tunning mode when I rotate the rotary decoder in a clock way the frequency decrease and vice versa. Any suggestion to correct this? Thank you

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

      Hi, Paul. Change encoder pins DT CLK or
      in sketch, row 17 change
      Rotary r = Rotary(2, 3);
      with
      Rotary r = Rotary(3, 2);

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

      Hi, the problems was fixed, changing the encoder pins. Now works very well. Thank you again!

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

    How to control ir remote please help

  • @arduinoblink4044
    @arduinoblink4044 8 лет назад

    Съжалявам, ако сте прав честота? Аз тествате проекти сигнал не е добра и ако да тествам с codding например tea5767 (current_freq = етаж (Radio.frequency_available (Buf) / 100000 + .5) / 10;) след това сигналът е по-добре.
    моля разтвор.
    благодаря

    • @kn34pcsilistra83
      @kn34pcsilistra83  8 лет назад

      Please use english for commenting as Google translate does not handle correctly the translation.

    • @arduinoblink4044
      @arduinoblink4044 8 лет назад

      Sorry ... whether you are the right frequency? I tried your frequency, but the signal is not good here.
      and if i use codding tea5767 example (current_freq = floor (Radio.frequency_available (buf) / 100000 + .5) / 10;) signal is always good.
      please solution.
      thank

    • @arduinoblink4044
      @arduinoblink4044 8 лет назад

      +kn34pc Silistra solution

    • @kn34pcsilistra83
      @kn34pcsilistra83  8 лет назад

      Load and read frequency is from TEA5767 library:
      github.com/andykarpov/TEA5767/blob/master/TEA5767.cpp

    • @arduinoblink4044
      @arduinoblink4044 8 лет назад

      sorry, is there a schematic eagle, and what are the components needed to make this project?
      thanks.