@kuriko UIFLOW is Micropython Software
maybe i must check if Micropyton Orignal has the same Problem.
But nice to know :-)
Anyway Clock is now working :-)
@kuriko UIFLOW is Micropython Software
maybe i must check if Micropyton Orignal has the same Problem.
But nice to know :-)
Anyway Clock is now working :-)
@taunushexe ist a BUG !
Set to GMT-1 = and localdate is OK
So GMT+1 is GMT-1
Houston we have a Sign Problem :-)
Setup with Webburner ; M5 Dial.
Issue online.
Using Time Module
Localtime: (2025, 3, 24, 6, 0, 56, 1, 82)
Zone: GMT+1
UTC: (2025, 3, 24, 7, 0, 56, 0, 83)
Why is GMT+1 not UTC+1h - instead is UTC-1h
I expect 2025,3,24,8,0,56,83
RTC ist total out of sync.
Have we a NTP get Time Process during TCP connect or not ?
@robski said in how to readblock from rfid:
have you checked m5Dial Project Zone examples for rfid part?
Sure - only versions found with uid
old Issue
https://community.m5stack.com/topic/2535/rfid-unit-reading-and-writing-do-not-work-in-uiflow
but readBlockStr whith key option not exist
I have an m5dial - build in RFID reader
i have 2 midfare Tags -
RFIDUnit.is_new_card_present
and read_card_uid works. (2 Tags from 10)
But how can i read a block in a bytearray ?
i need a working example
and only Midfare TAgs working ? or also NTAG Tag (has no uid)
any max Tagsize (Mifare Classic 1K)?
my goal ist reading NDEF text Record.
if i read rtc get utctime i get a Tuple.
But where is the index function in blocks ?
ms = rtc.datetime()[7]
in python mode no problem, but in GUI(blocky) mode ?
in UIFlow 2 i get for RGB
rgb_0 = RGBUnit((1, 2), 60)
Why 2 Pins? normaly Neopixel uses 1 Output Pin
if i switch to custom setup , UIFlow will also ask for Input and Output
How can i generate
rgb_0 = RGBUnit(2, 60) (output on port B; G2 ) no Input Pin
I need G1 Port for a other Input
Or can i use the normal Micropython Neopixel port?
n = neopixel.NeoPixel(pin, 60)
in micropython i can open files and use it
how can i use it in uiflow ?
I want to read json data from a file (config data)
map < json < file