Navigation

    Welcome to the Pycom forum

    Forum

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

    • R

      LoPy LoraWAN OTAA Deepsleep Example
      LoPy • lorawan deepsleep otaa • • roadfox  

      11
      0
      Votes
      11
      Posts
      4425
      Views

      papasmurph

      @roadfox Late response, but this doesn't look like a correct approach, as the join (and send) might have failed. Next time it will detect that it comes out of deepsleep and assume that it has joined, which it hasn't, so "if boot" must be replaced by something like "if successfully joined and not boot".
    • cocoa

      LoPy unable to receive LoRaWan downlink message (ABP joined)
      LoPy • lopy lorawan error downlink abp • • cocoa  

      1
      0
      Votes
      1
      Posts
      947
      Views

      No one has replied

    • J

      3 Channel LoRaWan Nano Gateway
      Discussion • lopy lorawan rn2483 • • jamjam  

      12
      0
      Votes
      12
      Posts
      3422
      Views

      jmarcelino

      @jamjam In the last Kickstarter update they said end of Sept, but let's say 2 months.
    • M

      FiPy
      Discussion • fipy lorawan nb-iot • • mcmxii  

      3
      1
      Votes
      3
      Posts
      1279
      Views

      jmarcelino

      @mcmxii Depends what you mean by "at the same time" but I'm pretty sure you can queue one message for transmission via LTE and the same via LoRa. (of course LoRa will be the limitation due to limited packet size and airtime regulatory restrictions) I'm also pretty sure - unless the team pulled off some miracle - that you cannot queue a message over LoRa and Sigfox at the same time because those two share the same chip.
    • D

      Waiting for Downlinks
      LoPy • lopy lorawan downlink • • dbrgn  

      1
      0
      Votes
      1
      Posts
      737
      Views

      No one has replied

    • K

      General Discuss about application Servers and lorawan.
      Discussion • lora lorawan app developmen • • kots  

      4
      0
      Votes
      4
      Posts
      1214
      Views

      J

      Hi @RobTuDelft Thanks! Jiemde
    • B

      RF noise and LoRaWAN join issues
      LoPy • lorawan lorawan nano gw join issues rf noise • • berni  

      6
      0
      Votes
      6
      Posts
      1853
      Views

      C

      @berni I would like to add my name to the list of people having the same problem with join issues. Incidentally I have another Node using an Arduino LoRaWan shield on the same nano gateway that joins successfully every time so I would tend to exclude noise issues with the Pycom OTAA / Nano Gateway example. It looks like software or firmware issues in the node to me. Hope this helps.
    • S

      LoRaWan APB not working anymore with new firmware ?
      Issues & Bugs • firmware lorawan apb • • stef  

      11
      0
      Votes
      11
      Posts
      2915
      Views

      D

      Just released 1.7.9.b3 which solves the ABP issue. Apologies for this bug, we'll investigate why it was not picked up by our automatic tests.
    • Thosch42

      TTN & LoRaWAN does not run smoothly
      LoPy • lorawan ttn gateway • • Thosch42  

      1
      0
      Votes
      1
      Posts
      770
      Views

      No one has replied

    • C

      [SOLVED] Deepsleep wake up stop to execute program
      LoPy • lopy lorawan deep sleep • • chumelnicu  

      3
      0
      Votes
      3
      Posts
      1170
      Views

      C

      @jmarcelino hi , yes! Was about reading one ultrasonic sensor. Problem was fixed by using two other pins for sensor connecting. First was P11 and P12 and i did move to P21 and P22. I can not explain why...but seems work.
    • 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
    • K

      sending packets with Lopy (Lorawan)
      LoPy • lopy lorawan • • kots  

      5
      0
      Votes
      5
      Posts
      3763
      Views

      K

      @jmarcelino Thank you for your answer!
    • D

      How to implement downlink messages
      LoPy • lopy lorawan downlink api • • dbrgn  

      16
      0
      Votes
      16
      Posts
      6208
      Views

      D

      @jmarcelino wow, thanks a lot for that find. explains the headaches I've been having :)
    • M

      How to increase bytes when sending data in lopy using LoRa - was this issue fixed?
      Issues & Bugs • lorawan • • matt_tait  

      2
      0
      Votes
      2
      Posts
      1046
      Views

      bmarkus

      This is really an issue, as maximum payload size can be 250 bytes according to LoraWAN specification.
    • A

      Setting LoPy frequency in LoRaWAN stack
      LoPy • lopy lorawan frequency • • agotsis  

      7
      0
      Votes
      7
      Posts
      2789
      Views

      A

      @jmarcelino Ok, I'll try with ABP as well and let you know. If this is the reason, then if i remove and re-set the channels after the join operation, wouldn't be "fixed"? UPDATE: With ABP all seem fine. I also tried again with OTAA. I noticed that in the github code the non-default channels were actually removed after join, whereas in my code this did not happen. So, when I added this code after join OTAA did work fine as well. Another remark: how do we know if we work with 3 or 8 channels? Many thanks @jmarcelino for your help!
    • drasko

      [SOLVED] LoRaWAN Nano Gateway and TTN - Status not connected
      LoPy • lorawan ttn gateway • • drasko  

      12
      0
      Votes
      12
      Posts
      6879
      Views

      robert-hh

      @nojava4u if your gateway is connected, you should see in it's log lines like: [1194454.555] Pull ack [1194479.579] Push ack [1194479.579] Pull ack [1194504.623] Pull ack [1194529.418] Pull ack If you do not get that, then either your gateway cannot connect to the the TTN server (unlikely), or your gateway is not (properly) registered. For that, follow the instructions at: https://docs.pycom.io/chapter/tutorials/lora/lorawan-nano-gateway.html, starting with "Registering at TTN". Besides that, you will ever see messages being received by your gateway. I see them here too, at my nanogateway about once every 30 minutes. At my fully compliant gateway I'm receiving these every two minutes. Looking at the content, it looks like noise, even if I do not understand the statistics behind that. At a triggering preamble length of 40 bit and a data rate of 5670 bit/s, there should not be a random match more often than once every 3 years.
    • D

      Persist OTAA Keys / ABP Counter
      LoPy • lopy lorawan otaa abp counter • • dbrgn  

      3
      0
      Votes
      3
      Posts
      1189
      Views

      D

      Oh, I missed those. Thanks.
    • B

      Symphony Link and LoPy
      LoPy • lorawan ota symphony link l • • beyonlo  

      18
      0
      Votes
      18
      Posts
      5541
      Views

      Thosch42

      @dangerdan02 It's clear, someone invested a lot of money to develop Symphony Link. But if they license it to "large customers" without a fee, why not license it to e.g. Pycom for one dollar or two per LoPy? Think about the possibilities. And they could still sell their gateways.
    • J

      How to save and restore LoRaWAN context using deepsleep
      LoPy • lorawan deepsleep wake up • • jellium  

      3
      0
      Votes
      3
      Posts
      1329
      Views

      jmarcelino

      @jellium This is not possible yet, please see the existing topic: https://forum.pycom.io/topic/1350/strategy-for-lorawan-with-deepsleep-2
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 5 / 7