M5StickV AI Camera - power on/off via groove connector pin
-
Hello!
Is it possible to power on/off the M5StickV via one of the pins exposed in the groove connection ( 34 & 35 ) ?
Should I remap the pins using the fpioa_manager somehow (I'm using micro python code) ? I'm planning to use the module in permanent installation that should be turned on/off in programmed schedule rather than by manually pressing the power button. Thanks for any tips ! -
You can use any pin to control the device to sleep.
But only the power button can wake it up.
You can configure the AXP192 register to make the device enter the sleep state.https://github.com/MarsTechHAN/MaixPy/blob/master/projects/maixpy_m5stickv/builtin_py/pmu.py