Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rocket domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/practical-tips.com/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the soledad domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/practical-tips.com/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the soledad domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/practical-tips.com/wp-includes/functions.php on line 6114
Arduino Nano: All info on power consumption - Practical Tips

Arduino Nano: All info on power consumption

by Flo

If you want to run your Arduino Nano around the clock, you should keep an eye on the power consumption. Over time, even many small consumers can lead to high electricity costs

Power consumption and power costs of the Arduino Nano

Compared to other microcontrollers, the Arduino Nano has a fairly low power consumption. However, the power consumption is not always the same.

  • In normal operation, the Arduino Nano consumes around 25 mA. When the Arduino switches to standby mode, it only consumes around 7.5 mA.
  • If you connect more components to the Arduino, the power consumption will naturally increase. You can use a multimeter to read off the actual power consumption.
  • If the Arduino runs day and night with a voltage of 5 volts, a current of 25 mA results in about 30 cents in electricity costs per year.
  • You can further reduce power consumption by using an external low-power library. This reduces the power consumption mainly in idle mode.

     

     

Related Articles

Leave a Comment