Hi!
Since the power will come from the VIN pin (12 volts), I want to know whether it is safe to upload sketches without disconnecting the VIN pin while I test and debug the logic of my project.
Any help would be much appreciated. Thanks
Hi!
Since the power will come from the VIN pin (12 volts), I want to know whether it is safe to upload sketches without disconnecting the VIN pin while I test and debug the logic of my project.
Any help would be much appreciated. Thanks
Hello @Stagirite, welcome to the forums!
Yes, it's safe to use both: the Arduino Nano ESP32 has a diode between VIN
and VUSB
so that if VIN
> VUSB
, VIN
takes precedence and the board is always powered regardless of the PC being connected or not.
Note that no other pins are 12V safe though, so test with care!
Thanks @lburelli , I appreciate your time and support. Thanks for the explanation, that is an amazing feature!