Skip to content

RTK Express powers off before displaying splash screen #84

@LeeLeahy2

Description

@LeeLeahy2

Subject of the issue

Pushing the power button on the RTK Express does not always power on the device. I believe that this is due to button bounce. I am verifying that the ESP32 starts running by connecting to the CONFIG ESP32 port.

The v1.10 code requires that the user hold the Power button on without any bounce for just over 500 mSec. This also does not take into account the processing time associated with bringing up the GPS, calls to beginGNSS and beginEEPROM as well as determining the product. If any bounce occurs in this 500 mSec then the RTK Express will shut off.

I have changed the powerOnCheck routine to the ignore the bounce during the 500 mSec and check for the power button being depressed after the delay. See the attached file.

Your workbench

  • What version of RTK Surveyor firmware are you running? v1.10
  • How is everything being powered? Battery, USB serial

Steps to reproduce

Push the power button, not real hard
powerOnCheck.txt

Expected behavior

The device should power on and display the splash screen

Actual behavior

The device powers on and then turns off before displaying the splash screen

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions