Navigation

    Welcome to the Pycom forum

    Forum

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

    • P

      Power on without reset
      LoPy • lopy4 expansion board reset reset button reed switch • • Paloma  

      11
      0
      Votes
      11
      Posts
      1061
      Views

      J

      @paloma https://forum.pycom.io/topic/3834/lopy4-will-not-boot-via-battery-power-on-expansion-board/3 https://forum.pycom.io/topic/3436/expansion-board-3-0-battery-power-not-enough-juice/13 https://github.com/pycom/pycom-micropython-sigfox/issues/167 It seems connecting P8 to 3V3 solves the issue (or an issue which is similar to yours, at least). Don't ask me why.
    • D

      Pycom blinking faint blue light
      LoPy • lopy expansion board reset rgbled blue led • • dpalharini  

      3
      0
      Votes
      3
      Posts
      660
      Views

      dan

      Hi @dpalharini Does the board work when powered with USB? Try pulling P8 high, if you also want to use the SD card, use a 10k pull-up.
    • P

      FiPy randomly deleting program / factory resetting on power off/on
      FiPy • fipy power reset power down solar charging • • PaulM  

      11
      0
      Votes
      11
      Posts
      1605
      Views

      S

      @PaulM You might want to look into firmware version 1.19. At the moment it is still in beta, but it adds the option to use LittleFS instead of FAT as the primary filesystem of the internal flash. This prevents data corruption even in the case of power loss during write operations.
    • C

      Restarting code without reset button or power-cycle
      LoPy • lopy wifi reset • • christian_kohler  

      3
      0
      Votes
      3
      Posts
      899
      Views

      C

      @robert-hh Thanks, that is perfect.
    • J

      WDT and deepsleep
      Getting Started • reset wdt deepsle • • Jardar  

      5
      2
      Votes
      5
      Posts
      1242
      Views

      K

      @alexpul correct
    • J

      Reset causes for machine.reset()
      Issues & Bugs • gpy reset machine.reset • • Jardar  

      3
      0
      Votes
      3
      Posts
      721
      Views

      J

      Thanks. Is there a way to distinguish a WDT reset (fault condition) vs. a intenden reset by machine.reset()? Best regards Jardar
    • S

      Only a power cycle works to reset
      MicroPython • reset • • smbunn  

      1
      0
      Votes
      1
      Posts
      536
      Views

      No one has replied

    • peterkz

      LoPy 1 does not boot
      LoPy • reset debug dead • • peterkz  

      19
      0
      Votes
      19
      Posts
      3239
      Views

      J

      @robert-hh thank you, I reinstalled ATOM and checked the jumpers on the expansion board and the problem solved. thank you
    • M

      configuring in BLE
      Discussion • fipy reset pycom bluetooth • • mdk22  

      3
      0
      Votes
      3
      Posts
      825
      Views

      M

      thanks seb, this would work wonders :)
    • N

      How to reset a serial/uart connection?
      MicroPython • fipy uart serial reset machine.reset • • nathanh  

      9
      0
      Votes
      9
      Posts
      3575
      Views

      D

      Hello guys, The issue fixed in the IDF is definitely affecting us. We will merge that patch and will be available for our next release this week. Cheers, Daniel
    • T

      boot.py versus main.py
      Getting Started • deep sleep reset boot.py main.py • • tshead  

      11
      0
      Votes
      11
      Posts
      3390
      Views

      M

      @reidfo I use the boot.py to mount the SD card just once. When I mounted the SD card in the main.py I encountered OSError when re-running my code in the REPL (OSError: the requested operation is not possible) due to the fact that I cannot check the status of the SD card.
    • 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
    • D

      LoPy stuck in Station(STA) Mode!
      LoPy • lopy reset ap mode ssid wlan wifi • • Devang Sharma  

      3
      1
      Votes
      3
      Posts
      1027
      Views

      D

      @livius Thanks a lot. Now both of my LoPy works in AP mode. com port issue is adressed and fix will be released in next firmware @daniel can say when. I hope it is very soon.
    • Lokefar

      Reset pin low every 100ms
      SiPy • sipy reset crash • • Lokefar  

      1
      0
      Votes
      1
      Posts
      827
      Views

      No one has replied

    • B

      [SOLVED] A machine.reset() different than pushing reset
      Getting Started • reset • • BetterAuto  

      12
      0
      Votes
      12
      Posts
      4030
      Views

      S

      daniel said in New firmware release 1.6.12.b1: Fix bug caused by machine.reset(). Used a quick WDT reset instead which actually performs a full reset of the chip.
    • C

      Lopy: Files deleted after pushing reset button
      LoPy • lopy pycom reset boot mode restart • • cylex  

      5
      0
      Votes
      5
      Posts
      1973
      Views

      S

      @bucknall I am able to corrupt the file system pretty easily. Running 1.7.6FW ATM. It seems to be when the program has a file open and an error occurs. What is the file system running on these boards? It doesn't appear to be a journaling file system. It is way too easy to corrupt the file system and have it erase the whole flash. I am developing a BT application that can update any file on the device and really need protection against this type of failure. I'm already doing a double buffer approach with the file writes so I have a good copy of the target file before deleting the original and renaming the file. The issue is resetting the board in the middle of a file write causes any manor of flash corruption. Before someone says "don't do that", I try very hard to design my system to recover from any type of errors. The cardinal rule is that there should be no way to brick a unit doing an update. To that end, I test every kind of failure during updates to make sure the device remains in a operating state.
    • 1
    • 2
    • 1 / 2