Thank you @felmue
Latest posts made by gminich
-
Compatibility - COM.LTE Module(SIM7600G) SKU: M031-A
Can anyone confirm if the following LTE 4G module with work with the Core 2 and Core S3?
COM.LTE Module(SIM7600G)
SKU: M031-AThank you
-
RE: Micropython from VSCode on Cores3
Good-day,
have you had any success with the Core S3 and VSCode?
Thank you
-
RE: WiFi AP Connectivity UIFlow V2.0.0
@bergkatse I managed to resolve some of the issues that I was having and, implemented MQTT into my Core 2 monitoring. I stuck with UIFlow for this initial application to see how capable it was. It's not too bad however, I believe I will move to the Arduino IDE for more control. Here is the M5Stack Core 2 app that I created for your reference:
I'm note sure if I implemented the WLAN functionality properly however, it works under all conditions. For example, if I exit the area of WiFi coverage, the connection resumes when I get back into range.
Thank you
-
RE: WiFi AP Connectivity UIFlow V2.0.0
@bergkatse Thank you for your reply, it sent me in the right direction. I will admit, this platform does not have the best documentation. Items such as this require hit-and-miss troubleshooting. I have experienced strange initialization issues with other sensors and simply moving the block of initialization code resolved the issue.
I was able to get around WiFi INIT issue based on your suggestion however, I am unable to connect to my WiFi network. I'll keep trying and if I'm successful, I'll try connecting while not connected to USB to see if I experience the same issue as you are having.
Thank you
-
WiFi AP Connectivity UIFlow V2.0.0
Hello,
I am creating an app on a Core 2 device which requires Internet connectivity and using UIFlow V2.0.0 (Aplha-28). I cannot figure out how to connect to my WiFi network. In older versions of UIFlow, there apparently were "Network" functions, which had a connect to WiFi function. In Alpha-28, there are "WLAN AP" functions however, I have tried setting SSID and password, followed by "INIT WLAN AP" and I cannot seem to successfully compile and get my program working. I must be doing something incorrectly.
Are there documents, tutorials and/or samples for UIFlow 2.0.0? Would I be better off using Arduino tools and direct coding?
Thank you