I would like to know how to use a CO2 module (I2C) by UI Flow 2.
Best posts made by digiponta
- 
    How to use a CO2 moduleposted in UiFlow 2.0
 - 
    RE: I want to know the correct procedure for accessing files to SD memory.posted in UiFlow 2.0
Sorry, I had found it the trouble about SD memory itself. The S3 seems to need a high spec. SD memory. I have no trouble after replacing it to new one (32GB, 100MB/s).
 
Latest posts made by digiponta
- 
    RE: UiFlow 2.0 discuss(how-to, bug, feature request or sometings)posted in UiFlow 2.0
I need it supports M5Stack DIN base with M5 stack/S3.
 - 
    How to use CO2 with UIFlow 2.0posted in UiFlow 2.0
How to use CO2 with UIFlow 2.0
I would like to use the CO2 module with UIFlow 2.0.
 - 
    How to use the geomagnetic sensor in S3posted in UiFlow 2.0
Hi, I would like to know how to use the geomagnetic sensor in S3.
Thank you in advance
 - 
    How to use a CO2 moduleposted in UiFlow 2.0
I would like to know how to use a CO2 module (I2C) by UI Flow 2.
 - 
    RE: I need a try and except block in UI Flow 2.posted in UiFlow 2.0
@jamesarm97 Thank you. I had used the try block.
 - 
    RE: I want to know the correct procedure for accessing files to SD memory.posted in UiFlow 2.0
Sorry, I had found it the trouble about SD memory itself. The S3 seems to need a high spec. SD memory. I have no trouble after replacing it to new one (32GB, 100MB/s).
 - 
    I want to know the correct procedure for accessing files to SD memory.posted in UiFlow 2.0
Hi,
I would like to know the correct procedure for accessing files to SD memory.
First, is it necessary to initialize the SD memory? If necessary, I would like to know what initialization parameters are required. I want to know the difference between a and a+ in file open flags. I want to know the meaning of +.
When initializing with the default SD memory initialization parameters, the operation is very unstable and almost always crashes with an error.Thank you in the advance
 - 
    I need a try and except block in UI Flow 2.posted in UiFlow 2.0
Hi,
I need a try and except block in UI Flow 2.
------- example -------
try:
print(x)
except:
print("An exception occurred") - 
    I hope UI Flow 2 to support the CO2 sensor module.posted in Features Wish List
I hope UI Flow 2 to support the CO2 sensor module.
 - 
    RTS trouble of M5 Stack Core 2posted in Core 2

Hi,
Core2's RTC still returns strange values at arbitrary times. For example, if the current date is 2023, the value 2004 will be returned.