Arduino nano kein strom auf 5v Pin

Hello, I have two Arduino Nano 33 iot. At first I thought that one was broken because it didn't supply any power to the 5v pin. Power is supplied via the vin pin with 9v. Why don't both Arduinos have power on the 5v pins? do I have to pay attention to something?

Moin ich habe zwei Arduino Nano 33 iot ich dachte erst das der eine kaputt ist, da dieser auf dem 5v pin kein Strom liefert. Stromversorgung läuft über den vin pin mit 9v. Wieso haben beide Arduinos auf den 5v pins keinen Strom? muss ich was beachten?

Im englischen Teil des Forum müssen die Beiträge und Diskussionen in englischer Sprache verfasst werden.
Deswegen wurde diese Diskussion in den deutschen Teil des Forums verschoben

Wie man dieses Forum benutzt - bitte lesen


Vielleicht können Sie die Spezifikationen noch einmal überprüfen
https://docs.arduino.cc/hardware/nano-33-iot

5V on that pin is available only when two conditions are met: you make a solder bridge on the two pads marked as VUSB and you power the NANO 33 IoT through the USB port. If you power the board from the VIN pin, you won't get any regulated 5V and therefore even if you do the solder bridge, nothing will come out of that 5V pin.

Der „5V-Pin“ VUSB ist nur über die Lötbrücke mit dem USB Anschluss verbunden.
VIN nur über eine Schottky damit, sperrend in Richtung VUSB.
Der Nano 33 IoT hat nur einen 3,3V Regler verbaut. Er kann also selber nur 3,3V Regeln.
Für 5V brauchst du eine USB Verbindung und die Lötbrücke muss gesetzt sein.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.