Comments on: LilyGO TTGO T5-4.7 E-Paper Weather Station https://www.electronics-lab.com/project/lilygo-ttgo-t5-4-7-e-paper-weather-station/ Open Source Hardware Electronics Projects Sat, 22 Jun 2024 12:18:10 +0000 hourly 1 By: Mo Wie https://www.electronics-lab.com/project/lilygo-ttgo-t5-4-7-e-paper-weather-station/comment-page-1/#comment-405894 Sat, 22 Jun 2024 12:18:10 +0000 https://www.electronics-lab.com/?post_type=project&p=130921#comment-405894 In reply to Kris.

Hello, i get the error:

'class WiFiClass' has no member named 'setAutoConnect'; did you mean 'setAutoReconnect'?

Its mentioned here that WiFi.setAutoConnect is depricated and WiFi.Begin() should be useed instead.

Commenting out the line calling WiFi.setAutoConnect lets the compilation continue (not sure if it solves the problem or if WiFi is working. In the thread linked above its mentioned that WiFi is NOT connecting).

Anyway, several other errors pop up:

error: invalid conversion from ‘int*’ to ‘int32_t*’ {aka ‘long int*’} [-fpermissive]
 1037 |  get_text_bounds(&currentFont, data, &xx, &yy, &x1, &y1, &w, &h, NULL);

]]>
By: Kris https://www.electronics-lab.com/project/lilygo-ttgo-t5-4-7-e-paper-weather-station/comment-page-1/#comment-405853 Wed, 12 Jun 2024 11:52:28 +0000 https://www.electronics-lab.com/?post_type=project&p=130921#comment-405853 anyone found similar problem while compiling?

Compilation error: ‘class WiFiClass’ has no member named ‘setAutoConnect’; did you mean ‘setAutoReconnect’?

followed strictly your manual and can`t find what is the issue

]]>
By: Sauce ///M3 https://www.electronics-lab.com/project/lilygo-ttgo-t5-4-7-e-paper-weather-station/comment-page-1/#comment-405701 Sun, 19 May 2024 18:47:55 +0000 https://www.electronics-lab.com/?post_type=project&p=130921#comment-405701 In reply to Lukas.

for some reason the timezones in that list may be formatted incorrectly, I asked chatgpt and it actually fixed the problem, I gave it this one “CST6CDT,M3.2.0,M11.1.0" and it corrected it to this "CST6CDT,M3.2.0/02,M11.1.0/02" which actualy works. also you might need to add "String State            = ” “;” and “,” + State + “,” to your code or it might choose the wrong city

]]>
By: Sauce ///M3 https://www.electronics-lab.com/project/lilygo-ttgo-t5-4-7-e-paper-weather-station/comment-page-1/#comment-405698 Sun, 19 May 2024 08:37:58 +0000 https://www.electronics-lab.com/?post_type=project&p=130921#comment-405698 In reply to Lukas.

Its an issue with the timezone, if changed this happens

]]>
By: Lukas https://www.electronics-lab.com/project/lilygo-ttgo-t5-4-7-e-paper-weather-station/comment-page-1/#comment-405666 Wed, 15 May 2024 13:04:23 +0000 https://www.electronics-lab.com/?post_type=project&p=130921#comment-405666 In reply to Scott.

I have same problem. Success build, succes upload and LCD stop working, LCD not responds to reset… 🙁 Other projects working correctly

]]>
By: Scott https://www.electronics-lab.com/project/lilygo-ttgo-t5-4-7-e-paper-weather-station/comment-page-1/#comment-405445 Sun, 14 Apr 2024 03:55:40 +0000 https://www.electronics-lab.com/?post_type=project&p=130921#comment-405445 Has anyone succeeded with this lately? I have ArduinoJson installed at version=6.19.4 and everything compiles and uploads, but the screen does nothing. I’ve tested that the screen is not bad with examples and those work properly. I don’t know what to think when I don’t see any errors, or working outcome. Hmm..

]]>