Tnx for the tipp. I'll try it.
Peter
@Peter
Posts made by Peter
-
RE: "\n" becomes "\\n"
@world101
Then M5Stack must have taken over the problem.
I will try again with replacing "\\n" with "\n" with the appropriate text block. But still got to it because my computer had to be reinstalled. I will report back. -
"\n" becomes "\\n"
I want to output multiline text. If I enter the text as a literal in the properties of a label, the line break is executed correctly. But if the text with the line break is in a variable \n becomes \\n. This means that the line break is no longer executed. Is this behavior intentional?
I think it is a bug that should be corrected as soon as possible.Thanks a lot
-
RE: Pa.HUB in m5atom
@iamliubo
Thank you :)
I just noticed that it is already implemented. Thank you very much for that. It helps me a lot. -
RE: More than one of the same units on an I2C-Bus?
@iamliubo
Thank you for the information. I was aware of the address change in the hardware. That a corresponding adjustment in the UIFlow Ide is planned fills me with joy. -
RE: M5Stck C Unit connection with PaHub
@peter Thanks for the implementation !!!
-
More than one of the same units on an I2C-Bus?
For some units the I2C address can be changed, so that several identical units can be controlled via one I2C bus. Unfortunately I have not found a way to change the address in UIFlow or micropython.
With the PaHUB this can be avoided, but how can I control several PaHUB?
I am very reluctant to switch to the Arduino IDE. There it seems to work. Why not in Micropython? -
RE: UIFlow 1.7.3
@felmue
Please include the use of the PaHUB in the next release of the M5Stick C/plus and ATOM.
Peter -
RE: Pa.HUB in m5atom
Hallo @papanoel ,
I had the same problem on M5Stck C. In this link https://community.m5stack.com/topic/2852/not-possible-to-connect-pa-hub-on-m5stack-core2/6 I find a workaround for this problem. It works fine: https://www.peters-bastelkiste.de/m5stick-c-und-atom-units-hinter-pahub-betreiben/ and https://www.peters-bastelkiste.de/m5stick-cplus-als-mehrfach-multimeter/ (in german).I hope in the next revision this will be resolved.
Graetings Peter
-
RE: M5 Simulator
Eine schöne Sache. Funktioniert aber wohl nur mit der Arduino IDE?