Navigation

    LILYGO

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. jimbrown.net
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 7
    • Best 1
    • Groups 0

    jimbrown.net

    @jimbrown.net

    1
    Reputation
    1
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website www.jimbrown.net/ Location US

    jimbrown.net Unfollow Follow

    Best posts made by jimbrown.net

    • RE: LilyGo T5-4.7 Inch S3 E-Paper - github Weather project

      @teastain2 So I was able to compile. fix was to use https://github.com/bblanchon/ArduinoJson/tree/6.x Version: 6.17.3 screenshot.jpg

      posted in Technical Discussion
      J
      jimbrown.net

    Latest posts made by jimbrown.net

    • LilyGo T5-4.7 Inch S3 E-Paper - Arduino ino UI display emulator

      Is there a emulator? I would like to know the best way to rearrange layout or manipulate UI.

      screenshot.jpg

      posted in Technical Discussion
      J
      jimbrown.net
    • RE: LilyGo T5-4.7 Inch S3 E-Paper - github Weather project

      @teastain2 So I was able to compile. fix was to use https://github.com/bblanchon/ArduinoJson/tree/6.x Version: 6.17.3 screenshot.jpg

      posted in Technical Discussion
      J
      jimbrown.net
    • RE: LilyGo T5-4.7 Inch S3 E-Paper - github Weather project

      @teastain2 Changed to #include "ArduinoJson.h" // https://github.com/bblanchon/ArduinoJson

      Still get the same error

      convertFromJson(src, result); // Error here? See https://arduinojson.org/v7/unsupported-as/

      screenshot.jpg

      Please Advise

      posted in Technical Discussion
      J
      jimbrown.net
    • RE: LilyGo T5-4.7 Inch S3 E-Paper - github Weather project

      @teastain2 what about the following error: https://arduinojson.org/v7/unsupported-as/

      screenshot3.jpg

      posted in Technical Discussion
      J
      jimbrown.net
    • RE: LilyGo T5-4.7 Inch S3 E-Paper - github Weather project

      @teastain2 Thank you, I included that one only and get this error: Compilation error: 'DynamicJsonDocument' was not declared in this scope

      //#include <ArduinoJson.h>        // https://github.com/bblanchon/ArduinoJson
      #include <Arduino_JSON.h>       // In-built
      

      screenshot4.jpg

      Thoughts? I just used this github project: https://github.com/Xinyuan-LilyGO/LilyGo-EPD-4-7-OWM-Weather-Display from LilyGo

      posted in Technical Discussion
      J
      jimbrown.net
    • RE: LilyGo T5-4.7 Inch S3 E-Paper - github Weather project

      @teastain2 Tried 2.0.15 I get the following error: https://arduinojson.org/v7/unsupported-as/

      screenshot3.jpg

      I also tried 2.0.17 same error.

      posted in Technical Discussion
      J
      jimbrown.net
    • LilyGo T5-4.7 Inch S3 E-Paper - github Weather project

      So I just bought your LilyGo T5-4.7 Inch S3 E-Paper and am unable to comunicate to the device. Don't know if it's your project or device. Please Advise...

      I am using your project as a sample Xinyuan-LilyGO/LilyGo-EPD-4-7-OWM-Weather-Display: Using the LilyGo EPD 4.7" display to show OWM Weather Data (github.com)

      I have Installed the espressif/arduino-esp32 version 3.0.1 ESP32 Dev Module https://github.com/Xinyuan-LilyGO/LilyGo-EPD47 and https://github.com/bblanchon/ArduinoJson

      I get the following error compiling: "Compilation error: 'class WiFiClass' has no member named 'setAutoConnect'; did you mean 'setAutoReconnect'?"

      screenshot.jpg

      Also this error if I comit out the above I get: "Compilation error: invalid conversion from 'int*' to 'int32_t*' {aka 'long int*'} [-fpermissive]"

      screenshot2.jpg

      posted in Technical Discussion
      J
      jimbrown.net