Navigation

    Welcome to the Pycom forum

    Forum

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

    • A

      Connect and send data via WiFi from WiPy to LoPy
      WiPy 2&3 • lopy wipy wify • • amartinez  

      9
      0
      Votes
      9
      Posts
      4574
      Views

      livius

      @amartinez for server node it is not good to have while not wlan.isconnected(): time.sleep_ms(50) You do not connect wifi here only you start Access Point (AP) - look if it start on network list scan on client node side or your PC
    • J

      Update LoPy firmware using Pysense as expansion board
      Issues & Bugs • lopy firmware pysense usb • • jellium  

      10
      0
      Votes
      10
      Posts
      3626
      Views

      livius

      @robert-hh said in Update LoPy firmware using Pysense as expansion board: So better never supply the board by the 3.3V Pin. That's an output, not an input. Use the Vin Pin for supply. @daniel: Please remove note, that the device can be supplied through the 3.3V pin. Even if that may work under certain conditions, the risk is too high that devices will be broken. I see that we disscuss this 6 months ago ;-) https://forum.pycom.io/topic/316/wipy-pin-3v3-not-work But conclusion was different. Now when we have schematic i do not see there any diode or something like LTC4357 And schematic(and description) for LM3281 does not bring light if there is some protection - especially that there is comparator output
    • A

      Deep sleep mode reset the board?
      LoPy • lopy deepsleep sleep • • amartinez  

      12
      0
      Votes
      12
      Posts
      3653
      Views

      L

      Hi...i am a new user here. As per my knowledge Pin states can be remembered through deepsleep using pin.hold([hold]). Also you can do this in boot it start same as removing power ,you start from clear point. pcb assembly
    • iotmaker

      Problem pairing OTAA Node to nano gateway in US TTN
      LoPy • lopy ttn ttn gateway • • iotmaker  

      9
      0
      Votes
      9
      Posts
      3075
      Views

      iotmaker

      you can find the code that is working right now for TTN US here on my GitHub I also made a guide on my blog
    • C

      How to save data permanently ?
      LoPy • lopy saving data storage • • cylex  

      6
      0
      Votes
      6
      Posts
      2612
      Views

      D

      @livius FW of the SD card should prevent corruption of file system of the card if power fail happens during writing. How this is achieved I don't know.
    • T

      Blocking vs non blocking socket
      LoPy • lopy blocking non blockin • • tholden  

      1
      0
      Votes
      1
      Posts
      857
      Views

      No one has replied

    • S

      OTAA LoPy Nanogateway to TTN - Unable to Join
      LoPy • lopy ttn ttn gateway as923 unable join • • sh4nnongoh  

      1
      0
      Votes
      1
      Posts
      1068
      Views

      No one has replied

    • C

      Lora-Mac=‎FFFFFFFFFFFFFFFF
      LoPy • lopy mac • • Camot  

      26
      0
      Votes
      26
      Posts
      11995
      Views

      J

      @Xykon Hi, how could I make sure I am using an unique MAC?, thanks
    • F

      Pybytes - Middleware Platform Update
      Announcements & News • lopy pytrack pysense sipy pybytes • • Fred  

      4
      1
      Votes
      4
      Posts
      1875
      Views

      R

      @BetterAuto You had to be within the first 100 to sign up when the beta was first announced many months ago. I signed up the first day it was announced but still have no confirmation that I am in the beta program.
    • D

      Power consumption summary
      Firmware • lopy wipy esp32 • • dwanninger  

      2
      0
      Votes
      2
      Posts
      2067
      Views

      L

      You don't need ulp for pin wakeup. You can do much less than 150ua if you sleep inside ulp program.
    • C

      Firmware update, Connected to Lopy but update fails
      Firmware • lopy • • Camot  

      3
      0
      Votes
      3
      Posts
      1247
      Views

      C

      @livius said in Firmware update, Connected to Lopy but update fails: @Camot look here https://forum.pycom.io/topic/763/firmware-upgrade-troubleshooting-checklist-procedure/19 i will recommend you to press reset button just before upgrade and unselect "fast connection" in firmwere upgrade software I have already tried it. Pressing Reset does not change anything. The result and log is the same. The speed 115200 as shown above is with "Fast Connection" unchecked. With "Fast Connection" it uses 921600 :/
    • Jurassic Pork

      possibility to use Lora objenious network in France with Lopy ?
      LoPy • lopy lora objenious france • • Jurassic Pork  

      15
      0
      Votes
      15
      Posts
      4243
      Views

      E

      @stef , sensor type Pycon should be avail:
    • J

      Nodes unable to join TTN via LoPy nano gateway
      LoPy • lopy lorawan ttn nanogateway join • • jojo  

      7
      0
      Votes
      7
      Posts
      3148
      Views

      J

      Finally I could get the node to join TTN! :D I needed to add a delay of 5 seconds before the node starts listening for the response of the Join Request with the command AT+JD: > AT+JD=5 OK > AT+JOIN Successfully joined network OK Also the fix for _send_down_link in my last post is no more needed as the frequency in the Event Data is now ok.
    • K

      LoPy and LIDAR-Lite v2 I2C
      LoPy • lopy i2c • • kingj  

      5
      0
      Votes
      5
      Posts
      1947
      Views

      livius

      @kingj first change your init to only one line - i do not suppose that this matter but... i2c = I2C(0, I2C.MASTER, baudrate=100000) and try to add first default config i2c.writeto_mem(addr,0x00,bytes([0x00]))
    • E

      SPI bug?
      Firmware • lopy bug • • Eric24  

      11
      0
      Votes
      11
      Posts
      2170
      Views

      N

      Is there a fix to this? Im running the latest 1.18.2.r2 and im having this exact issue only the write_readinto() work around doesnt seem to work.
    • papasmurph

      LoPy stops detecting BLE advertisements
      Issues & Bugs • lopy ble bluetooth beacon ibeacon • • papasmurph  

      123
      0
      Votes
      123
      Posts
      84076
      Views

      T

      My lopy4 arrived and i tested with it, too, although i was pretty sure it wouldn't make a difference. It didn't, it does the same thing. I left my lopy running since yesterday noon and from 270 readings, 223 were correct. So that's around 17-18% loss.
    • Y

      Two Lopy communicate via BLE, LOSE connection, CANNOT read service.
      LoPy • lopy lopy ble server client • • yunying  

      1
      0
      Votes
      1
      Posts
      1059
      Views

      No one has replied

    • T

      Print(recv_ack) and Print(recv_pkg)
      Comments & Feedback • lopy lora gateway • • timeb  

      9
      0
      Votes
      9
      Posts
      2667
      Views

      T

      @PiAir Thanks.
    • PiAir

      LoRaWAN with LoPy and KPN + Loggly
      Projects • lopy python kpn loggly • • PiAir  

      2
      1
      Votes
      2
      Posts
      1583
      Views

      RobTuDelft

      Great Pierre, thank you. I've added the MySQL support, see the pull request.
    • M

      ADC1 and ADC2 pins
      LoPy • lopy adc ldr • • MrMarty77  

      2
      0
      Votes
      2
      Posts
      1175
      Views

      jmarcelino

      @MrMarty77 Only ADC1 is supported at the moment, the core ESP32 SDK doesn't support it yet, it may take a while: https://github.com/espressif/esp-idf/pull/466 Fyi, we're a bit hesitant to make ADC2 available because it is also used for pretty important control loops inside the WiFi (and maybe BT, I don't remember) drivers. We want to make sure there's no chance of these and the user ADC calls to interfere with each other.
    • 1
    • 2
    • 30
    • 31
    • 32
    • 33
    • 34
    • 40
    • 41
    • 32 / 41