Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Programmstart, SD Zugriff, Zeitansage #40

Closed
cadtargo opened this issue Mar 11, 2021 · 2 comments
Closed

Programmstart, SD Zugriff, Zeitansage #40

cadtargo opened this issue Mar 11, 2021 · 2 comments
Labels
wontfix This will not be worked on

Comments

@cadtargo
Copy link

cadtargo commented Mar 11, 2021

Hallo,
nachdem ich einige Zeit mit dem Radio herumgespielt habe gibts noch ein paar Fragen dazu.

  • der Ton kommt meist erst wenn ich den Reset am ESP32 drücke, das Programm scheint aber zu laufen, lässt sich das ändern?
    Evtl. liegts auch an der Spannungsversorgung.
  • um die bearbeiteten Logos auf die Karte zu kopieren nehme ich die Karte immer raus. Kann ich auch direkt vom PC drauf
    zugreifen?
  • wie bekomme ich die Stundenansage abgeschaltet, Variable _timefile=0 ist gesetzt.
  • von der SD wird immer nur eine Mp3 abgespielt. Gibt es die Möglichkeit alle abzuspielen, entweder der Reihe nach oder am
    besten zufällig?

Gruß & Danke für Rückmeldung
Frank

@cadtargo
Copy link
Author

Das Problem mit dem fehlenden Ton bei Start hat sich erledigt, scheinbar habe ich einen VS1053 erwischt wo der Softreset nicht ausreicht um den Decoder zuverlässig im MP3 Modus zu starten. Eine feine Lötbrücke zwischen Pin33 und 34 (Gpio0/1) hat gereicht.
Die Stundenansage konnte ich ebenfalls deaktivieren in dem ich die Schleife hinter "59:51" auskommentiert habe.

if (_time_s.endsWith("59:51")) { /* // speech the time 9 sec before a new hour is arrived _hour = _time_s.substring(0, 2); // extract the hour h = _hour.toInt(); h++; if (h == 24) h = 0; _timefile = 3; sprintf (_chbuf, "/voice_time/%03d.mp3", h); mp3.connecttoSD(_chbuf); */ } }

Vielleicht hat noch jemand eine Idee wegen dem SD Zugriff und der MP3 Abspielreihenfolge.

Gruß Frank

@stale
Copy link

stale bot commented Jun 1, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Jun 1, 2021
@stale stale bot closed this as completed Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant