CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 17:21:04 GMT
content-type: text/html; charset=utf-8
cf-ray: 965dcfa19b6ad3d4-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=13de6244-a3b7-4e13-ad71-7a36d5633e61; expires=Mon, 27 Jul 2026 17:21:04 GMT; domain=.stackexchange.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: 357fc249-0f47-48f5-b0f7-630c5192ad0e
x-worker-origin-response-time: 442000000
x-dns-prefetch-control: off
set-cookie: prov=13de6244-a3b7-4e13-ad71-7a36d5633e61; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=e9sSqBMR0oWbaiWp8GuuGlRVDMx9fpa02C2oaBaUg34-1753636864-1.0.1.1-L_nx8ipInNpX5uWMi6EiI1WCwznWxJF.YSnUzFWEewRTzMzMU_tJAUqZISC47kPtposorF4JY8iTnZohWFitLlqPbCw0Q81iIS1bGVtNUDM; path=/; expires=Sun, 27-Jul-25 17:51:04 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=lNH7E5M44qHsodr_NgBUXp9QQJ7zjicRFfyUueRM160-1753636864710-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'power' Questions - Arduino Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [power]
This tag is for questions regarding powering and/or power consumption of Arduino systems.
908 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
78
views
ESP8266 Not Booting Properly on First Power On – Works After Restart
I'm working on an ESP8266-based water level monitoring system using an ultrasonic sensor and an I2C LCD. The problem I'm facing is that sometimes the ESP8266 does not boot properly when powered on for ...
0
votes
2
answers
63
views
Communication vs Power Arduino
If I want to use an external power source to power up my Arduino through the raw pin and connect its ground to the ground of the Arduino (Arduino Pro Micro), but need to also have USB connected to my ...
-1
votes
1
answer
66
views
Using arduino to power another usb device
Can I configure an Arduino Uno as a power source to recharge a USB device while being powered by another external power device? I asked ChatGPT for input and it gave me this code:
#include <USBHost....
0
votes
0
answers
163
views
Sleep and Wake Arduino Nano 33 BLE
I'm trying to figure out how to wake up and put to sleep the Arduino Nano 33 BLE. I have seen a few post about it but absolutely nothing I can understand or implement. I'm attaching a subset of the ...
0
votes
0
answers
17
views
Are sleep and reset on DRV8825 tied up to GND?
I am working on a project that has a servo and a stepper motor, so I build a circuit which have both the driver and lm7805.
The problem is that the regulator overheated very quickly. I traced the ...
0
votes
1
answer
312
views
Powering SG90 Servo with 18650 battery
I want to power one SG90 servo with an 18650 3.7v battery. Since the working range for the servo is 4.8v-6v, I used XL6009 boost converter and got a 5.8v output. I have measured it with my multimeter. ...
0
votes
1
answer
101
views
Arduino Nano max current from 5v pin if using 5v 1A wall adapter
I read several answers, but those can be confusing, because it depends on how you provide power to the Arduino.
What if I use a wall adapter with 5 V / 1 A and connect it directly to the Arduino Nano ...
0
votes
3
answers
68
views
How can I improve the power supply for my Arduino-based sensor system?
I am working on an Arduino-based sensor system that includes a temperature sensor, a humidity sensor, and an LCD display. Everything works fine, but I am facing issues with power stability when I run ...
4
votes
1
answer
277
views
ATmega328PB Sleep Mode Current Consumption
I am using an ATmega328PB to run an RF module. When testing sleep mode current consumption, I noticed it was much higher than I expected. I took off all unnecessary components. The only things in the ...
0
votes
1
answer
266
views
RS485 message edit on the fly between EV charger and energy meter
I am trying to connect Feyree smart EV charger with Dynamic Load Balancing to DTSU666 smart meter via RS485.
Dynamic Load Balancing is a function of EV charger that lets you dynamically change charger ...
0
votes
0
answers
76
views
Why can my computer not see my Arduino Uno?
I've plugged my ELEGOO Uno R3 into a USB port on my computer with a USB cable. However, neither Arduino IDE nor my computer can see the device. When the Uno is connected, it shows no connected devices....
-1
votes
1
answer
645
views
How to power 2 MG996R towerpro servo
I am a beginner and tried powering MG996R Tower Pro (180 deg Metal Gear) Servo from Arduino UNO and ended up hibernating the host PC.
I want to power 2 such motors (in parallel configuration) for lets ...
1
vote
1
answer
194
views
Code review for timer using RTC and OLED screen
I am building a small art project to display my current age with an accuracy of 1/100th of a second. I am using a XIAO SAMD21, a DS3231 RTC, and a 128x32 OLED screen. Here is what it looks like right ...
3
votes
1
answer
344
views
Increase in power consumption after brown-out detection (BOD)
I'm working on a low-power energy harvesting project, where I'm considering using an ATtiny85 to perform some minor tasks. The ATtiny is put in Power Down mode most of the time and does not consume ...
0
votes
1
answer
64
views
ATtiny25 - assembly - BOD disable for sleep mode - error [closed]
If I understood the AVR instruction manual correctly, the ATtiny 25 can disable the BODlevel2 fuse by software, but when compiling with Studio 7 (version 7.0.132), I get the error "Undefined ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
arduino-uno × 243
battery × 95
arduino-nano × 78
usb × 66
arduino-mega × 63
voltage-level × 51
sensors × 49
current × 49
servo × 48
esp8266 × 45
led × 44
motor × 41
voltage × 35
sleep × 33
arduino-pro-mini × 33
pins × 29
esp32 × 23
electronics × 23
relay × 22
nodemcu × 21
serial × 19
shields × 18
transistor × 17
atmega328 × 17
mosfet × 16
more related tags
Hot Network Questions
- Moving multiplying cells away
- Kepler's first law proof error - can anyone help me see what the error is?
- spots / stains on tubeless tire
- Can expanding foam provide interior strength for a large model?
- Were the Fantastic Four the only superheroes on Earth-828 in The Fantastic Four: First Steps?
- How many simple groups are there of a given infinite cardinality?
- Still learning electronics, can you explain this voltage protector failure?
- How do I set up a recursive algorithm to repeatedly square root a positive real number?
- Why doesn't the Windows C compiler reuse incoming shadow space in noreturn functions?
- Not being introduced to the team – should I ask for it?
- Why does the Gaza Humanitarian Foundation (GHF) not distribute more food in Gaza?
- Not your ordinary affix riddle
- Alternative to tedious assert-rewrite for trivial operations?
- Will an error in two of my published papers affect my PhD thesis evaluation?
- Can Spi flash memory's contents be corrupted from heat?
- Statistics – Linear Inference – What is the moment generating function of non-central t-distribution?
- How to change opamp variable resistor to fixed resistor?
- Interface boundary condition and displacement current between two media
- "I met a monk and philosopher." How many people did I meet?
- How can my dwarves keep humans from reverse engineering their technology?
- What's the difference between an eVisa and ETA travel authorization?
- Rec Letter from Professor (who I haven't done research with) or from Work Supervisor
- Shared-Memory Queue Implementation in C
- 3D projective transformations on text in LuaMetaFun