This repository was archived by the owner on Apr 16, 2021. It is now read-only.
This repository was archived by the owner on Apr 16, 2021. It is now read-only.
Arduino Nano BLE 33, low voltage from digitalWrite() #65
Closed

Description
Hello,
I am having issues with the easiest code ever:
`void setup() {
pinMode(8, OUTPUT);
}
void loop() {
digitalWrite(8, HIGH);
}`
The problem is that the voltage I get from the pin 8 is not 3.3, but lower and not enough to fully turn on a LED or make an active buzzer ring.
I know this is an issue somebody brought up in the forum (https://forum.arduino.cc/index.php?topic=663776.0), but could not find any solution around.
Is this something you can help me with?
Thank you very much in advance!
ciao,
Lorenzo
Metadata
Metadata
Assignees
Labels
No labels