@m5stack Thank you very much. I will try.

liemph
@liemph
Posts made by liemph
-
RE: UIFlow 1.8.2
@m5stack Does it support BaseX? I could not run the same UIFlow script (previously worked) to drive the BaseX.
-
RE: Why the newest UIFlow does not support BaseX anymore?
@ksprayberry Thanks for responding. Have you checked also this issue with the BaseX ?
-
Why the newest UIFlow does not support BaseX anymore?
For the M5Stack persons in charge. Why the newest UIFlow does not support BaseX anymore? I have posted in the module section about this issue but it seems the MStack persons do not respond at all. Is there anything I can do? Can I get older firmware that still supports the BaseX? @lukasmaximus @m5stack
https://community.m5stack.com/topic/3518/name-module-isn-t-defined-basex-with-uiflow/2
-
RE: Name 'module' isn't defined (BaseX with UIFlow)
@m5stack @lukasmaximus Could you help to resolve this issue? If the new firmware is not yet fixed, please provide the older version which I can use. Thanks!
-
RE: Name 'module' isn't defined (BaseX with UIFlow)
Hi @felmue
Thanks for the effort to check. Unfortunately, I forgot the last version of the firmware which worked well. This makes me sad (and angry actually). The problem is I could not roll it back because I could not find older versions in the M5Stack repository. So what should I do? It is an expensive base and I need it to drive my Lego motors for my recent project. The M5Stack and its base module are commercial products but the quality assurance of the software and firmware are questionable. I hope the M5Stack people in charge would handle this issue quickly. -
Name 'module' isn't defined (BaseX with UIFlow)
Dear Member,
Up to now, I could use UIFlow and BaseX well with my M5Fire. Recently I updated my UIFlow(Fire) to version 1.8.2-fire and suddenly I couldn't run my script anymore. What is wrong with the new firmware and/or UIFLow IDE? I have tried both the online and offline versions of UIFlow. The results were the same. -
RE: [Solved] GPS Unit (AT6558)
@vkichline said in [Solved] GPS Unit (AT6558):
@liemph; I'd be happy to share my code, but all the GPS-related parts can be found in the product examples here:
https://github.com/m5stack/M5Stack/tree/master/examples/Unit/GPS_AT6558
The example is pretty complete, but unreadable.The project I'm working on is more display oriented, and most of the code is a nascent control class I'm playing around with for solving general display problems. You're welcome to take what you like from it:
https://github.com/vkichline/GPSTestI plan to pursue the display controls in another project, so I won't be updating this one.
Thanks a lot.