Skip to content

Cannot control some IOs of ESP32S3-dev board #808

@martinberlin

Description

@martinberlin

Describe the bug

I'm trying to make a simple array to set the referenced IOs as Output and at the same time turn them high.
This seems to work for many GPIOs but others seem not to react, even after the array loop, trying to explicitly do it like this:

  digitalWrite(41, HIGH);
  digitalWrite(48, HIGH);

I'm not sure this is a bug but I can certainly turn all GPIOs high in a physical board.

To Reproduce

https://wokwi.com/projects/401153784260252673

Expected behavior

Leds being lit when the connected IO is set as output and turned on high.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions