karawin / Ka-Radio32

esp32 version of Ka-Radio (https://github.com/karawin/Ka-Radio) by jp Cocatrix
525 stars 155 forks source link

Problems with 1.8R1 #93

Closed Asxetos21 closed 5 years ago

Asxetos21 commented 5 years ago

Update to 1.8R1 from the web interface causes loss of IR control, LCD corruption and finally freezing. Esp32 dev board (15+15 pin version) VS1053, ST7735, rotary enc. and IR. Haven't tested it any further...

Going back to 1.8R0, all OK again.

karawin commented 5 years ago

No reason. Try again

Hans-JR commented 5 years ago

Same issue with 1.8R1. Display is often corrupted after Power Up (just snow). Chip: ST7735, 128x160 . With older versions it was always OK. Config: Esp32 dev board, VS1053, Rotary, ST7735.

karawin commented 5 years ago

Check with sys.lcd command the type of lcd.

Hans-JR commented 5 years ago

This was the first thing I did. I even changed to another display type and back without success. The strange thing is, that it sometimes works. The web interface is always ok, even if the display has failed.Am 10.02.2019 8:23 nachm. schrieb KaraWin notifications@github.com:Check with sys.lcd command the type of lcd.

—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or mute the thread.

karawin commented 5 years ago

May be a conflict in the definition of gpio in the csv file (check carefully if it is your definitions or which one do you use?) or a problem of sequencing in the init. I don't have the problem so it is hard to find.

Hans-JR commented 5 years ago

I am using your preconfigured binary’s.

I will recheck the wiring and maybe I will reprogram the entire system. I somehow got the feeling (sorry for this word) that an issue was introduced, when you modified the display binary’s, I think it was in one of the updates of the 1.7 release.

From: KaraWin [mailto:notifications@github.com] Sent: Monday, February 11, 2019 9:53 AM To: karawin/Ka-Radio32 Ka-Radio32@noreply.github.com Cc: Elbskipper hans@richter-dollern.de; Comment comment@noreply.github.com Subject: Re: [karawin/Ka-Radio32] Problems with 1.8R1 (#93)

May be a conflict in the definition of gpio in the csv file (check carefully if it is your definitions or which one do you use?) or a problem of sequencing in the init. I don't have the problem so it is hard to find. — You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/karawin/Ka-Radio32/issues/93#issuecomment-462254224 , or mute the thread https://github.com/notifications/unsubscribe-auth/AkLGsW3HYCzFEN_1_nGU6eSkc1rMTumaks5vMS9rgaJpZM4an14I .

karawin commented 5 years ago

Which csv if any please? Or the bare KaRadio32 bin only If possible, send the log on serial with a sys.logd level.

Hans-JR commented 5 years ago

Just the bare KaRadio32.bin. No individual compilations. After the flashing I set the display to type “192”.

In the meantime I re-flashed the entire system via the ESP32 Download Tool. I couldn`t reproduce the issue since. It looks like something went wrong during one of the OTA updates.

From: KaraWin [mailto:notifications@github.com] Sent: Monday, February 11, 2019 10:25 AM To: karawin/Ka-Radio32 Ka-Radio32@noreply.github.com Cc: Elbskipper hans@richter-dollern.de; Comment comment@noreply.github.com Subject: Re: [karawin/Ka-Radio32] Problems with 1.8R1 (#93)

Which csv if any please? Or the bare KaRadio32 bin only — You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/karawin/Ka-Radio32/issues/93#issuecomment-462262022 , or mute the thread https://github.com/notifications/unsubscribe-auth/AkLGsa4Bv83v-641H8KbPbmWuuHJQxiNks5vMTbigaJpZM4an14I .

Hans-JR commented 5 years ago

I`ve repowered the System at least 20 times since the re-flash. No more display issues. So I consider this issue as fixed.

karawin commented 5 years ago

ok, closed