@insaneLX @csierra67 @IsoEek @ajb2k3 @mtylerjr https://docs.m5stack.com/en/mpy/display/m5stack_lvgl
This is M5Core2 micropython UI elements information
Best posts made by pandian.nano
-
RE: How to set advanced properties for UI elements (styles) and get more information on micropython modules
-
RE: Pb.HUB will not connect. [Fixed]
First check if pbhub is connected or not? Check whether the i2c scan device result is [0x61] or [97]. -
RE: "PA.HUB 2 Unit" can't work right for ENV III and/or Mini BPS Unit by UI Flow with web edition.
@digiponta Hi, when ENV III and PAHUB are used at the same time, it may not work, because the default I2C address of PAHUB is the same as of QMP6988 barometer inside ENVIII, you can avoid this problem by changing the I2C address of PAHUB or QMP6988
-
RE: Core2 resets when recoding from build in microphone
@Remco @giftedfinance @djh82uk bug is fixed and the next firmware version 1.12.2 is supported
-
RE: Uart remain cache - UI Flow 2 equivalent?
Hi @marcuswade, It is the equivalent block of uiflow2.0
-
RE: when i try to connect to my m5stickc plus on the wbsite version of uiflow 1.0 it says "Upload code failed, maybe your device is offline check it and retry".
Check if this wifi and server are connected or not, if wifi is connected screen will be shown orange color and if the server is connected screen will be shown sky blue color.
Please refer to this link: https://docs.m5stack.com/en/quick_start/m5stickc_plus/uiflow
Update to the latest firmware version
-
RE: Pb.HUB will not connect. [Fixed]
-
Please check again and check the result 0x61[97]
-
If you get 0x61 result then your pbhub i2c address was changed from 0x60 to 0x61
-
-
RE: UIFlow infinite loop and code reload
Hi @b0rscht ,
You should add this loop (yellow color) because it has included a 2ms delay or you use to while loop inside add the 2ms delay
(OR)
Latest posts made by pandian.nano
-
RE: UIFlow and BLE in Central Mode
@whotopia Hi,
- ESP32 microcontroller supports both BLE and Wi-Fi simultaneously. The ESP32 chip has dedicated hardware for both BLE and Wi-Fi, allowing them to operate independently and concurrently. This means you can run BLE and Wi-Fi tasks concurrently without one interfering with the other.
- Now M5Fire device with UIFlow only supports BLE Uart profile, not HID profile
-
RE: Set Accel range for built in M5StickC IMU?
@Haavarnv Hi, The next firmware version (1.13.5) will include this feature
-
RE: Stepmotor Driver Module v1.1 (HR8825) M5STACK SKU: M039-V11 Question
Hi @AshimotoK0, please try this example code. x, y and z motors can be controlled
-
RE: Correct Modbus slave response
Hi @dennis78ac
Happy new year and thanks for your suggestion, we will check and test and after add your code to uiflow -
RE: Stepmotor Driver Module v1.1 (HR8825) M5STACK SKU: M039-V11 Question
Hi @AshimotoK0
These two modules are different, stepmotor[sku m012 & m035] modules support g-code command and stepmotor driver[SKU:M039] does not support g-code command -
RE: ESPNow in UIFlow/MicroPython on M5StickC Plus2?
Hi @texasmedic,
Espnow supports official MicroPython firmware above version 1.21.0, our team tries to use mpy 1.21.0 + espidf (above v5.0). Can be used as soon as possible. -
RE: Correct Modbus slave response
Hi @dennis78ac ,
This is "write single coil" exampleThe "Send ADU Response Buffer" block should add buffer data(All read and all write function is required)
-
RE: Correct Modbus slave response
Hi @dennis78ac ,
please refer to the example code
received the buffer from "receive ADU request" that same buffer is added to the "send ADU response buffer" and If you need to update the value, use "update function" the block
-
RE: UIFlow infinite loop and code reload
Hi @b0rscht ,
You should add this loop (yellow color) because it has included a 2ms delay or you use to while loop inside add the 2ms delay
(OR)