Navigation

    Welcome to the Pycom forum

    Forum

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

    • D

      Pygate debug messages over WLAN AP
      Getting Started • lopy4 repl pygate debug ap mode • • d.alvrzx  

      5
      0
      Votes
      5
      Posts
      71
      Views

      D

      @Gijs Yes! Tested rc11 yesterday and it worked just fine. Thx!
    • T

      Security and frozen modules
      Discussion • repl frozen modules secure boot • • troy salt  

      2
      0
      Votes
      2
      Posts
      311
      Views

      robert-hh

      @troy-salt If you have access to the device, you can read the flash with esptool.py.
    • E

      can't connect via FTP
      Issues & Bugs • wifi ftp repl • • Eric Waai  

      4
      0
      Votes
      4
      Posts
      534
      Views

      E

      @paul-thornton no it was something else. i don't remember what the exact problem was. one thing that is weird is that the WLAN SSID was never changed. i connected it to pybytes via the REPL and updated the main.py in there and i could connect again.
    • K

      Atom foibles.
      Support & Troubleshooting • gpy atom repl • • kjm  

      4
      0
      Votes
      4
      Posts
      471
      Views

      J

      @kjm But maybe since we are mentioning it... someone who already has a fix can pass it along. Or someone who didn't realize it was a problem can make the next version a little bit better. Hopefully shared misery will have a shared cure. ;)
    • tobz

      Detect if REPL is connected
      Guides • repl help • • tobz  

      5
      0
      Votes
      5
      Posts
      1188
      Views

      R

      I am using a W01 module connected via P0, P1 (the standard Rx/Tx lines of the serial REPL) to a FT232R serial-USB-interface. The FT232R is powered from USB. By defining P0 (i.e. Rx) as input with pull down activated, it is possible to dectect if REPL (i.e. the USB) is connected (P0=1=yes) It may be interesting to note that UART operation is not affected by having Rx(P0) declared as digital input simultaneously. By this method, the module detects a serial console during boot and continues in REPL mode. If there is no active serial connection detected, it autostarts its application. I am not sure if this works with a Wipy since the serial-USB interface may be powered from the Wipy, possibly making the status of Rx independent of the USB cable connection.
    • B

      REPL Prompt missing and no response after connection
      Issues & Bugs • lora lopy4 firmware repl • • brentoon  

      3
      0
      Votes
      3
      Posts
      962
      Views

      B

      @robert-hh Thanks, that did it! I had to do the P12 to 3.3V for the 7-9s to load the factory firmware. I retested a firmware update and it went back to the unresponsive mode. So I then reformatted the /flash area by running: import os os.mkfs('/flash') A firmware update then worked ok. Thanks again.
    • M

      REPL not showing up after
      Discussion • fipy repl safeboot • • mdk22  

      3
      0
      Votes
      3
      Posts
      973
      Views

      M

      @robert-hh yeah the P12 reset worked out. Thank you :)
    • S

      REPL and main.py only runs after reset
      GPy • gpy repl boot mode • • SindreStephansen  

      3
      0
      Votes
      3
      Posts
      950
      Views

      D

      Hello, Thanks for reporting this issue. We will investigate it. Cheers, Daniel
    • S

      FTDI drivers with FiPy+PyTrack in Win 7
      FiPy • repl ftdi windows • • sandipg  

      14
      0
      Votes
      14
      Posts
      3101
      Views

      jmarcelino

      @sandipg The voltage and capacity are OK but it's the wrong connector, you want a JST PH-2 (also check the polarity as there is no standard) For Germany perhaps check out these two from HobbyKing: (the higher capacity 2000mAh is cheaper as it's on sale, but see dimensions etc) https://hobbyking.com/de_de/turnigy-2000mah-1s-1c-lipoly-w-2-pin-jst-ph-connector.html https://hobbyking.com/de_de/turnigy-1200mah-1s-1c-lipoly-w-2-pin-jst-ph-connector.html
    • A

      How to stop program running on board
      Pymakr • repl sync • • alg  

      4
      0
      Votes
      4
      Posts
      2299
      Views

      A

      @robert-hh @crumble Thanks - problem solved.
    • C

      Unable to Program SiPy
      SiPy • firmware pymakr sipy serial repl • • choco  

      7
      0
      Votes
      7
      Posts
      2074
      Views

      C

      @jcaron It worked! My bad. Didn't even think about that. I erased flash memory and uploaded most recent firmware. Thank you @robert-hh as well. For the future, are there any best practices for connecting/disconnecting, from both a hardware and software standpoint. e.g. my boot.py file: import os from machine import UART uart = UART(0, 115200) os.dupterm(uart) Should I include anything else?
    • C

      Can't connect to device when main.py is running
      WiPy 2&3 • wipy 2.0 serial ftp repl connection • • ccarducci  

      10
      0
      Votes
      10
      Posts
      2756
      Views

      D

      @ccarducci you could enable a for loop running every second, this way you can interrupt your program every second.
    • M

      Frozen repl
      SiPy • repl • • mhellar  

      3
      0
      Votes
      3
      Posts
      1372
      Views

      robert-hh

      @mhellar That is a common problem with 1.10.b1. Erase flash and reinstall.
    • O

      Pytrack, usb serial communication and REPL
      Getting Started • pytrack uart usb repl • • ozeta  

      1
      0
      Votes
      1
      Posts
      1051
      Views

      No one has replied

    • P

      Running your program without CTRL-D from REPL
      SiPy • repl • • pmulvey  

      1
      0
      Votes
      1
      Posts
      911
      Views

      No one has replied

    • C

      Laggy REPL with disconnects on new firmware
      Issues & Bugs • repl 1.6.8b2 lag • • coagentpai  

      5
      0
      Votes
      5
      Posts
      1563
      Views

      S

      @livius thanks again Bookmarked ... Stephane A.
    • G

      lopy not running main.py
      LoPy • lopy boot.py repl • • gouao  

      19
      0
      Votes
      19
      Posts
      6964
      Views

      李

      @gouao Have you deleted the first line? The first line cannot be deleted. # main.py -- put your code here!
    • P

      Error when using REPL in PyMakr 1.0.0.b5-1 and hitting backspace
      MicroPython • pymakr bug repl • • peter  

      2
      0
      Votes
      2
      Posts
      1188
      Views

      abilio

      @peter Thanks a lot for your detailed bug report. We will try to reproduce it, and fix it for the next release.
    • 1 / 1