Navigation

    M5Stack Community

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

    SkyNorth

    @SkyNorth

    0
    Reputation
    3
    Posts
    710
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    SkyNorth Follow

    Posts made by SkyNorth

    • RE: M5 tough remove touch buttons

      Look in

      https://github.com/m5stack/M5Tough/blob/master/src/utility/M5Button.h

      It explains the touch button usage.
      -Brent

      posted in Lessons and Guides
      S
      SkyNorth
    • RE: core2 MBUS PIN for speaker output

      Look at the M5Unified Speaker example it has full volume and tone control and runs on the Core2

      posted in Features Wish List
      S
      SkyNorth
    • RE: M5Core : example speak.ino don't work anymore

      Check out the speak.ino in the new M5Unified library v0.0.5
      it will compile with the Core2 or the Tough and produce sound.

      There is a M5 speaker class , that can be used to produce tones.

      The problem is that while the library works by itself
      it is Not compatible
      with M5Tough.h or M5Core2.h files.

      And yes , there is a problem with the Core2 and Tough speak.ino
      the Log file shows a conflict with mclk pin config , when trying to setup the I2S sound
      The error is in a higher level M5 system file that was introduced when the Tough was released in the Fall.
      Sorry , I dont know how to fix it..

      -Brent

      posted in Arduino
      S
      SkyNorth