Skip to content

board pins initialization? #10233

@stanelie

Description

@stanelie

Hello.
Not sure if this is a bug report or a feature request, but I was wondering if there is a way to prevent IO pins from changing state randomly while the device boots?

I use these ESP32-S3-Zero boards to build wireless light sources, I use 4 pins as PWM outputs to drive some LED drivers. While the ESP32 boots circuitpython, before my program runs, the pins go through a cicle of full on - full off, which makes my LEDs go full on while the ESP boots. In my case, in a professional theater context, this is undesired behavior. Also, when I experience low power conditions, when the battery is drained, the ESP32 reboots constantly, which makes the LED blink on each cycle, which is even worse. Is there a way to avoid this (without having to add component to physically enable the outputs only when the device is properly booted)?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions