Navigation

    Welcome to the Pycom forum

    Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Tags
    3. lora class
    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
      661
      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.
    • H

      Where can I find the LoRa class source-code?
      LoPy • lora lora class source-code • • humhrey  

      2
      1
      Votes
      2
      Posts
      514
      Views

      robert-hh

      @humhrey Starting from the top Pycom-sigfox directory: .../esp32/mods/modlora.c as entry point for the python API Supporting code: .../lib/lora/.... .../drivers/sx27x/... .../esp32/lora/....
    • L

      Changing LoRa parameters - Is necessary to restart device?
      Discussion • loramac lora lopy lora class • • lsoria  

      1
      0
      Votes
      1
      Posts
      504
      Views

      No one has replied

    • D

      Class-C sample
      LoPy • lopy lora class class c class-c • • derchris  

      12
      0
      Votes
      12
      Posts
      3436
      Views

      F

      Can any of those who have now successfully got class C downlinks working please share some example code? I've been at this all week and like many others here: I can get downlinks in class A or C in the RX window after sending but never outside of it. I'm also interested in some comments on how best to handle downlink messages, I can see some info on defining event driven callbacks but the docs don't make it clear whether this is supposed to be used for both LoRa and LoRaWAN. Otherwise I guess you'd just stop the socket from blocking and try to receive on that socket as part of a main loop, this seems a little messy but I'd just be happy to have it working.
    • M

      Frame counter "fCnt" variable or setter function in LoPy
      LoPy • lora class frame counter • • Movsun  

      5
      0
      Votes
      5
      Posts
      1681
      Views

      M

      @bmarkus Yes.
    • 1 / 1