Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. AucT
    3. Topics
    A
    • Continue chat with AucT
    • Start new chat with AucT
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by AucT

    • A

      web / easyloader-packer /
      SOFTWARE • • AucT

      1
      0
      Votes
      1
      Posts
      581
      Views

      No one has replied

    • A

      M5Stamp C3 programming examples
      Modules • • AucT

      14
      0
      Votes
      14
      Posts
      5429
      Views

      H

      @felmue said in M5Stamp C3 programming examples: Hello @ajb2k3 What worked for me on macOS Big Sur 11.5.2 is using the ESP32C3 built-in USB via GPIO18 and GPIO19. What also worked for me on macOS Big Sur 11.5.2 was downloading and installing this driver CH9102_VCP_SER_MacOS from here. After a reboot and plugging in M5StampC3 via USB this port show up /dev/cu.wchusbserial... (in addition to /dev/cu.usbmodem... which did not work). Thanks Felix Hello Felix read here for a possible solution.
    • A

      recording .bin file via M5Burner
      SOFTWARE • • AucT

      1
      0
      Votes
      1
      Posts
      1267
      Views

      No one has replied

    • A

      Very very quiet buzzer sound M5StickC-Plus
      M5 Stick/StickC • • AucT

      1
      1
      Votes
      1
      Posts
      1398
      Views

      No one has replied

    • A

      How do I programmatically reduce the sensitivity of the M5StickC microphone
      M5 Stick/StickC • • AucT

      2
      0
      Votes
      2
      Posts
      1958
      Views

      Hi @AucT did you check out the M5StickC microphone sample? There is a GAIN_FACTOR which I would guess is probably what you're looking for. https://github.com/m5stack/M5StickC/blob/master/examples/Basics/Micophone/Micophone.ino Cheers Felix
    • A

      Custom EasyLoader
      M5 Stick/StickC • • AucT

      6
      1
      Votes
      6
      Posts
      6309
      Views

      for the time being. Easyloader package project file is not open source
    • A

      Knock Detector with microphone m5stickC
      M5 Stick/StickC • • AucT

      7
      0
      Votes
      7
      Posts
      8198
      Views

      @auct said in Knock Detector with microphone m5stickC: @world101 said in Knock Detector with microphone m5stickC: @auct Try this... https://github.com/m5stack/M5StickC/blob/master/examples/Basics/Micophone/Micophone.ino Thank you, I saw it. How to write it in Python? Sorry about that. I didn’t see that you were looking for a Python example. After a bit more digging, I noticed the M5Go default program has a Preview Microphone function. Check our lines 154-194 from here: https://github.com/m5stack/M5GO/blob/master/M5GO.py
    • A

      Как реализовать millis() в UIFlow???
      Русскоязычный форум • • AucT

      2
      0
      Votes
      2
      Posts
      3797
      Views

      @auct said in Как реализовать millis() в UIFlow???: Как реализовать millis() в UIFlow на Blockly/MicroPython??? разделите значение секунд на 1000, чтобы получить миллис умножить значение миллис на 1000