Arduino FM Radio with TEA5767 Module, v1

แชร์
ฝัง

ความคิดเห็น • 25

  • @RDCST
    @RDCST 3 ปีที่แล้ว +1

    That LCD have really good contrast.

  • @ionut2570
    @ionut2570 4 ปีที่แล้ว

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

  • @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?

  • @Poludarov
    @Poludarov 6 ปีที่แล้ว

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

  • @iofirag
    @iofirag 5 ปีที่แล้ว

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

  • @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! 😁

  • @CT1JQJ
    @CT1JQJ 3 ปีที่แล้ว

    Waiting for a few modules to test it. Could this alo decode RDS? 73’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

  • @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)

  • @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 👍🙏🙏

  • @hendritresnahadi4146
    @hendritresnahadi4146 ปีที่แล้ว

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

  • @arduinoblink4044
    @arduinoblink4044 7 ปีที่แล้ว

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

    • @kn34pcsilistra83
      @kn34pcsilistra83  7 ปีที่แล้ว

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

    • @arduinoblink4044
      @arduinoblink4044 7 ปีที่แล้ว

      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 7 ปีที่แล้ว

      +kn34pc Silistra solution

    • @kn34pcsilistra83
      @kn34pcsilistra83  7 ปีที่แล้ว

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

    • @arduinoblink4044
      @arduinoblink4044 7 ปีที่แล้ว

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