Navigation

    Welcome to the Pycom forum

    Forum

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

    • D

      How to implement downlink messages
      LoPy • lopy lorawan downlink api • • dbrgn  

      16
      0
      Votes
      16
      Posts
      6208
      Views

      D

      @jmarcelino wow, thanks a lot for that find. explains the headaches I've been having :)
    • S

      CW (Carrier Wave) mode for LoRa, WiFi, etc.
      Getting Started • lopy lora wifi power saving radio • • sthomson  

      1
      0
      Votes
      1
      Posts
      935
      Views

      No one has replied

    • T

      [SOLVED] - Building Firmware issue - fails at TARGET=app
      LoPy • lopy firmware build • • thoppe  

      2
      0
      Votes
      2
      Posts
      1039
      Views

      T

      Issue solved by doing a complete download of all sources then re-doing all steps again.
    • S

      Lopy ,GPS, micropython
      MicroPython • lopy micropython gps • • Shukla73  

      1
      0
      Votes
      1
      Posts
      1048
      Views

      No one has replied

    • T

      Lopy Power conditioning question
      LoPy • lopy power solar • • thrag  

      7
      0
      Votes
      7
      Posts
      2566
      Views

      VladimirAkopyan

      Why would you want to run your device directly from a solar cell? You will need a much larger panel/ device and it will be extremely weather dependant. Stop torturing yourself and get a tiny solar charger and a lipo battery, and Plug this into the battery port of the board, and you are done!
    • D

      Syncing files over serial
      Firmware • lopy other • • dbrgn  

      3
      0
      Votes
      3
      Posts
      1585
      Views

      D

      @jubbs I see. With that information, it shouldn't be too hard to write a "directory sync" script :)
    • S

      Video over WiFi
      WiPy 2&3 • lopy wipy wifi video camera • • sthomson  

      2
      0
      Votes
      2
      Posts
      993
      Views

      O

      @sthomson No. i have played videos over wifi. I will try to stream video over wifi from one wipy to another and will let you know.
    • C

      Pycom Upgrade Tool hang
      Firmware • lopy • • caseyrodgers  

      2
      0
      Votes
      2
      Posts
      835
      Views

      P

      @caseyrodgers Yes me too .. Cloudflare Error 502 Ray ID: 37e6d8073a2d6a37 • 2017-07-14 19:21:14 UTC Bad gateway .. software.pycom.io Host error It's the right tool, just not working ! :(
    • F

      Sending packets via WiFi from Gateway to PC
      LoPy • lopy wifi send data • • finnzc  

      6
      0
      Votes
      6
      Posts
      2381
      Views

      F

      @ahaw021 @bnjroos Thanks for the information, I really appreciate it. I'd like to give a go for option A as it seems more straightforward. :)
    • A

      Setting LoPy frequency in LoRaWAN stack
      LoPy • lopy lorawan frequency • • agotsis  

      7
      0
      Votes
      7
      Posts
      2789
      Views

      A

      @jmarcelino Ok, I'll try with ABP as well and let you know. If this is the reason, then if i remove and re-set the channels after the join operation, wouldn't be "fixed"? UPDATE: With ABP all seem fine. I also tried again with OTAA. I noticed that in the github code the non-default channels were actually removed after join, whereas in my code this did not happen. So, when I added this code after join OTAA did work fine as well. Another remark: how do we know if we work with 3 or 8 channels? Many thanks @jmarcelino for your help!
    • megabyte

      LoPy max current draw
      LoPy • lopy lopy current max current • • megabyte  

      2
      0
      Votes
      2
      Posts
      998
      Views

      iotmaker

      I found sipy very power hungry when starting around 460 mA if i put my Fluke to measure amps on the 400ma Fuse the sipy will not start...
    • J

      Deep Sleep and Low power operation in combination with a state machine
      Enhancements • lopy micropython low power state machine • • jonathanrcarter  

      1
      0
      Votes
      1
      Posts
      1030
      Views

      No one has replied

    • J

      [SOLVED] NVS error=4354 on LoRa() constructor
      LoPy • lopy • • jsp  

      7
      2
      Votes
      7
      Posts
      1787
      Views

      J

      Could someone explain what consequences it brings in the operation of the device when these errors come out?
    • B

      Using Ethernet with a pycom device
      Discussion • lopy wipy 2.0 uart ethernet • • binux  

      6
      0
      Votes
      6
      Posts
      2735
      Views

      B

      @jmarcelino got that ;) i prefer the sparkfun then because I can plug a standard cat5e cable which is widely available. Thanks for your help!
    • S

      Failed to connect Lopy with AWS and MQTT.
      LoPy • lopy mqtt iot aws amazon • • scg94  

      1
      0
      Votes
      1
      Posts
      1023
      Views

      No one has replied

    • M

      [Solved] Pysense - Light sensor shows zero after cycling through deep sleep
      Issues & Bugs • lopy pysense deepsleep deep sleep light • • markN  

      9
      0
      Votes
      9
      Posts
      1290
      Views

      S

      @livius I am using the official library taken from here https://github.com/pycom/pycom-libraries/blob/master/shields/lib/LTR329ALS01.py which indeed as you noticed does not contain the ALS_STATUS status register reading logic. According to the datasheet https://www.mouser.com/datasheet/2/239/Lite-On_LTR-329ALS-01 DS_ver1.1-348647.pdf Page 22 the Device operation flow chard shows indeed kind of a loop until that status register indicate a new data is available. on Page 24 it shows a pseudo code mentioning what you are suggesting (which is checking the data readiness before performing the actual read). Page 21 it describe how to perform the check of the validity of the read. I can try to patch the lib according to such information and push a PR to the official repo if this is solving the problem :-). Keep You posted and thanks for your help! Stef
    • P

      [Solved] Power consumption deep sleep Pysense/Pytrack
      Issues & Bugs • lopy pytrack pysense deepsleep deep sleep • • Pwntus  

      24
      2
      Votes
      24
      Posts
      11615
      Views

      P

      @dbrgn Thanks for the notification, I can confirm that it works!
    • S

      WiFi Time of Flight
      Getting Started • lopy wipy wifi network time of flight • • sthomson  

      2
      0
      Votes
      2
      Posts
      911
      Views

      RobTuDelft

      I have tried this before with LoRa and it didn't work. I expect the same result with Wi-Fi as the clock and other network delays are the biggest problems. To get accurate results you would need a very reliable clock, which isn't available. Also ntp servers will only let you sync up to a certain accuracy which is not good enough by far. Fingerprinting, multilateration etc. are maybe alternatives you could check out.
    • J

      First steps with LoPy & PySense and feedback
      Discussion • lopy firmware pysense getting started upgrader • • jcaron  

      2
      1
      Votes
      2
      Posts
      1342
      Views

      ddubyah17

      @jcaron said in First steps with LoPy & PySense and feedback: The cases (probably) fit the expansion board, but not the PySense. Wouldn't hurt being a bit more explicit about it on the site. Are there any cases that would fit the PySense? +1 for the cases issue. I bought a PySense and a PyTrack and a case for each. Pretty frustrating that there aren't the appropriate mounting points in the case for those boards.
    • B

      LoPy firmware LoRa region selection
      Firmware • lopy lora esp32 • • bnjroos  

      4
      0
      Votes
      4
      Posts
      2029
      Views

      T

      See the following post on how to manually flash the firmware: https://forum.pycom.io/topic/517/downgrading-firmware-advanced-users
    • 1
    • 2
    • 27
    • 28
    • 29
    • 30
    • 31
    • 40
    • 41
    • 29 / 41