Navigation

    Welcome to the Pycom forum

    Forum

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

    • A

      LoPy - Raw Lora mode for connecting TTN
      LoPy • lopy lora lorawan lora class node • • aniket_yeole  

      4
      0
      Votes
      4
      Posts
      666
      Views

      J

      @aniket_yeole you can change some of the parameters (including SF) using setsockopt. To change the frequency you’ll need to remove all channels and re-add channels with your chosen frequency. But beware, the network can change those settings via MAC commands.
    • B

      Ping-Pong Example Reset
      LoPy • lopy lora pytrack example node • • Burgeh  

      15
      0
      Votes
      15
      Posts
      2230
      Views

      B

      @robert-hh I finally got a new probe, and I was able to confirm on an oscilloscope that it is no longer sending the 'Ping' after awhile.
    • M

      Unpack and Pack
      Comments & Feedback • lopy gateway node • • MJ  

      4
      0
      Votes
      4
      Posts
      1310
      Views

      robert-hh

      @mj SInce the for string for pack contains only two fields, it must be written as: _LORA_PKG_FORMAT = "Bf" pkg = struct.pack(_LORA_PKG_FORMAT, DEVICE_ID, D) But besides that, the receiver must contains a lora_sock.recv(64) call, in order to get something. Please have a look at the simple examples in the documentation on how the code structure has to be set up.
    • 1

      Nano gateway connect to my own server
      LoPy • lopy nano gateway server node • • 150716T  

      1
      0
      Votes
      1
      Posts
      784
      Views

      No one has replied

    • B

      Lorawan node can not send packages. US frequency.
      LoPy • lorawan node us-frequency packages lost • • blackansible  

      4
      0
      Votes
      4
      Posts
      1332
      Views

      jmarcelino

      @jcaron The code is using ABP so there is no actual join procedure, it's just assigning keys
    • 1 / 1