Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Powersoft
    P
    • Continue chat with Powersoft
    • Start new chat with Powersoft
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    Powersoft

    @Powersoft

    3
    Reputation
    89
    Posts
    2922
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Powersoft Follow

    Posts made by Powersoft

    • RE: How to run LVGL on M5Stack

      Thanks for this. Do I need make changes in lv_config.h to run it on my the core2

      posted in PROJECTS
      P
      Powersoft
    • RE: How to run LVGL on M5Stack

      Hello,

      I have try to run the the sketch "drawing-board" on my Core2.
      Have some problem with the lv_config.h file. My question is where to store exactly this file?
      Have tried several locations but always the error messages

      /Users/jankromhout/Documents/Arduino/libraries/lvgl/src/../src/misc/../lv_conf_internal.h:46:120: note: #pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors
      #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")

      And with changes needed to be done.

      I'm using the latest version of lvgl.

      Any help is welcome.
      Cheers,
      Jan

      posted in PROJECTS
      P
      Powersoft
    • Make a harcopy of the screen M5Core-2

      I wont to make a hardcopy of my screen, and store it on the sd-card. Has someone have done this? I know from the past on the M5Paper this was done, now I wont to do this on the Core-2

      posted in Core 2
      P
      Powersoft
    • RE: update a single value without first deleting the entire display

      @felmue often I use Serial.printf() function, with 90% of my application have the result I wanted! Also add the text background collor as the collor of the screen.

      posted in Arduino
      P
      Powersoft
    • Problems with esptool.py Mac Big Sure

      Hello,

      Load the Arduino envoirment on a brand new MacBook Pro.
      Try to compile The Core2 and the M5Stack fire.

      Now I get the message : No module named serial.
      On the system is the latest version of python installed.

      What to do?

      File "/Users/jankromhout/Library/Arduino15/packages/m5stack/tools/esptool_py/3.0.0/esptool.py", line 39, in <module>
      import serial
      ImportError: No module named serial
      exit status 1
      Fout bij het compileren voor board M5Stack-FIRE

      posted in Arduino
      P
      Powersoft
    • RE: M5Stack: switch from SD to sdFat library

      Found the problem. After deleting an old sdfat and installing a new one it was working perfect on my Core2.
      Thanks for hiis fine explanation. Was verry helpfull.

      Cheers
      Jan

      posted in Arduino
      P
      Powersoft
    • RE: M5Stack: switch from SD to sdFat library

      Hello, try to compile the first example file and got the error
      in thus part:

      SdFat32 sd; // for FAT16/FAT32
      File32 file;
      File32 root;

      exit status 1
      'File32' does not name a type

      do I need to delte file?

      Thanks for any help.
      Cheers
      Jan

      posted in Arduino
      P
      Powersoft
    • Load and write blocks of 512 direct to sd card M5Core2

      Is it possible to read/write blocks of 512 bytes direct to the sd card?
      This without using the M5Stack filesystem.
      I know with the SDFat.h library it is possible, there are commands for readBlock(block,buffer) and writeBlock(block, buffer), and buffer is defined as
      byte buffer[512].
      But I get not compiled this library under my Core2.
      Appreciatie any help with this.

      Cheers,
      Jan

      posted in Units
      P
      Powersoft
    • Steppermotor module direct controll

      Is it posible to use the stepper module wihout the gcode?
      Command the stepper on a direct way to do some steps.

      Cheers Jan

      posted in Modules
      P
      Powersoft
    • RE: My OpenWeatherMap display wth M%Paper

      That is no problem, must do some changes because some parts are in my native language, Dutch. But I have no clou how to set my program zipped on the forum.

      posted in PROJECTS
      P
      Powersoft