That's an interesting thought regarding the shutdown process for the ZBitx. Expanding on your idea, it seems quite logical to have a dedicated button displayed on the user interface that initiates the shutdown procedure for the primary Raspberry Pi Zero. Following the activation of this shutdown command, once the Pi Zero has completed its shutdown sequence, it would cease transmitting data via the I2C communication protocol. The secondary microcontroller, in this case, the Pico, could then be programmed to monitor the I2C bus for the absence of this data. Upon detecting that the Pi Zero is no longer sending any I2C signals, the Pico could then trigger a visual cue on the screen, perhaps a message indicating that it is now safe to disconnect the power supply. This approach offers a more user-friendly and potentially safer method for powering down the ZBitx, particularly in situations where accessing a terminal to issue a shutdown command is not feasible. It elegantly utilizes the existing communication pathway between the main processor and the display controller to provide a clear indication to the user when it is appropriate to remove the power. Thanks, David On Sat, May 17, 2025, 4:54?PM Dave, N1AI via <n1ai=[email protected]> wrote:
|