I cant import M5F files for core, core2 or paper devices, simply saying that their not supported. This bug mainly happens on mobile devices (Apple iPad 7th generation, Safari browser) and is hard to replicate on PC.
Posts made by HWTaro9
-
M5f files are "Not supported" on some devices.
-
Is the RCA unit bi-directional?
Can the RCA unit receive data as well as transmit? I noticed a few extra components on the board that might prevent it from doing so.
-
Buttons For M5Paper!
Please add UiFlow buttons to M5Paper. Similar to Core2. As it is right now, its REALLY annoying to make a simple square toggle button. (If anyone already has a solution, please tell me it in the replys)
-
Better UiFlow Execute block
Maybe use exec(STRING) so you can use variables and other things to execute.
-
RE: [SOLVED] Execute code downloaded from MQTT/saved to EEPROM
I managed to solve this issue with this custom block
-
RE: Add a JTAG connection on future revisions & products
According to images released by M5Stack on Twitter CoreS3, and StickS3 will have JTAG debugging. I don’t think it’s going to be included with AtomS3 though, due to space constraints.
-
[SOLVED] Execute code downloaded from MQTT/saved to EEPROM
Is there a way to execute python code from MQTT/EEPROM in UiFlow. I am trying to make an OTA update system that maintains user customization. (I'm trying to make a phone-like program for M5Paper.)
-
RE: M5Stack UnitV1
The OV2660 version is EOL, but you can buy the OV7740 version here: https://shop.m5stack.com/products/unitv-k210-edge-computing-ai-camera-ov7740
(There are no noticeable differences between the 2 versions) -
RE: M5Stamp Extend I/O Module SMT assembly
According to docs.M5Stack.com :
Dimensions: 322411mm
Weight: 13g -
RE: UIFlow program on firmware
@german-figueroa2000 download it to the Core2, the script will be saved to it, and the Core2 will be put into “app mode” so even if it restarts or shuts off the program will still be there.
-
BLE On all devices!
The esp used in Core, paper, ETC suports BLE, but its only available on Core FIRE/Core2 In UIFlow. And all of the devices that use the PICO (Atom,Stick,Etc) there is no BLE block at all, even though the PICO chip itself supports BLE.
-
"Unknown wifi error 0x0005"
What does this mean? I keep getting this issue on a StickC-Plus when I try to set it's acc-point name and password.
-
Uses "wlan.X" before initalizing wlan
I kept getting the error "Name "wlan" isnt defined" so I looked into the python code and "wlan.disconnect." and a few other lines were witten before before "wlan = network.WLAN(network.AP_IF)". I am using a StickC Plus on firmware version 1.10.5
-
RE: Cat-M or CatM+GNSS Unit not working in UIFLOW - screen stays blank - [solved]
Most of the time, if i wait about 5 minutes it works. It seems to be an initialization issue.
-
RE: Powering ATOM PoE
@akscj Yes, you can. (Atom doesn’t have a battery though, so it’s not “charging”)
-
RE: Atom Display with USB for Touschscreen
@sgu I don’t really know of a way to do this, maybe M5 could make a Unit USB. Or maybe me or you could design one.
-
How to change APN on Unit Cat-M?
AT&T requires a specific APN, and the service does not work without properly setting it. There does not seem to be a UiFlow block for APN, and changing the APN is not mentioned in the docs. Any help with this is appreciated.
-
RE: Cat-M1, and Cat-M1+GNSS breaks core/atom
@felmue plugging it into a 12VDC 3A power supply makes it work fine on all of my devices, so it was just power draw issue.