L96 standby wake-up

Good morning,
is it possible to fully manage the standby condition via I2C? I mean, is it possible to send the standby command and to wakeup the module only using the I2C interface?
Thank you
Matteo

Hi Rigamonti,

  1. If the MCU has control on EXTINT0 (PIN 7), it can be used to enter/exit standby mode.

  2. $PMTK161,0*28 command via I2C/UART to enter standby mode. If you want to use any command to wake up from standby, you need to send any data through UART.
    Or pull RESET pin to low level to wake up the module.

Best regards