Skip to content

Commit 880ca88

Browse files
committed
Pygate: GPy memory warning
1 parent 5cf89c1 commit 880ca88

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/tutorials/PyGate.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ To connect your Pygate to a LoRa server, please follow these steps:
2626

2727
Make sure you supply a config matching your region (EU868, US915, etc), e.g. https://github.com/Lora-net/packet_forwarder/tree/master/lora_pkt_fwd/cfg. If you are in EU region, it should be sufficient to update the example below with your GW ID, the LoRa server address and port number.
2828

29+
{{% hint style="info" %}}
30+
**Note** Running the LoRa gateway on a GPy over Wifi does currently not work, because the module runs out of memory. We're working on a fix for this! This out-of-memory situation also arises if you connect via Ethernet or LTE, but you have the Wifi stack loaded. If you face this problem, please run ``import pycom`` and ``pycom.wifi_on_boot(False)`` and reset the board afterwards.
31+
{{% /hint %}}
32+
33+
2934

3035
### Example TTN Wifi
3136

0 commit comments

Comments
 (0)