Navigation

    Welcome to the Pycom forum

    Forum

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

    • C

      G01 doesn't work
      GPy • error g01 init • • Colateral  

      6
      0
      Votes
      6
      Posts
      1458
      Views

      C

      @jmarcelino What is the right voltage a for that pin? What is the amperage required for the modem?
    • J

      GPy firmware update failed
      GPy • gpy error firmware upgrad setup failure • • jermj93  

      3
      0
      Votes
      3
      Posts
      1216
      Views

      J

      @jmarcelino That fixed the problem! I did not have a jumper on the RX pins. By demo application I mean that when I plug in the board the green LED flashes, followed by the blue LED every 4 seconds. Thanks a lot for your help!
    • S

      Pytrack + FiPy setup on Win7
      Issues & Bugs • pytrack firmware error installation • • sandipg  

      24
      1
      Votes
      24
      Posts
      8855
      Views

      C

      @seb A) FiPy+PyTrack+LiPo-Battery (Not-Attached-to-USB3.0) 
Vin = 4.09~4.10 V 3V3 = 3.32 V B) PyTrack+USB-Serial-device (Attached-to—USB3.0) same port as A)
 Vin = 4.85 V 3V3 = 0.23 V C) PyTrack+USB-Serial-device (Attached-to—USB3.0) + Hotswap-in-FiPy same port as A) & B)
 Vin = 4.55 V 3V3 = 3.32 V D) PyTrack+FiPy+NO-USB-Serial-device (Attached-to—USB3.0) same port as A) & B) & C) same combo as C) Just unplugged USB from PyTrack, and re-attached it…
 Vin = 1.69~2.51 V 3V3 = 1.15~1.91 V Also, worth nothing is that if my hand slips with the measuring probes, I get it to “boot-up” by accidentally shorting GROUND & 3V3, and I get a USB-Serial-Devices on my computer [ergo like A), B) & C) …] … And then, I get the same Vin & 3V3 as C) Which makes me conclude that you’ve guys have a Firmware issue!!! … and not a “bad usb-cable” or “bad usb-port” … etc etc. For some reason, in the boot-sequence of the PyTrack Firmware, it choose not to boot-up FiPy and enable USB-Serial … And, again, it’s odd that I can short GROUND & 3V3 with my measuring probes, and then it boots up FiPy and enables USB-Serial…
    • M

      Cannot upgrade firmware : timeout
      Issues & Bugs • firmware sipy error firmware upgrad linux • • marto  

      9
      0
      Votes
      9
      Posts
      2362
      Views

      seb

      @marto Hi thanks for pointing that you, you are correct the updater tool only shows instructions for the expansion board at the moment. I have passed this on and it should hopefully be changed soon. I will now remove the text about carefully reading the updater instructions because that clearly caused confusion. I will also pass on your OS details so make sure it gets investigated at the same time as the Mac OS issues.
    • A

      Pysense looses connection to wipy - wipy reset
      Expansion Board • pysense wipy2.0 error reset hardware • • Andreas B.  

      2
      0
      Votes
      2
      Posts
      822
      Views

      X

      Can you please first try another firmware update (we have released 1.10.2.b1). If that doesn't help please try to format the internal flash: import os; os.mkfs('/flash') If that still doesn't help please email support@pycom.io
    • J

      nvram_save() and nvram_restore() error codes?
      LoPy • lopy error nvram • • JuanMa  

      1
      0
      Votes
      1
      Posts
      781
      Views

      No one has replied

    • A

      [SOLVED] broken Pysense board?
      Expansion Board • pysense expansion board i2c error wipy2 • • andrethemac  

      8
      0
      Votes
      8
      Posts
      2193
      Views

      A

      @jorismathijssen Hi Joris. Did you tried tot upload thé firmware again? Be sure to powercycle your device. Did you run dfu utils with elevated rights? (Admin on Windows of sudoku on Linux?) Good luck
    • D

      Function similar to Pulse In in C
      LoPy • lopy error • • Devang Sharma  

      27
      1
      Votes
      27
      Posts
      9042
      Views

      D

      @robert-hh Thanks a lot, Man! Works like a charm. :) Now I get where I was wrong! I was measuring pulses the wrong way. Moreover, I wasn't resetting the self.start variable..!! :'D Thank You, Devang.
    • B

      NanoGateway: Error 118
      LoPy • error nanogateway lora gateway • • berni  

      1
      0
      Votes
      1
      Posts
      841
      Views

      No one has replied

    • cocoa

      LoPy unable to receive LoRaWan downlink message (ABP joined)
      LoPy • lopy lorawan error downlink abp • • cocoa  

      1
      0
      Votes
      1
      Posts
      947
      Views

      No one has replied

    • S

      LoPy FTP not working
      LoPy • lopy error ftp upload • • simonjcarr  

      3
      0
      Votes
      3
      Posts
      1731
      Views

      S

      @robert-hh Thank you, that did it (Setting the single connection only).
    • Y

      Fw: 1.6.7.b1 socket error -78 and errno 9 Ebadf
      Discussion • error sockets https • • yahia  

      1
      1
      Votes
      1
      Posts
      920
      Views

      No one has replied

    • B

      [SOLVED] urllib.parse: MemoryError: memory allocation failed, allocating 560 bytes
      Getting Started • error • • BetterAuto  

      3
      0
      Votes
      3
      Posts
      1714
      Views

      B

      @livius Yes this is a fresh boot with nothing in boot.py or main.py, no extra code is running. Even importing just the requested module still blows up memory. >>> import gc;gc.mem_free() 65056 >>> from urllib.parse import unquote Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/flash/lib/urllib/parse.py", line 475, in <module> File "/flash/lib/urllib/parse.py", line 475, in <dictcomp> MemoryError: memory allocation failed, allocating 2344 bytes >>> All is good though. I found a module written for WiPy 1.0 that has worked around the memory issues. The problem still needs to be fixed in uPython mainline libraries, but this workaround works for me. >>> from urllib import unquote >>> unquote('abc%20def') 'abc def' >>>
    • tobz

      Guru Meditation Error of type LoadProhibited occurred on core.
      WiPy 2&3 • wipy2.0 error crash guru error ultrasonic • • tobz  

      13
      0
      Votes
      13
      Posts
      4510
      Views

      tobz

      @tobru From memory I think it was a 10k resister - check the spec sheet for the HC-SR04. I probably just attached it straight onto the expansion board, maybe via a breadboard - I can't remember sorry.
    • tobz

      Wipy 2.0 Cannot read internal flash without a SD card inserted
      WiPy 2&3 • wipy 2.0 error sdcard • • tobz  

      3
      0
      Votes
      3
      Posts
      1370
      Views

      tobz

      Ah derp. yeah that works. I'm new to (micro)python & coding for hardware, so learning lots at the moment. Thanks.
    • I

      Pymakr error on sync
      Issues & Bugs • error micorpython sync pymakr sync err esp8266 • • imperialsun  

      5
      0
      Votes
      5
      Posts
      1836
      Views

      I

      @Ralph Thanks a lot for your quick answer. i will keep going with rshell.
    • R

      Error makes WiPy reboot...
      Issues & Bugs • wipy error debug reboot restart • • redimo  

      4
      0
      Votes
      4
      Posts
      1282
      Views

      R

      @jmarcelino '1.6.12.b1'
    • L

      After two hours, Pymakr is still not working... no module named urllib2
      Discussion • pymakr error installation • • LucD  

      3
      0
      Votes
      3
      Posts
      1350
      Views

      RobTuDelft

      If you are looking for simple REPL through telnet I can recommend you to check out my Python script: link Easiest way to get started :) If you want to write scripts for your device, like main.py (a.k.a. modules) then you can do so in your favorite code editor and upload through ftp.
    • 1
    • 2
    • 3
    • 2 / 3