Navigation

    Welcome to the Pycom forum

    Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Tags
    3. pygate
    Log in to post

    • S

      Is it possible to use Pygate without internet connection (no ETH/WIFI/LTE)
      LoPy • lopy4 pygate local offline • • storm 1050  

      2
      0
      Votes
      2
      Posts
      28
      Views

      J

      @storm-1050 you mean the server is running on the module (WiPy, GPy…) on the Pygate? Or is it running on your computer? If the latter you’ll need them to speak to each other, so you’ll need WiFi or Ethernet. Not sure if you would actually need Internet in this scenario. Have you tried it? What was the result?
    • J

      Need PyGate tutorial clarification
      Expansion Board • pygate pygate ttn v3 • • James Hofer  

      4
      0
      Votes
      4
      Posts
      33
      Views

      J

      @peterp Thank you Peter, for the friendly response and the clarification.
    • A

      PyGate, GPy, Stopping concentrator, Unable to Connect
      Discussion • gpy pygate concentrator stopping unable connect • • aimeeraymond  

      3
      1
      Votes
      3
      Posts
      70
      Views

      P

      Pygate needs a lot of RAM. As suggested in the docs you can turn off LTE or Wifi (whichever you don't need) https://docs.pycom.io/tutorials/expansionboards/pygate/#setup
    • A

      Expose Pygate events with the forwarder payload
      Expansion Board • pygate event • • Alexey Novikov  

      6
      1
      Votes
      6
      Posts
      63
      Views

      A

      @Gijs I managed to get the event payload to the higher level, thanks for the hint! I can see the whole diagram sent which is built by the packet forwarder, ie the full PUSH_DATA packet as per Semtech specs. Basically, I can do this now: elif (evt & machine.PYGATE_LORA_EVT): print('LoRa Event') print(arg, end='\n') print('\n') and get normal Python byte string with PUSH_DATA packet in arg
    • D

      ImportError: cannot import name LoRa
      Expansion Board • wipy3.0 gateway loramac pygate importerror • • Dominique popek  

      4
      0
      Votes
      4
      Posts
      72
      Views

      D

      Finally, my problem is Solved : With pygate, no need to register the device EUI, just create one from scratch ! (and edit config.json accordingly) as the doc says
    • J

      Any suggestion on how to monitor and log the operation of a Pygate?
      Comments & Feedback • pygate monitoring debugging • • jand  

      3
      0
      Votes
      3
      Posts
      77
      Views

      J

      @Gijs Thanks a lot! I was now able to implement it with Node-RED querying the TTN Gateway API as you suggested, and sending a Telegram message whenever the status of the gateway changes from on-line to off-line or vice versa. The link you provided gave me the script needed in Node-RED. And the following YouTube video showed me how to set up a Telegram bot: [https://www.youtube.com/watch?v=HsM4CbMGWmU&ab_channel=ElectricalEngineering](link url). It took me a while to also realize that you need to specify your personal chat ID in the Telegram Payload node in Node-RED. Once I did that, it worked like a charm.
    • S

      PyGate with Gpy India Frequencies
      GPy • gpy pygate india • • sarya  

      2
      0
      Votes
      2
      Posts
      18
      Views

      G

      @sarya said in PyGate with Gpy India Frequencies: m based out of India and was wondering which configuration to use to set up a gateway using this setup. If anyone can share a snippet it would be great as I don't want to brick the devices. Thanks Hi, I will have this information available in the documentation very soon. In the meantime, you can use this: You can find the config file for your region here Make a file called config.json in your project and paste the appropriate region settings to that file Add the following to the bottom of the config.json file:... } ], "gateway_ID": "XXXXXXXXXXXXXXXX", "keepalive_interval": 10, "stat_interval": 30, "push_timeout_ms": 100, "forward_crc_valid": true, "forward_crc_error": false, "forward_crc_disabled": false } } Edit the gateway_ID to reflect yours.
    • D

      Pygate RX Sensitivity
      Getting Started • documentation pygate sensitivity • • d.alvrzx  

      4
      0
      Votes
      4
      Posts
      58
      Views

      robert-hh

      @Gijs said in Pygate RX Sensitivity: Adding the SNR_min and Ptx, gives an even higher link budget IMHO this has not anything to do with the actual physics. It's just calculated numbers.
    • D

      Pygate debug messages over WLAN AP
      Getting Started • lopy4 repl pygate debug ap mode • • d.alvrzx  

      5
      0
      Votes
      5
      Posts
      71
      Views

      D

      @Gijs Yes! Tested rc11 yesterday and it worked just fine. Thx!
    • D

      Pygate PoE adapter HIGH temperatures
      Getting Started • pygate temperature poe pyethernet • • d.alvrzx  

      3
      2
      Votes
      3
      Posts
      61
      Views

      D

      @Gijs thank you very much for your response.
    • D

      Setting PyGate Downlink TX power to default
      Getting Started • downlink pygate txpower chirpstack laird • • d.alvrzx  

      3
      0
      Votes
      3
      Posts
      62
      Views

      D

      Another solution to this which seems a lot cleaner IMO is to change the antenna gain in the config.json file such that when the system substracts the commanded TX power (coming from the server) with the antenna gain, it finds a valid RF power in the lookup table. So in my case, if I set the antenna gain to 8 dBi, then the server would go and find the parameters corresponding to 20 dBm (which is tx_lut_11): "tx_lut_11": { "pa_gain": 3, "mix_gain": 9, "rf_power": 20, "dig_gain": 0 } This was suggested to me by Tony over on the Chirpstack forum: https://forum.chirpstack.io/t/configure-gw-tx-power-on-a-per-gw-basis/8997/9?u=danalvarez Thanks Tony!
    • D

      Pygate and custom backhaul platform
      Discussion • pygate platforms • • Developpef  

      4
      0
      Votes
      4
      Posts
      113
      Views

      D

      @ProfFalken I have a Pygate + LoPy4 sucessfully talking to Chirpstack server over WiFi. Have you been able to resolve this? Maybe I can help.
    • J

      Pygate incompatible with FiPy?
      Getting Started • fipy gpy pygate • • jetatomic  

      6
      0
      Votes
      6
      Posts
      400
      Views

      F

      @jetatomic I see this is an old post but wanted to response. That is correct. The Gateway is LoRa enabled and backhaul (when using GPy) allows for cellular use or Wi-Fi. Using the POE adapter will give you Ethernet backhaul in addition. Thanks
    • 1 / 1