Navigation

    M5Stack Community

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

    TheAlphaGhost

    @TheAlphaGhost

    1
    Reputation
    5
    Posts
    35
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    TheAlphaGhost Follow

    Posts made by TheAlphaGhost

    • RE: Monitor serial output in Uiflow

      Any news on this ?

      posted in UIFlow
      T
      TheAlphaGhost
    • RE: How to make RTC clock with NTP

      Same here. The M5 Docs are a nightmare!!
      On every documentation, the syntax is wrong, and not work correctly!
      šŸ˜’

      posted in UIFlow
      T
      TheAlphaGhost
    • RE: M5Stack - Simple Applications Menu + some APPs

      Hi Guys,

      ihm new with M5Stack. I have a MCore2 and try compile this in visual code with plattform.io.

      How i must use the code in Plattform.io ? If i compile the code, the device showing black screen.

      Can anyone help me ?

      posted in PROJECTS
      T
      TheAlphaGhost
    • RE: New Core2 appears to not be working properly?

      Same for me. I upload the example sketch, but only black screen in Core 2.

      OS: Mac Big Sur

      
      // the setup routine runs once when M5Stack starts up
      void setup(){
      
        // Initialize the M5Stack object
        M5.begin();
      
        /*
          Power chip connected to gpio21, gpio22, I2C device
          Set battery charging voltage and current
          If used battery, please call this function in your project
        */
        M5.Power.begin();
          
        // LCD display
        M5.Lcd.print("Hello World");
      }
      
      // the loop routine runs over and over again forever
      void loop() {
      
      }
      
      
      
      Result debug:
      
      esptool.py v3.0-dev
      Serial port /dev/cu.usbserial-0203EDF5
      Connecting....
      Chip is ESP32-D0WDQ6-V3 (revision 3)
      Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
      Crystal is 40MHz
      MAC: 84:cc:a8:61:90:50
      Uploading stub...
      Running stub...
      Stub running...
      Changing baud rate to 921600
      Changed.
      Configuring flash size...
      Auto-detected Flash size: 16MB
      Compressed 8192 bytes to 47...
      Writing at 0x0000e000... (100 %)
      Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 10848.4 kbit/s)...
      Hash of data verified.
      Flash params set to 0x024f
      Compressed 17104 bytes to 11153...
      Writing at 0x00001000... (100 %)
      Wrote 17104 bytes (11153 compressed) at 0x00001000 in 0.2 seconds (effective 899.1 kbit/s)...
      Hash of data verified.
      Compressed 413360 bytes to 171576...
      Writing at 0x00010000... (9 %)
      Writing at 0x00014000... (18 %)
      Writing at 0x00018000... (27 %)
      Writing at 0x0001c000... (36 %)
      Writing at 0x00020000... (45 %)
      Writing at 0x00024000... (54 %)
      Writing at 0x00028000... (63 %)
      Writing at 0x0002c000... (72 %)
      Writing at 0x00030000... (81 %)
      Writing at 0x00034000... (90 %)
      Writing at 0x00038000... (100 %)
      Wrote 413360 bytes (171576 compressed) at 0x00010000 in 3.2 seconds (effective 1031.9 kbit/s)...
      Hash of data verified.
      Compressed 3072 bytes to 129...
      Writing at 0x00008000... (100 %)
      Wrote 3072 bytes (129 compressed) at 0x00008000 in 0.0 seconds (effective 3453.6 kbit/s)...
      Hash of data verified.
      
      Leaving...
      Hard resetting via RTS pin...
      
      posted in Core 2
      T
      TheAlphaGhost
    • Upvote

      Re: Add Speaker.beep and Speaker.volume to Core2

      Yes, please add. Looks also for this feature.

      posted in UIFlow
      T
      TheAlphaGhost