stm32 icon indicating copy to clipboard operation
stm32 copied to clipboard

RNH sleep state

Open ThirteenFish opened this issue 10 years ago • 1 comments

The RNH should have a low power/sleep state. This should not on by default and should only be able to turn on when the following conditions are met:

  • Shorepower (BQ24725 ACOK) is disconnected.
  • All ports are off.
  • A Rocketnet Command Interpreter command has been issued that indicates that it is safe to go to sleep.

When in sleep mode the RNH has

  • Turned off the Ethernet switch (KSZ8999)
  • Entered the ARM low power state.

While in this state it cannot respond over ethernet.

The only way to revive the RNH from its sleep state is to re-attach shorepower.

ThirteenFish avatar Mar 12 '14 08:03 ThirteenFish

Sequence note: Turn off all peripherals, then sleep. Other procedural checks need review.

kwilsonpdx avatar May 23 '14 23:05 kwilsonpdx