Navigation

    Welcome to the Pycom forum

    Forum

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

    • C

      How can I send something over BLE?
      LoPy • lopy ble python • • CodeManiac64  

      2
      0
      Votes
      2
      Posts
      619
      Views

      C

      Not sure if this could be a possible solution to writing to characteristics, can anyone help me please? https://devzone.nordicsemi.com/f/nordic-q-a/8162/ble-driver-python-concurrent-notifications
    • P

      LOPY to ERA-LORA board communication
      LoPy • lopy • • pkilcoyne  

      21
      0
      Votes
      21
      Posts
      4792
      Views

      E

      @pkilcoyne Hello, my two cents about reading your topics, Basically if two lora module have same center Freq, same SF, same SYNCWORD (0x34 for lorawan and 0x12 for private lora), same coding rate, same IQ (IQ is inverted for lorawan and not inverted for private lora usally) and same HeaderSetup (implicit or explicit) the RX/TX work. I dont see where with lopy how we can set header mode, so i suppose it's always explicit ? In ERA-LORA it seem to be the same think (cannot set header mode so may be alway set a explicit?). They use "group ID" term instead of SYNCWORD, and they don't speak about IQ (so it's be supposed to be alway inverted ?) I suggest you to try inverting IQ in Lopy for RX and TX, set group ID to 12xx in era lora , be careful on how you select frequency on both module and try...may be it's change something. *I dont speak about header CRC mode setup it's a little bit fuzzy how it work.
    • S

      Handshaking with lopy?
      LoPy • lopy lora python • • stefan85e  

      11
      0
      Votes
      11
      Posts
      1572
      Views

      S

      @robert-hh I want to remove the time.sleep and just focus on checking if the packed is sent before sending more so I can max out the send and recv part...
    • S

      getsizeof
      Firmware • lopy • • SameerChouksey  

      2
      0
      Votes
      2
      Posts
      433
      Views

      robert-hh

      @sameerchouksey sys.getsizeof() is not implemented in micropython. For strings and arrays, len() may give you a useful response, depending on your needs.
    • C

      [SOLVED] Unable to import from 'network'
      Getting Started • lopy library network vs code pymakr • • CBaudrit  

      6
      1
      Votes
      6
      Posts
      2217
      Views

      C

      @robert-hh Hello, I updated the firmware and it seems to work, thank you ! Can't belive I didn't do this step ...
    • D

      Trouble connecting with USB UART
      Discussion • lopy fipy usb uart • • don  

      6
      0
      Votes
      6
      Posts
      1709
      Views

      D

      @seb Thanks!
    • E

      TTN gateway key purpose?
      LoPy • lopy lora ttn gateway • • edsonalcala  

      4
      0
      Votes
      4
      Posts
      1137
      Views

      E

      @robert-hh Thanks ! I finally did it ! Thanks a lot
    • optimho

      [Solved] Has someone got an idea what has happened to my Lopy4?
      LoPy • lopy connectivity • • optimho  

      10
      0
      Votes
      10
      Posts
      2084
      Views

      G

      This thing about the solid green light on a Lopy4. I've been seeing that also. For me it first occurred after about a week of uptime of the LoPy4. I assume that some unobserved fatal error occurred which resulted in a watchdog reset and then a solid green light scenario manifested itself on the reboot. I pressed the reset button about 3 or 4 times, each time getting the solid green light. The next press of the reset button was followed by a normal boot and normal, expected behaviour of running code. I can't see this being a power supply issue, or an issue with file-system corruption.
    • S

      SD Card - Store GPS GPS-coordinates to SD card
      LoPy • lopy pytrack gps sd card • • stefan85e  

      3
      0
      Votes
      3
      Posts
      1162
      Views

      livius

      Also you have not checked if coord = l76.coordinates() return something it can contain None
    • T

      Externally Power LoPy
      LoPy • lopy lora power • • tyteo  

      4
      0
      Votes
      4
      Posts
      1093
      Views

      T

      Thanks for the replies! @robert-hh It might be that the program is not burnt onto my LoPy. I ran the uos command and this is what I got: ['main.py', 'sys', 'lib', 'cert', 'boot.py']
    • H

      nvram lopy Errno 100
      LoPy • lopy pysense error • • han  

      12
      0
      Votes
      12
      Posts
      2099
      Views

      F

      Hey! Did you solve it? I am having the same problem... Can't fix it. Thanks!
    • M

      Lipo Battery Charger
      Comments & Feedback • lopy expansion board lipo battery • • MJ  

      5
      0
      Votes
      5
      Posts
      1231
      Views

      seb

      @mj Any single cell lipo with a JST-PH connector. Be careful of the polarity of the connector, there doesn't seem to be a standard so you may need to swap the connector wires around before plugging it in.
    • J

      Multi-hop End-Device?
      LoPy • lopy lora lora lorawan lo • • juan.narvaezb95  

      7
      0
      Votes
      7
      Posts
      1262
      Views

      robert-hh

      @juan-narvaezb95 said in Multi-hop End-Device?: listens, sends and transmits at the same time At the RF channel, the LoPy can either Receive or Send at a given moment. You can of course communicate by WiFi and Lora at the same time.
    • S

      Failed 50% of the time to send data!? LORA
      LoPy • lopy lora python • • stefan85e  

      1
      0
      Votes
      1
      Posts
      548
      Views

      No one has replied

    • R

      3 ultrasonic sensor+lopy+expansion board
      LoPy • lopy lora expansion board ultrasonic sens • • Rachelsimida  

      2
      0
      Votes
      2
      Posts
      689
      Views

      livius

      @rachelsimida this is to fast to read it in this way look at pulses_get https://docs.pycom.io/chapter/firmwareapi/pycom/pycom.html#pycompulsesgetpin-timeout sometimes is also good to dissable irq remember = disable_irq() .... enable_irq(remember)
    • J

      LoRaWAN with multi-hop ¿HELP?
      LoPy • lopy lora lorawan us-frequency • • juan.narvaezb95  

      2
      0
      Votes
      2
      Posts
      529
      Views

      bmarkus

      @juan-narvaezb95 Multi-hop is not supported by the LoRaWAN Specification.
    • joearkay

      LoPy in Metal Enclosure - Issues with external antenna?
      LoPy • lopy lora 868mhz sma • • joearkay  

      6
      0
      Votes
      6
      Posts
      1150
      Views

      joearkay

      @jmarcelino Thanks for these resources - I'll definitely give them a read.
    • joearkay

      LoPy buried in Compost!
      LoPy • lopy temperature compost one-wire 1-wire • • joearkay  

      12
      1
      Votes
      12
      Posts
      2074
      Views

      M

      For lower attenuation it would better to go with 433 MHz, even better to 169 MHz that is also an ISM band. The big problem with compost, if I remember well how is processed, it is its high water content. There are several studies that can be found about "soil" and wireless sensors networks, search for WUSN (wirelss underground sensor network) and UG2AG (underground 2 aboveground). Usually are studies made for agriculture, forestry, soil, pipelines, ... sensors deployment.
    • C

      LoPy GPS Pytrack - No Coordinates found
      LoPy • lopy pytrack gps • • CodeManiac64  

      9
      0
      Votes
      9
      Posts
      2475
      Views

      S

      @seb I notice that the cordination has abit delay first time you upload it... and it start working once you reboot it :)
    • dws

      First time user: no serial port on Mac?
      Discussion • lopy • • dws  

      9
      0
      Votes
      9
      Posts
      1148
      Views

      dws

      finally got it working, had to try three cables i had. i didn't realize the world had so many power-only usb cables, unmarked as such. Thanks!
    • 1
    • 2
    • 9
    • 10
    • 11
    • 12
    • 13
    • 40
    • 41
    • 11 / 41