Navigation

    M5Stack Community

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

    makadodo

    @makadodo

    1
    Reputation
    3
    Posts
    892
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    makadodo Follow

    Posts made by makadodo

    • RE: How could I make text to speech using the speaker?

      @chriswr said in How could I make text to speech using the speaker?:

      ESP8266SAM *sam = new ESP8266SAM;
      sam->Say(out, "Can you hear me now?");
      delay(500);
      sam->Say(out, "I can't hear you!");
      delete sam;

      @ChrisWR will this work with ATOM Echo Smart Speaker Development Kit? https://m5stack.com/collections/m5-atom

      posted in SOFTWARE
      M
      makadodo
    • How to play and store audio file from Google translate url?

      Hi, I'm trying to play the audio on Atom Smart Speaker Development Kit, for example: play the audio return from https://translate.google.com/translate_tts?ie=UTF-8&q=Hello%2C+World!&tl=en&client=tw-ob&ttsspeed=1 and and be able to store it for playback later?

      posted in Atom
      M
      makadodo
    • SPIFFS.begin() throws exception

      Trying on Atom Smart Speaker development kits, SPIFFS.begin() is throwing an exception but works on ESP32. Guru Meditation Error: Core 1 panic'ed (Unhandled debug exception) Debug exception reason: Stack canary watchpoint triggered (loopTask) Core 1 register dump: PC : 0x4008c1b7 PS : 0x00060436 A0 : 0x8008c2ac A1 : 0x3ffb0070 A2 : 0x3ffcc7f4 A3 : 0xbaad5678 A4 : 0x3ffcc7e8 A5 : 0x00000001 A6 : 0x00060a23 A7 : 0x00000000 A8 : 0x3ffcc844 A9 : 0x3ffcc7ec A10 : 0x00000002 A11 : 0x3ffcc7e8 A12 : 0x00012508 A13 : 0x00012494 A14 : 0x3ffcc8c0 A15 : 0x3ffcc848 SAR : 0x00000010 EXCCAUSE: 0x00000001 EXCVADDR: 0x00000000 LBEG : 0x400014fd LEND : 0x4000150d LCOUNT : 0xffffffff

      posted in Atom
      M
      makadodo