Open lougascon opened 6 years ago
Hi, What version of Arduino IDE are you using. I've tried the example sketch with four Tuners and nothing works.
Hello , excuse my late answer!! I don't very understand why the ide is important . I try the soft on yst93 its work very well. my IDE is 1.8.5 version on lubuntu 18.04. At the first time my wiring was false and the tuner don't work . I realise next my mistake and fix it. regards Dimitri
Вторник, 14 мая 2019, 23:51 +02:00 от Wired48 notifications@github.com:
Hi, What version of Arduino IDE are you using. I've tried the example sketch with four Tuners and nothing works. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or mute the thread .
С уважением, оливер рамон o_ramon@mail.ru
I try this soft .It works well. I change just that : #include
in arduino setup() EEPROM.get(50,FMFrequency);
EEPROM.get(52,AMFrequency);
In arduino loop() in section change the station
on this line FM }while (scan && (!tuned));EEPROM.put(50,FMFrequency);
on this line AM }while(scan && (!tuned));EEPROM.put(52,AMFrequency);
it's necessary to put, with a small programme before upload the main soft ,the two value eeprom address 50 = 880 eeprom address 52 = 53 for the first time. so,you get the last listening radio after new turn on