Skip to content

Instantly share code, notes, and snippets.

View KineticPrecision's full-sized avatar

Spencer Webb KineticPrecision

View GitHub Profile
@KineticPrecision
KineticPrecision / DeeperSleeper.py
Last active October 18, 2023 15:17
Real Deep Sleep via Circuit Python on the ESP32-S3
########################################
# Author: spencer_webb_nh
# Date: 18-OCT-2023
#
# DeeperSleeper is the function that gets the ESP32-S3 processor into deep sleep
# whence the current consumption is at an absolute minimum. After a
# the specified delay, in seconds, the system reboots.
#
# This knowledge was hard-earned.
#