Hi!
I am trying to compile a custom micropython firmware (that makes use of littlevGL) but I am missing some m5stack libraries... where can I find the libraries sources that are not included in https://github.com/m5stack/UIFlow-Code ? For example the Unit library, the m5stack, m5base, face, power and many others.
Thanks for the help!
Best posts made by tialm
-
micropython flowlib missing sources
-
RE: UIFlow 1.5.2
Is it possible to know more about the ncir unit correction? What was wrong before? Asking because I am using a costume micropython version and want to know if I have to change something in my code.
Thanks!
Latest posts made by tialm
-
Disconnect speaker
Hi! My m5stack fire is making some loud white noise and I can't turn it off even with
p = Pin(25)
dac0 = DAC(p)
dac0.write(0)Can I disconnect the speak safely if I don't ever intend to use it? Like cut the cable and remove it?
Thank you!
-
RE: NCIR, i2c_bus and unit Updated micropython code
Thank you for your help @liemph ! I ended up doing something similar. I have only now seen your answer. But for sure that will be helpful to someone!
-
RE: MicroPython Firmware with M5Stack libraries
Hi @lukasmaximus ! Any idea on when an updated version of the micropython m5stack libraries will be available? Since the ones in here are not complete, and don't if they are up to date with the current version used in uiflow
-
RE: UIFlow 1.5.2
Is it possible to know more about the ncir unit correction? What was wrong before? Asking because I am using a costume micropython version and want to know if I have to change something in my code.
Thanks! -
RE: Micropython SPI
@thrasher I did it and it works fine. The only downside is that M5Stack doens't give you their micropython libraries to work with... They claim they are open source ( and that was why I got into it) but then they don't share the sources that we need to make the best of the hardware.. I have asked for some in other posts and got no reply
-
NCIR unit weird values
Hi guys!
So I got a m5stack with a ncir unit. I am using uiflow to test and I am getting temperature values all over the place... I was supposed to get 4ºC+- on my fridge and it says is -10ºC !! Other measures are also not consistent....
Is there any way to reset the ncir unit or something like that? Or is it possible that it is faulty? Do your units give consistent results?
Thank you! -
RE: NCIR, i2c_bus and unit Updated micropython code
Also the unit code and updated i2c_bus would be highly appreciated!
I am making a PoC using micropython 1.12 and some external libs, but I can't proceed if I don't have the m5stack libraries that I need!
Please support us so that in our turn we can support you! -
NCIR, i2c_bus and unit Updated micropython code
Hello!
Is there any way to share the updated ncir unit micropython code? I really need it, the one in github is not updated.
Thank you!
Tiago -
RE: micropython flowlib missing sources
2 months have passed, any development?