You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to initiate the boot process (power on/off) using custom button (IO17). I am using Arduino IDE. If you can please share example code to initiate the boot process(power on/off), that would be great. Thanks in advance.
The text was updated successfully, but these errors were encountered:
The shared code is putting the board on deep sleep, which is different from boot process. Is side button (IO1) (button near to reset button) performing boot process or deep sleep?
@ankurphutela
T-CameraPlus-S3 currently does not have an independent switch for turning the battery on and off. The side button is a custom BOOT button, IO0 (the button that puts the device into boot mode). If you want to turn off the device, the currently feasible method is to enter deep sleep mode.
Hello,
I would like to initiate the boot process (power on/off) using custom button (IO17). I am using Arduino IDE. If you can please share example code to initiate the boot process(power on/off), that would be great. Thanks in advance.
The text was updated successfully, but these errors were encountered: