Navigation

    Welcome to the Pycom forum

    Forum

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

    • S

      LoRa Rx window timing debugging
      FiPy • fipy lora lorawan otaa • • Serafi Nebot 0  

      1
      0
      Votes
      1
      Posts
      16
      Views

      No one has replied

    • M

      Fipy ADC output for 11dB attenuation?
      FiPy • fipy lora adc output 11db • • muhammad Umair  

      1
      0
      Votes
      1
      Posts
      8
      Views

      No one has replied

    • C

      oserror: enoent, Try to use LORAWAN with OTAA method to send data to TTN server.
      FiPy • fipy lora lorawan oserror oserror enonet • • Chandan Verma  

      2
      0
      Votes
      2
      Posts
      17
      Views

      J

      @Chandan-Verma can you clarify which example you are using, which region you are in, and where exactly the error happens (the full log/trace would be useful)?
    • H

      FiPy as LoRa gateway + LTE transmitter
      FiPy • fipy lora lte gateway lora gateway • • Hazel Mitchell  

      3
      0
      Votes
      3
      Posts
      39
      Views

      H

      @jcaron Thanks for the info!
    • M

      Checking LoRa connection after connect it
      LoPy • lopy lora lopy4 • • M m  

      3
      0
      Votes
      3
      Posts
      29
      Views

      M

      @jcaron Wow! I was totally confused with the concept! Thank you very much :)
    • C

      Pygate as a LoRa Repeater
      Comments & Feedback • lora lorarepeater • • Carolina Pinho  

      11
      0
      Votes
      11
      Posts
      128
      Views

      G

      As I mentioned before, we make use of an adapted version of the Lora-net gateway stack: https://github.com/Lora-net/lora_gateway/tree/master/libloragw, if you look at our open source firmware, you'll find a folder called pygate where most of the driving code is: https://github.com/pycom/pycom-micropython-sigfox/tree/Dev/esp32/pygate. I dont know if such a compatible example exists for a lora repeater.
    • H

      Deep Sleep and Battery Consumption.
      LoPy • lora deep sleep battery consumption ttn lopy • • hm97  

      18
      0
      Votes
      18
      Posts
      173
      Views

      H

      @jcaron So you get a curve that varies during the whole awake time between 30 and over 100 mA. Ah I see. I think I confused myself when I saw the LoRa transmit in the documentation of 105mA and thought it was somehow the overall current draw of the awake time because it was similar to the 100mA you had mentioned before but I get it now. So the current draw is about 100mA (conservative) on average over the awake time. You've been a really great help. Thanks for all your patience :)
    • D

      Set MAX TX power in LoRaWAN mode
      LoPy • lora lorawan adr lorawan abp txpower • • d.alvrzx  

      6
      0
      Votes
      6
      Posts
      173
      Views

      D

      @Eric73 Oh wow, that makes sense... So it actually is transmitting at max power, as expected. That's good to know. Thanks so much for your insight! @catalin @Xykon would you be able to confirm this? If so I think it's important to change the documentation in https://docs.pycom.io/firmwareapi/pycom/network/lora/. Thanks!
    • K

      Cannot import lora library
      LoPy • lopy lora pycom library import • • Kcsss  

      2
      0
      Votes
      2
      Posts
      97
      Views

      ShanevanJ

      @Kcsss Read the documentation here more carefully. The case is important! from network import LoRa import socket import ubinascii import struct # Initialise LoRa in LORAWAN mode. # Please pick the region that matches where you are using the device: # Asia = LoRa.AS923 # Australia = LoRa.AU915 # Europe = LoRa.EU868 # United States = LoRa.US915 lora = LoRa(mode=LoRa.LORAWAN, region=LoRa.EU868)
    • W

      Lopy to Lopy internally in our own house. (limitation)
      LoPy • lopy lora lorawan loramac • • Wolli01  

      7
      0
      Votes
      7
      Posts
      206
      Views

      W

      @Eric73 Thanks for the info
    • S

      Fipy crashing when using Loramesh
      FiPy • fipy lora firmware pymkr loramesh • • shadi  

      9
      1
      Votes
      9
      Posts
      439
      Views

      S

      @catalin Ok, I will try the licensing then. Thank you very much.
    • C

      Lopy4 433Mhz example
      LoPy • lora 433 raw int • • Colateral  

      2
      0
      Votes
      2
      Posts
      155
      Views

      A

      @Colateral said in Lopy4 433Mhz example: Does anybody have 433Mz lora initialization? I don't actually know any details about this, but just stumbled over [1] the other day. So, @robert-hh might be the right one to ask about this. Please also see [2], where you might find more appropriate details to go ahead on this. [1] https://packages.hiveeyes.org/hiveeyes/foss/pycom/robert-hh/LoPy4-1.20.0.rc13-eu433.tar.gz [2] https://github.com/pycom/pycom-micropython-sigfox/issues/345
    • papasmurph

      Set LoRaWAN Frame Port
      LoPy • lopy lora lorawan • • papasmurph  

      2
      0
      Votes
      2
      Posts
      225
      Views

      jmarcelino

      @papasmurph Use the socket.bind( x ) where x is your desired port before doing the send
    • B

      PYMESH WORLD ATTEMPT on Saturday 22 September 2019
      Announcements & News • lora pymesh marconi • • Bettina  

      16
      2
      Votes
      16
      Posts
      1427
      Views

      robert-hh

      @Bettina This topic has been silent for a month. It is 6 days to Sep 22nd now, and no activity. May I assume that the attempt is silently canceled?
    • M

      LoRa communication lopy - rfm9x
      LoPy • lora lopy4 rfm95 • • melkoutch  

      9
      0
      Votes
      9
      Posts
      815
      Views

      M

      @Eric73 Great, thanks for your help !
    • M

      Communication with other lora device doesn't work
      MicroPython • bugs lora lopy4 feather m0 • • melkoutch  

      9
      0
      Votes
      9
      Posts
      638
      Views

      B

      @melkoutch hope you still read this as this thread is quite old. I stumbled upon it having the exact same problem (LoPy4 <-> Feather M0 in raw LoRa). Adjusting the spreading factor doesn't seem to solve it for me. Would you be able to post the code fragment that you used to successfully connect the two? Thanks a lot!
    • L

      multiple interrupt calls when sending with LoRa
      LoPy • lora lorawan interrupt debounc • • loth4in  

      2
      0
      Votes
      2
      Posts
      340
      Views

      L

      Nevermind, I solved it. I'm new to real time programming and apparently had to find out the hard way not to put code that's too time consuming into an ISR. I changed it so that the ISR just changes a flag and that the actual work is being done in the main loop.
    • J

      Lora Antenna
      LoPy • lora lora antenna • • Jordan Reyes  

      3
      0
      Votes
      3
      Posts
      346
      Views

      J

      @robert-hh Thanks for that will take a look
    • R

      PyMesh - LoRa mesh Gateway/Border Router
      Getting Started • lora gateway pymesh border router • • rfinkers  

      3
      1
      Votes
      3
      Posts
      613
      Views

      R

      Okay this has answered my question! Looking forward to test the border router functionality.
    • 1
    • 2
    • 3
    • 4
    • 5
    • 10
    • 11
    • 1 / 11