So, I updated the firmware to the latest (1.8.2) on the M5StickC and now it works as expected :)
Posts made by xis
-
RE: UIFlow Remote+ Set image url
-
UIFlow Remote+ Set image url
Hello,
I cant Set the image url on UIFlow with the Remote+ Function.
The Fallback Url works as expected tho.
Any Ideas?
Thanks. -
M5stickC Touch Sensing
Hello,
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?
I 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?
@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 Linux
Connecting........__.....
Detecting chip type...
A fatal error occurred: Timed out waiting for packet headerErase Failed
That 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 Linux
Thank 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 header
Burn Failed
How can I update GlibC to 2.28?
-
Cant run M5Burner in Linux
I cant start the new M5Burner on Ubuntu 18.04.4 LTS. I get a JavaScript error:
GLIBC_2.28 not found
Please help. -
Resource Manager cant Load blocklys
Hello,
I am having troubles to load a blockly from a m5stickC. It shows the programs on the stick but when I press load nothing happens. I dind't backup and dont want to lose the program. I'm sure it worked before. Is there another way?
I am using UiFlow V1.4.5.
Thanks -
RE: Env Hat Compass
@liemph here https://docs.m5stack.com/#/en/hat/hat-env says one of the applications is Compass
-
Env Hat Compass
Hello,
Please help me to get the values from the Env Hat in UI flow, to make a compass.
Thank You