Hi.
Is there any support for SORACOM 3G Module in UI Flow?
I found the Cellular module is implemented in some recent version of UI Flow.
But I cannot make it work with the SORACOM 3G Module, since the gprsConnect() always returns False.
getSimState() returns True, so the SIM is inserted and recognized by the 3G module correctly.
By the way, I've made the 3G module work with customized MicroPython whose PPP module is enabled.
I think all you have to do is to just enable the PPP module of MicroPython in order to support the SORACOM 3G Module, and other GSM/3G/LTE modules may also be supported with a few python code to enter these modules to PPP mode.
So there is another question.
Do you have any plan to enable the PPP module of MicroPython in the UI flow firmware?
It, I think, expands the UI flow communication capability greatly.
Thanks in advance.