よこそー!
Posts made by ciniml
-
RE: SORACOM 3G Module support in UI Flow
@ozbk Thanks for sharing the example.
I've tried the example with my M5Stack BASIC + SORACOM 3G module, with SORACOM plan-d SIM.
But I found that it does not proceed to "connecting host" state, since the gprsConnect() always returns False.Does this example work in Japan?
-
RE: SORACOM 3G Module support in UI Flow
@ajb2k3 Thanks for your suggestion. I've posted a new feature request to request enabling PPP module.
https://github.com/m5stack/UiFlow-Bug-Report/issues/29 -
RE: SORACOM 3G Module support in UI Flow
Do you mean that the Cellular module should be work with SORACOM 3G module but it's currently not working due to some bugs?
Or should I request enabling PPP module as a feature request? -
SORACOM 3G Module support in UI Flow
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.