Navigation

    Welcome to the Pycom forum

    Forum

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

    • S

      LoRa-Raw: Cannot transmit more than 64B
      LoPy • lopy lora socket • • stef  

      5
      0
      Votes
      5
      Posts
      1703
      Views

      S

      @Clemens Thank you Clemens to pointing this out for me , Actually the Maximum Payload is 64B for the Lopy . i was thinking that packets were cut internally but not. Nice to see that no one had this problem before. I have already bypassed the problem by cutting the packets. Thanks again .
    • bucknall

      Alex's Corner - Week 3 - LoPy LoRaWAN Nano-Gateway & TTN
      Events • lopy lora lorawan nano gateway webinar • • bucknall  

      26
      2
      Votes
      26
      Posts
      16974
      Views

      J

      @jmarcelino can you help me please? I was able to connect my NanoGateway to TTN, then I connected a node and i no had problems, however, now I am having problems to connect the node, when I start the node the following messages appear in the NanoGateway: [ 884.453] Received packet: {"rxpk": [{"data": "ABeYANB+1bNwQfHGnEnVs3BtML tNbMI=", "time": "2018-02-14T15:38:34.160580Z", "chan": 0, "tmst": 860755474, "s tat": 1, "modu": "LORA", "lsnr": 5.0, "rssi": -20, "rfch": 0, "codr": "4/5", "fr eq": 903.9001, "datr": "SF7BW125", "size": 23}]} [ 884.710] Push ack [ 887.718] Pull ack [ 889.710] Pull rsp [ 890.633] Sent downlink packet scheduled on 866.755, at 923.299 Mhz using SF12BW500: b' yZ\xe2\xb8 \x 191\xc3NL\xc7/\xba+\xf4\xc4' but the node is still getting "not joined yet", I am using the 915 Mhz.
    • G

      LoPy Super Twin Pack not working
      LoPy • lopy nano gateway not working • • gerkez  

      9
      0
      Votes
      9
      Posts
      2814
      Views

      G

      @stef Hi Stef, This is working. Thanks
    • mkharibalaji

      Lopy Bluetooth -> Classic Buetooth - HC 05/06
      LoPy • lopy bluetooth hc-05 • • mkharibalaji  

      4
      1
      Votes
      4
      Posts
      1332
      Views

      jmarcelino

      @mkharibalaji Thanks for the explanation. Currently the Bluetooth stack only supports Bluetooth LE. You'd have to change your mobile app to use this instead. Bluetooth Classic is planned but I'm not sure when, it's not even on the low-level toolchain yet.
    • G

      LOPY HC-SR04 Adaptation
      LoPy • lopy ultrasonic hc-sr04 • • gas  

      13
      0
      Votes
      13
      Posts
      4482
      Views

      papasmurph

      @robert-hh Pick it apart :).
    • joena

      expansion board 2.1a
      Expansion Board • lopy expansionboard • • joena  

      7
      0
      Votes
      7
      Posts
      2700
      Views

      joena

      hi all, thx for all the responses, i've got the exp. board (in combination with the lopy) working. the vcp driver did the trick :) thx :) :)
    • gertjanvanhethof

      TTN join accept not handled properly
      LoPy • lopy ttn nano gateway network • • gertjanvanhethof  

      20
      0
      Votes
      20
      Posts
      10000
      Views

      H

      I know this is a quite old topic, but I have the same issue. It seems like the issue does still persists.
    • J

      Is it possible to receive multicast downlink LoRa messages with Lopy?
      Firmware • lopy lora • • JuanMa  

      3
      0
      Votes
      3
      Posts
      1646
      Views

      J

      @bmarkus I don´t really know because I have not chosen one yet. I am thinking about using Loriot or the Semtech Network Server. I have to look for one with multicast downlink support in order to use LoRa. If it is supported, would the Lopy module support it too? Thanks for your answer
    • bucknall

      Alex's Corner - Week 2 - LoPy to LoPy (Raw LoRa)
      Events • lopy lora getting started webinar • • bucknall  

      4
      2
      Votes
      4
      Posts
      3280
      Views

      M

      @bucknall I have watched the webinar and still have some problems with understanding how to send data between two Lopys. Should both of them be connected to a computer? If so do I need to use two computers to do that? How can I send the data without connecting Lopys to computer? I believe these are very easy questions but i am a begginer here...
    • P

      Holding pins during deepsleep
      LoPy • lopy deepsleep pin hold • • pablomargareto  

      3
      0
      Votes
      3
      Posts
      1310
      Views

      P

      I think so. I did not find any pin that could be hold low during deepsleep mode. @daniel can you show us some light here? Thanks a lot, Pablo
    • B

      VL53L0X Time of Flight Distance Sensor
      LoPy • lopy wipy i2c • • blsmith  

      5
      0
      Votes
      5
      Posts
      1520
      Views

      jmarcelino

      @chumelnicu Still on my to-do list I'm afraid, but maybe try iotmaker's code? https://forum.pycom.io/topic/1453/i2c-sensor-with-wipy2/11
    • I

      Maxbotix Ultrasonic/Ultrasound sensor MB7137 for Lopy
      LoPy • lopy i2c • • innovpoint  

      3
      1
      Votes
      3
      Posts
      5455
      Views

      I

      Ok.. Solved: from machine import I2C import time ADDR = 0x70 CMD = 0x51 configure the I2C bus i2c = I2C(0, I2C.MASTER, baudrate=250000) i2c.writeto(ADDR, bytes([CMD])) time.sleep(0.5) dist = i2c.readfrom(ADDR, 2) total = (dist[0]*255)+dist[1] print(total)
    • C

      CRITICAL: machine.reset() not releasing the memory
      Issues & Bugs • lopy wipy reset memory • • Colateral  

      1
      1
      Votes
      1
      Posts
      825
      Views

      No one has replied

    • B

      setsockopt fails with EOPNOTSUPP
      LoPy • lopy lorawan setsockopt • • bbfnq  

      10
      0
      Votes
      10
      Posts
      4216
      Views

      W

      @jmarcelino Thanks for the quick reply. Yes, I'm in US915, and setting it to 3 does solve the issue. Now to figure out how to view what I'm sending from the LoPy to the mLinux Conduit gateway... :-/
    • D

      i2c Return Data Conversion
      MicroPython • lopy micropython i2c • • dchappel  

      4
      0
      Votes
      4
      Posts
      1215
      Views

      livius

      @dchappel bit left shift << same for bit right shift >>
    • P

      Firmware update "failed"
      LoPy • lopy firmware update failed • • pascal  

      3
      0
      Votes
      3
      Posts
      2246
      Views

      livius

      @pascal probably you are connected to board by COM port from different program. You can not be connected to board bye e.g. pymark, putty. Updater tool must have exclusive access to com port (UART). Is this the case? also look here https://forum.pycom.io/topic/763/firmware-upgrade-troubleshooting-checklist-procedure
    • V

      Newline
      LoPy • lopy gps • • vervoortraf  

      2
      0
      Votes
      2
      Posts
      922
      Views

      bucknall

      Hi @vervoortraf, you should not need to pass any arguments to the uart.readline() function. Just run uart.readline() and it should detect the '\n' in any of the messages sent to your LoPy via UART. https://docs.pycom.io/pycom_esp32/library/machine.UART.html#machine.uart.readline Let me know if this helps! Thanks, Alex
    • J

      Power saving with new machine.deepsleep functions !
      LoPy • lopy deepsleep power saving • • Jan Burkhardt  

      2
      0
      Votes
      2
      Posts
      1500
      Views

      livius

      @Jan-Burkhardt said in Power saving with new machine.deepsleep functions !: machine.deepsleep([60000]) In documentation brackets [] show optional arguments you can run machine.deepsleep() or machine.deepsleep(60000) But remember that first is currently not wake up able We must wait for pin wakeup support And about 13 mA - it is already know by @daniel and he say that it is under investiagtion.
    • T

      OTA firmware upgrade of LoPy
      LoPy • lopy firmware • • ThatStudentGuy  

      3
      0
      Votes
      3
      Posts
      1516
      Views

      T

      @robert-hh Thank you for the answer! I searched around the forum but its sometimes confusing when then documentation and forums are not synced because of the ever changing updates :) I'll keep an eye out the in the patch notes.
    • 1
    • 2
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 38 / 41