@tom-test1 have you tried to use "Thonny" to see and edit files?
Posts made by robski
-
RE: Cannot delete /replace python file in the filesystemposted in UiFlow 2.0
-
RE: Getting a battery to work to power an M5 Tough?posted in PRODUCTS
see my test on M5Tough with battery



-
RE: ImportError: no module named 'm5ui'posted in UiFlow 2.0
@h12616 you are correct not all M5 devices support M5UI - its not me btw its @kirill271099
-
RE: ImportError: no module named 'm5ui'posted in UiFlow 2.0
@kirill271099 said in ImportError: no module named 'm5ui':
У меня есть проблема, я обновил прошивку на устройстве cardputer, но вылезла ошибка ImportError: no module named 'm5ui', хотя этот модуль используется в документации. В чем может быть проблема?
what firmware ver you updated your cardputer to?
-
RE: Newbie failing on the first clock + battery with PaperS3posted in UiFlow 2.0
@literakl so are you able to display current time and battery level at all...forget about sleep option for now
-
RE: Fatal error occurredposted in M5Stack Fire
@LindzB said in Fatal error occurred:
fatal error occurred: Could not open COM3, the port is busy or doesn't exist.
(could not open port 'COM3': PermissionError(13, 'Access is denied.', None, 5))Please, I need help in correcting this error.
Are you using M5Burner? is com3 detected in it for your device? is there diff software with your com port 3 opened in it in the background? lack of info about your hardware/software setup really
-
RE: i2c driver install errorposted in UiFlow 2.0
@mearsuit i see this error from some time but projects are working ok
-
RE: New user having trouble with "download" mode (Atom Lite S3)posted in General
@mentholmoose is it detected in M5Burner - do you see comX popup in the corner when device usb is plugged in? are you also logged in to your account in M5Burner - you will have to bind device in to your account at some point
-
RE: Touch Button Widget for Paper S3posted in UiFlow 2.0
you prob need to read touch coordinates and if they are in range x1-x2 and y1-y2 (button area) function can be executed
-
RE: RFID 2 + cardputer or stickC-plus2posted in Modules
@geex3 so test it first with official firmware/software to know if it works correctly
-
RE: m5paper s3 homeassistantposted in SOFTWARE
@simondid I know its not M5paper s3 but maybe worth a look e-ink with HA
-
RE: RFID 2 + cardputer or stickC-plus2posted in Modules
@geex3 is your rfid 2 works ok with uiflow2 or arduinoon same devices?
-
RE: I2C on TAB5posted in General
I2C on Tab5 as example used with ENV3 sensor
i2c0 = I2C(0, scl=Pin(54), sda=Pin(53), freq=100000)
env3 = ENVUnit(i2c=i2c0, type=3) -
RE: No COM detected after connecting to PCposted in Core 2
@konacurrents any mac related drivers missing by chance?
-
RE: No COM detected after connecting to PCposted in Core 2
so your setup is:
Mac --- usb A to C cables --- M5Atomdoes Atom works on diff machine? I mean non Mac
-
RE: M5StickC Plus2 not bootingposted in SOFTWARE
have you tried to load EasyLoader example from M5Stak product page?
