@gaviota I confirm that I found the problem you described also on the on-line version 1.7.0 of UIFlow. Thanks to your trick (click on each block again in Black-Maker will fix the proper rendering once imported into UIFlow) I was able to rescue.
Posts made by teiafra
-
RE: Editing Custom Blocks Problem
-
RE: UIFlow 1.7.1
On the Core display I am a able to select COM.LTE as additional connectivity as shown here.
BUT the next picture(I guess taken from M5Burner configuration, right?) is different in my case because it shows only WiFi, while the APN section is missing
.
The final result is that if I select on the Core display COM.LTE and reboot it fails to connect..
Please note that the modem is working fine, since I'm able to drive it with my UIFlow code (via AT commands) moving data back and forth perfectly.
My ultimate need is to use the UIFlow MQTT client not through the WiFi but natively through the mobile connection.
THANKS! -
RE: Rel. 1.7.0 COM.LTE network configuration
I'd like to show that the UIFLow 1.7.0 or 1.7.1 configuration mask does not present any panel related to  to be compared with the similar one posted on Twitter
-
RE: UIFlow 1.7.1
@m5stack thanks but then I'm not able to follow the procedure shown here on Twitter (showing from M5Burner, right?) aimed to pass the APN to the module. Currently I'm on UIFlow 1.7.0.
I posted a topic also here Can you help me? -
RE: UIFlow 1.7.1
@m5stack said in UIFlow 1.7.1:
COM.LTE
Is the COM.LTE connectivity supported only in Core2 and not Core (Basic)?
If so, when extended also to Core? -
Rel. 1.7.0 COM.LTE network configuration
Re: UIFlow 1.7.1
Hi, I need to configure M5Stack-Core to use COM.LTE connectivity as shown here
Currently my Core mounts UIFlow 1.7.0 where that option is available in the device setup menu, but once selected did not work- Does it work also with Core or just on Core-2 ? Can I hope also to get it work on Core?
- The M5Burner configuration of 1.7.0 does not offer that same extended option with COM.X as shown in the link above; Shall I upgrade to 1.7.1?
- Where can I find the entire step-by-step setup procedure (shall I act on M5Burner as well as on device setup?)
Thanks!
-
RE: SORACOM 3G Module support in UI Flow
@ciniml could you please explain the new Cellular UIfow blocks and give an example on how to use them in sequential order?
I also saw the Soracom m5f example and I wonder if the flow can start as it did, checking the SIMstate without setting any UART communication in advance?
If I start running just the first two instructions, shall I expect returned True as you?
I'm chasing who can help me in using the COMx.LTE module with those UIflow methods
Thanks
-
RE: SORACOM 3G Module support in UI Flow
@teiafra said in SORACOM 3G Module support in UI Flow:
@ozbk Thanks a lot for sharing the example.
Could you please provide explanation or point me where each cellular block of UIFlow are described to understand their usage and succeed to manage the COM.LTE module since from its first installation onto M5S-Core?In what order those blocks are supposed to be called in a more general flow? E.g do I have to start with cellular.init (you did not use it and instead call for restart after SIM is checked)
I complain that that entire palette of blocks is not documented at all :-(
I continue to dig and compared your Soracom flow with the example on SI800 available here.
If I may guess many blocks of module.CELLULAR library, the biggest doubt is about modem initialization and communciation ports setting.The SIM800 flow clearly set the UART rx/tx channels in the init function while I do not understand in your Soracom example if the cellular.init or cellular.restart block of the library avoid to do this UART setting. Do the Core and the Module communicate each other automatically?
Similarly, Arduino code to drive COMx.LTE also sets up the tx/rx as reflected by the dip switches: does the Cellular UIflow blocks avoid the user to care of it, instead? That would be wonderful!
What difference is between "send" and "sendline" function block?
Any help is really appreciated!!
-
RE: SORACOM 3G Module support in UI Flow
@ozbk Thanks a lot for sharing the example.
Could you please provide explanation or point me where each cellular block of UIFlow are described to understand their usage and succeed to manage the COM.LTE module since from its first installation onto M5S-Core?In what order those blocks are supposed to be called in a more general flow? E.g do I have to start with cellular.init (you did not use it and instead call for restart after SIM is checked)
I complain that that entire palette of blocks is not documented at all :-(
-
RE: Cellular UIFlow blocks
More specifically I need to know if the Arduino code downloadable here can be alternatively implemented by means of the UIFlow blocks belonging to the Cellular palette and, if so, I'd be interested to know how.
Thanks -
Resize rectangle bug
If you change size to the rectangle shape, you do not see any effect on the UI preview.
The dimensions actually change whan you run the UIFlow code, but the "what you see, what you get" of UIFlow is totally faulty -
Cellular UIFlow blocks
Hi,
where are documented and described the flow blocks under Modules/Cellular.
Can they be used to drive the new LTE module based on SIM7600G? https://m5stack.com/collections/m5-module/products/com-lte-modulesim7600g -
Any simulator/emulator to test code before burning it on M5Stack?
Hi
I'm pretty new and becaming familiar with Arduino IDE to program M5Stack-Core.
I was wondering if. before flashing your code on the device, it was possible to test the code on a emulated SW environment and avoid many try&errors.Perhaps it won't be efficient in speed but at least allows you to make a first debugging.
Any tips?
Thanks
-
RE: UIFlow MQTT topic single level wildcard '+'
Thanks a lot, I rescued this limitation (which makes the mqtt client not compliant to the standard) by setting properly the server side
-
UIFlow MQTT topic single level wildcard '+'
After several tests it seems that MQTT client implemented with UIFlow is not able to manage any subscription to topics built with wildcards.
In particular the single level '+' wildcard (e.g. 1st_level/+/3rd_level) does not work. Also multi level with '#' does not work as reported here in UiFlow MQTT topics
Who can confirm that also '+' wildcard is faulty? -
RE: Delete apps from M5S-Core
Thanks,
later on I found that in UIFlow (top right corner) there is a button "Manager" that, when pressed, opens a Resource Manager window with a double usage: Images and Blockly. If you select Blockly you get the software app inventory that allows you also to delete the app you want. -
Delete apps from M5S-Core
Hi,
how is it possible to remove some of the apps listed on the device, without wiping the entire device?
I found [here] (https://forum.m5stack.com/topic/2076/m5stack-delete-app-from-app-list-uiflow-v1-5-4/3) some suggestions but it did not work, as the device complains with error.
After loading some UIFlow codes, I'd like to delete them from the device