Some Nano boards have an exposed trace that can be cut to bypass the step down converter, and enable powering the board directly with a 3.3 V external power source. This can provide greater power efficiency and reduced heat generation on the board, especially for applications when the board is running on battery power, and will be inactive for long periods of time.
Before you begin
You can use this procedure with the following boards:
- Nano 33 BLE
- Nano 33 BLE Sense
- Nano 33 BLE Sense Rev2
- Nano ESP32
- Nano RP2040 Connect
Bypassing the onboard voltage regulator allows you to power the board directly with 3.3 V, adding the advantage of greater power efficiency and reduced heat generation on the board.
Advantages:
- Greater power efficiency.
- Reduced heat generation on the board.
Disadvantages:
- The power you supply in this configuration must be pre-regulated to 3.3 V.
- You can no longer use a USB connection to power the board.
- You can no longer use a USB connection to upload sketches.
This configuration is mainly recommended ready-to-deploy projects where low power consumption is a priority.
Configure your board for 3.3 V power
Warning: Cutting the 3.3V pads will disable the USB connector! You won’t be able upload sketches or power the board using USB until you restore the connection between the pads.
-
Disconnect all power sources from your board.
-
Find the pads on the bottom of your board. They are outlined with a white, dotted line, and are labeled “3.3V”.
-
Use a sharp object (such as a hobby knife) to cut the trace (thin line of material) connecting the two pads:
-
Connect your regulated DC power source:
-
Connect your 3.3V+ power to the 3V3/3.3V pin.
-
Connect your power’s ground to a GND pin.
-
Restoring the default configuration
To return the board to its default configuration, apply a small amount of solder to short the two 3.3V pads again.
Further reading
You can find board schematics and full pinouts in Arduino Docs: