So, I updated the firmware to the latest (1.8.2) on the M5StickC and now it works as expected :)
Latest posts made by xis
- 
    RE: UIFlow Remote+ Set image urlposted in UIFlow
- 
    UIFlow Remote+ Set image urlposted in UIFlowHello, 
 I cant Set the image url on UIFlow with the Remote+ Function.
 The Fallback Url works as expected tho.
 Any Ideas?
 Thanks.
- 
    M5stickC Touch Sensingposted in UIFlowHello, 
 I need to read the values from a touch sensing pin.
 GPIO33 is touch8 so with arduino code one can use touchread(8)
 How can I do this using UIFlow?
 Thank you.
- 
    RE: How could I make text to speech using the speaker?posted in SOFTWAREI see some examples, like here : 
 https://www.xtronical.com/i2sinternetradio/
 There is a line:
 // audio.connecttospeech("Wenn die Hunde schlafen, kann der Wolf gut Schafe stehlen.", "de");
 It seems to be another way, but you can choose the language.
 Could this work on the M5stickC with the SPK HAT?
 What do I put on DIN connection, Bit clock, and Left Right Clock?
- 
    RE: How could I make text to speech using the speaker?posted in SOFTWARE@chriswr It works on the M5stickC :) Can you explain the line " out = new AudioOutputI2S(0, 1, 32);" ? 
 What do the numbers 0, 1, 32 mean?
 Thank you.
- 
    RE: Cant run M5Burner in Linuxposted in Bug ReportConnecting........__.....
 Detecting chip type...
 A fatal error occurred: Timed out waiting for packet headerErase FailedThat is using 750000 baud rate. 
 User is on the dialout group.
 Arduino IDE works. And also the last version of M5Burner used to work.
- 
    RE: Cant run M5Burner in Linuxposted in Bug ReportThank you for the help. 
 So, using uiflow desktop ide there is another error:Chip is ESP32-PICO-D4 (revision 1) 
 Features: WiFi, BT, Dual Core, 240MHz, Embedded Flash, VRef calibration in efuse
 MAC: d8:a0:1d:56:b9:b8
 Uploading stub...A fatal error occurred: Timed out waiting for packet headerBurn FailedHow can I update GlibC to 2.28? 
- 
    Cant run M5Burner in Linuxposted in Bug ReportI cant start the new M5Burner on Ubuntu 18.04.4 LTS. I get a JavaScript error: 
 GLIBC_2.28 not found
 Please help.