Any PyGate code for GPy as LTE backhaul
-
I can find only some code for the WiPy as Wifi transporter for the PyGate board on
https://docs.pycom.io/tutorials/pygate/Is there any code for the GPy and LTE-M or NBIoT (aka CAT NB1), I found this text snippet on
https://docs.pycom.io/tutorials/expansionboards/pygate/Create a main.py that creates an uplink (wifi, ethernet or lte) and runs the LoRa packet forwarder (see example below).
but no matching code for LTE / GPy.
-
@Clemens said in Any PyGate code for GPy as LTE backhaul:
Hi, I answered in the other thread for you!
Best,
Gijs
-
I discovered the thread with an (not working) LTE example: https://forum.pycom.io/topic/6208/how-to-interpret-the-output-from-the-pygate-and-how-to-debug-communication-problems/
after posting this here.
It's really disappointing that after waiting (and paying) over 1 year ago a common use case for a LoRa gateway is not implemented working while it was advertised with exactly this feature in 2019/03
-
The example is indeed for WiFi only,
The LTE connection is very similar. You only have to remove the WiFi connection and add the LTE attaching and connecting. You can take a look at this example: https://docs.pycom.io/tutorials/networks/lte/. It is a bit more complicated to connect to LTE, which is why we left it out for now.