Navigation

    Welcome to the Pycom forum

    Forum

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

    • R

      Connect to Other Gateway
      LoPy • lopy4 lorawan ttn lopy lorawan ttn lopy • • raaden89  

      11
      0
      Votes
      11
      Posts
      2093
      Views

      R

      @jmarcelino OK, i contact the owner of the gateway to see if it's possible to connect to that gateway. Thanks for all informations! we can close the post ;)
    • dws

      New LoPy4 user - do I need an antenna if not using LoRa code?
      LoPy • lopy4 • • dws  

      3
      0
      Votes
      3
      Posts
      558
      Views

      dws

      thanks! i didn't want to damage the radio unit.
    • S

      Lopy4 indoor range
      LoPy • lopy4 antenna range • • shishir  

      9
      0
      Votes
      9
      Posts
      1750
      Views

      robert-hh

      @shishir said in Lopy4 indoor range: On Cayenne, chose LoRa-> The Things Network->Cayenna LLP That was the missing link. Thanks alot
    • B

      REPL Prompt missing and no response after connection
      Issues & Bugs • lora lopy4 firmware repl • • brentoon  

      3
      0
      Votes
      3
      Posts
      962
      Views

      B

      @robert-hh Thanks, that did it! I had to do the P12 to 3.3V for the 7-9s to load the factory firmware. I retested a firmware update and it went back to the unresponsive mode. So I then reformatted the /flash area by running: import os os.mkfs('/flash') A firmware update then worked ok. Thanks again.
    • dws

      Advice on waking up the LoPy4
      Discussion • lopy4 interrupt low power • • dws  

      3
      0
      Votes
      3
      Posts
      862
      Views

      dws

      @jcaron Ok thanks, appreciate the response and will keep all this in mind. Might reduce the frequency of the call-in's to once a day which of course would decrease power consumption appreciably.
    • robert-hh

      [(not)Solved] LoRa timing of LoPy and FiPy
      LoPy • lopy fipy lora lopy4 timing • • robert-hh  

      8
      0
      Votes
      8
      Posts
      1740
      Views

      robert-hh

      @sympatron ACK, so my tendency is to close that attempt.
    • J

      boot.py won't run automatically. Only via pymakr plugin or machine.reset() from repl.
      LoPy • lopy4 pymakr boot pymakr upload • • JonasDe  

      7
      0
      Votes
      7
      Posts
      1495
      Views

      robert-hh

      @jonasde For verification, you can use a different and dump terminal software like Putty (Windows), screen (mac, linux) or picocom (Linux). Just make sure that any kind of handshake is disabled. For fil etranfer you can use an ftp client like filezilla or fireftp.
    • C

      LoPy4 not always getting heartbeat (blue LED)
      LoPy • lopy4 boot blue led • • christian_kohler  

      3
      0
      Votes
      3
      Posts
      1025
      Views

      C

      @seb OK, I think you are right that it is a power supply issue. I've tried the same cable directly with a USB power supply and haven't seen the issue happen again. So it might be for some reason that the Macbook USB port (or adapter) cannot supply enough power. Will try it with a LiPo connected.
    • S

      What does a green LED after power up mean?
      LoPy • lopy4 rgbled boot mode • • Sympatron  

      20
      0
      Votes
      20
      Posts
      3593
      Views

      robert-hh

      @sympatron OK. I do not know where I found that, and cannot see it in the sources either. The only thing I found in the comments to 1.17.3.b1 was to switch of the RGB led early. So maybe it lights up for other reasons. A transition on P2 may bring the LED on. But at least the fact, that it switched off indicates the normal boot being started.
    • C

      LoPy4 433Mhz
      LoPy • lopy4 433mhz • • colinza  

      13
      0
      Votes
      13
      Posts
      1931
      Views

      robert-hh

      @bmarkus Hello Bèla. I now tested OTAA join. Due to the timing jitter of the gateway, I wanted to use RX2 for the join response. So Ive set that in the device parameters of the Loriot server. But that did not work. The join response appeared in the RX1 window. Did I expected something wrong from the settings, or just looked at the wrong place? P.S.: After a few attempts, join also worked at the RX1 window.
    • franman

      Trying to connect LoPy4 to Xiaomi MiBand 2
      LoPy • lopy4 firmware ble • • franman  

      1
      1
      Votes
      1
      Posts
      544
      Views

      No one has replied

    • J

      LoPy4 - How I choose in software the antenna switch selector for LoRa4 (433Mhz or 915Mhz)?
      LoPy • lopy4 antenna frequency connectors sx1276 • • jhoguaman  

      2
      0
      Votes
      2
      Posts
      669
      Views

      bmarkus

      What is the ETA for the board?
    • G

      LoPy DevEUI set to 0000000000000000
      Issues & Bugs • lopy lopy4 network loramac • • Guizmolux  

      6
      0
      Votes
      6
      Posts
      1528
      Views

      A

      I have the same problem after upgrading to release='1.16.0.b1', version='v1.8.6-849-055728a on 2018-02-13' now I have to do a wlan init (and wlan deinit) to get the mac address firmware bug? tnx André
    • M

      Lopy OEM reference design?
      LoPy • lopy4 pcb • • misterlisty  

      3
      0
      Votes
      3
      Posts
      1063
      Views

      seb

      You can also find the expansion board schematics here: https://github.com/wipy/wipy/tree/master/hardware/ExpansionBoard-v1.2
    • C

      LoPy 4 - Current consumption and Deep Sleep
      LoPy • lopy lopy4 deepsleep consumption current • • cduplouy  

      23
      0
      Votes
      23
      Posts
      10458
      Views

      C

      @cduplouy I am also getting around 15mA during deepsleep. I tried with 3.3v and 3.7v using resistor but then it is not sufficient power for the pycom to run.
    • J

      Problem joining TTN in Australia with OTAA using a LoPy 4
      LoPy • lopy4 ttn otaa join • • jojo  

      15
      0
      Votes
      15
      Posts
      3988
      Views

      philwilkinson

      @jmarcelino thanks for the clear explanation. It would be really useful if you could put this small section of code on the Getting Started section of Pycom's LoPy documentation for those who are connecting to TTN; the most popular LoRa network in Australia/New Zealand region. I will try and post something in The Things Network Australia Community page too. If you would prefer, I can raise it through GitHub, but I suspect your ability to change the Pycom documentation is much quicker! thanks again for your help Jose. Also, I really enjoyed your talk on The Things Network conference
    • S

      LoPy4 Crash with NanoGateway
      LoPy • lopy4 crash • • ssmith  

      15
      0
      Votes
      15
      Posts
      2601
      Views

      J

      @jmarcelino Thanks. I was thinking on something like the FT2232H. I would also say it is difficult but it is for an academic research, so I think it is worthy. :) I have just read that page, but today the OpenOCD page with the compatible JTAG adapters seems to have fallen.
    • C

      Lopy4-Pytrack , CayenneLPP code for GPS.
      LoPy • lopy4 pytrack gps cayennelpp • • chuck  

      1
      0
      Votes
      1
      Posts
      688
      Views

      No one has replied

    • E

      LoPy4 GPIO pins and LDO regulator
      LoPy • lopy4 gpio regulator • • Electrozest  

      3
      0
      Votes
      3
      Posts
      932
      Views

      seb

      I can confirm @River is correct, the LDO automatically switches modes, there is no GPIO pin involved in this
    • affoltep

      [solved] Onewire DS18X20 reading not stable with LoPy4 (no problem with LoPy)
      Issues & Bugs • lopy4 onewire • • affoltep  

      23
      0
      Votes
      23
      Posts
      8004
      Views

      livius

      @robert-hh Yes, it looks like better choise. You could try if the figure changes if you add a smaller pull-up resistor, like 4k7 Ohm. I use already 4k7.
    • 1
    • 2
    • 6
    • 7
    • 8
    • 9
    • 10
    • 9 / 10