Hello,
Is it already possible to control de Bottom2 (RGB LED's) in UIFlow or Python ?
Regards,
Kurt Hofman.
Hello,
Is it already possible to control de Bottom2 (RGB LED's) in UIFlow or Python ?
Regards,
Kurt Hofman.
Hello, I've upgraded my M5Stack Fire too 1.6.3 but the device doesn't boot anymore.
I get :
[0;31mE (433) esp_image: invalid segment length 0xffffffff[0m
[0;31mE (433) boot: Factory app partition is not bootable[0m
[0;31mE (433) boot: No bootable app partitions in the partition table[0m
Can this be solved !
Hello,
Is it possible to add more than one access point in modeconfig.json (UIFLow) ?
So that if one is unavailable, the other one is tried ...
Regards.
Hello,
Will there be a possibility to install UIFlow on our own server ?
And updaten it with git ?
So we can use it internally without internet-access.
Regards.
I'm using M5 Fire with firmare 1.0.3 in Chrome.
When I want to add an unit in UIFlow (for example ADC/BUTTON) it isn't available.
Is this because it's still in development or has it to do with something else ?
I flashed UIFLOW firmware for M5Stick but OLED doesn't yet work I guess ?
Code :
from m5stack import *
from m5ui import *
lcd.clear()
lcd.print('hello world', 0, 0, 0xffffff)
speaker.tone(1600, 200)
LCD goes blank and I hear a beep ...
Hello, I flashed UIFLOW 1.0.0 for M5STICK but LCD doesn't work (blank screen).
Code :
from m5stack import *
from m5ui import *
lcd.clear()
lcd.print('hello world', 0, 0, 0xffffff)
speaker.tone(1600, 200)
@devros : Hello, could you give me a start on how to connect with rshell ? I'm pretty new on all this :-)