Navigation

    Welcome to the Pycom forum

    Forum

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

    • J

      Translate Arduino code to microPython
      MicroPython • micropython arduino issues • • JHN  

      4
      0
      Votes
      4
      Posts
      54
      Views

      J

      @Gijs Hello! that pin are not needed, infact my code is working, one hardware pin "p2" had some issue, it is constant 3.3V which means that the ploadPin are not toggled. The code awill hopefully be uploaded on Git!
    • F

      Important News regarding Cat-M1 and NB-IoT Cellular range
      Announcements & News • firmware update nb-iot issues cat-m1 cellular • • Fred  

      19
      3
      Votes
      19
      Posts
      4101
      Views

      K

      @elizar Thank you for confirming this!
    • F

      Ideas for a new forum layout
      Announcements & News • forum issues forum menu • • Fred  

      12
      0
      Votes
      12
      Posts
      2502
      Views

      X

      We could change the default sort order but I'm not sure this would affect existing users. I admit it throws me off too if I'm on the forum but not logged into my account. I'll see if our system admin can do some internal tests.
    • G

      Issue with serial connection
      Issues & Bugs • lopy serial issues • • gus  

      4
      0
      Votes
      4
      Posts
      1411
      Views

      G

      hank for your help but i tried hard but didn't succeed so for now i'll go with telnet connection. To do it with my desktop Pc i use my android smartphone with the usb tethear function
    • cocoa

      LoPy with 3.3V direct powering fails to start.
      LoPy • lopy power issues 3v3 fault • • cocoa  

      24
      0
      Votes
      24
      Posts
      10061
      Views

      jmarcelino

      @jcaron Isn't this the opposite of what what stated here: Not completely the opposite, it's still more efficient to use a regulated 3.3V supply (low voltage forces the onboard regulator into bypass ECO mode) But it needs to be updated to reflect that 3.3V should be applied to the 5V/VIN pin. Is the Pysense/Pytrack sending power to the module via 5V Yes, all the various shields implementing deep sleep control the *py board's 5V rail
    • lollisoft

      LoPy node sends join requests, and my nano gateway tries to forward it. But no sccessful join?
      LoPy • lopy join issues • • lollisoft  

      15
      0
      Votes
      15
      Posts
      4795
      Views

      B

      I know this is an old post, but I have similar issues and after some debugging this is what I found: The nanogateway gets the join request from the node using OTAA and it forwards it to TTN. TTN sees the join requests and replies back to the gateway: Adding some debugging I can display the data received from TTN and sent to the node using the _send_down_link function: def _send_down_link(self, data, tmst, datarate, frequency): self.lora.init(mode=LoRa.LORA, frequency=frequency, bandwidth=LoRa.BW_125KHZ, sf=self._dr_to_sf(datarate), preamble=8, coding_rate=LoRa.CODING_4_5, tx_iq=True) while time.ticks_us() < tmst: pass print(binascii.hexlify(data).upper()) self.lora_sock.send(data) Decoding the returned data shows that TTN is accepting the node to join: https://lorawan-packet-decoder-0ta6puiniaut.runkit.sh/?data=20B6330995FA5AD1601C019F596C711FE11FF096E1C4915F94F183BEA903746F23 Assuming hex-encoded packet 20B6330995FA5AD1601C019F596C711FE11FF096E1C4915F94F183BEA903746F23 Message Type = Join Accept AppNonce = 0933B6 NetID = 5AFA95 DevAddr = 011C60D1 MIC = 03746F23 However, the node keeps trying and is unable to join or takes several attempts until it is successful. I hope this helps solving this issue...
    • G

      LoPy connect BLE
      LoPy • lopy ble bluetooth problem issues • • ghilinta.daniel  

      14
      0
      Votes
      14
      Posts
      7507
      Views

      S

      @jmarcelino Is this problem fixed?
    • bucknall

      Bugs/Issues moving to GitHub
      Announcements & News • bugs support issues ticketing • • bucknall  

      8
      1
      Votes
      8
      Posts
      3537
      Views

      jasonriedy

      Ugh. Not everyone is willing to have a github account.
    • 1 / 1