Skip to main content

Questions tagged [power]

This tag is for questions regarding powering and/or power consumption of Arduino systems.

Filter by
Sorted by
Tagged with
-1 votes
0 answers
20 views

Could this setup work ? I plan to use 12V to power Sensor. (and this library : https://github.com/vChavezB/SimpleJ1939/tree/main/src) My main concern is that : if the sensor is powered with 12V or ...
Arnaud Goulut's user avatar
0 votes
2 answers
74 views

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 ...
neuropiguy's user avatar
0 votes
0 answers
208 views

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 ...
MB107's user avatar
  • 1
0 votes
1 answer
122 views

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 ...
VextoR's user avatar
  • 103
4 votes
1 answer
339 views

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 ...
user98055's user avatar
0 votes
0 answers
97 views

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....
elvishpotato's user avatar
1 vote
1 answer
208 views

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 ...
Mir's user avatar
  • 113
0 votes
1 answer
96 views

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 ...
Laur Hus's user avatar
-1 votes
2 answers
327 views

I have a problem with a project where one servo is resetting (browning out) two Arduino Pro Minis running 3.3v/8mHz. The two Arduinos are connected by SoftwareSerial on pins 9 and 10 and the slave ...
Charlie Nicholson's user avatar
2 votes
1 answer
95 views

I'm reading about powering alternatives for the arduino board, and I have run across two confusing sentences in Section 5, powering via 3V3/5V pin. First, it says: 3V3 and 5V pins can also be used as ...
Johnny Dollard's user avatar
1 vote
1 answer
192 views

This is puzzling me: if I power my Arduino IoT 33 Board from USB, everything runs smoothly. Now, if I power it with 5 V on Vin, the board resets as soon as I call WiFiNINA's WiFi.begin(ssid, pass). Of ...
Rafa Borges's user avatar
4 votes
1 answer
121 views

Python/Arduino Beginner here... I have a DFplayer I am trying to hook to my Arduino and I want to hook it up through the regular pins instead of the RX and TX pins, but I've not been able to find ...
prestonferry's user avatar
1 vote
2 answers
152 views

For context, my first board would contain a motor circuit with an L298N motor driver while my second contains a controlled heating system that uses 2 relays with PTC heating elements, DHT11 sensor, ...
Kid's user avatar
  • 21
1 vote
1 answer
98 views

I'm running a dc motor using esp32 and mosfet by taking readings of IR. Program works fine when used delay() but same program doesn't work when uploaded using millis(). //This uses fixed delay() // ...
Akash Patil's user avatar
1 vote
0 answers
121 views

I have a Mega2560 and would like to use it to power a single fan and display. The fan is a 5V fan that draws 260mA and I can't find power specs for this display. I can't find a clear answer for how ...
David Carpenter's user avatar
0 votes
0 answers
73 views

so I have a logic level shifter which is TXS0108E ,I use it to shift the eps32 ouput volatge to 5v to be used with motor driver ,when I test it with multimeter , all the channels on the B side outputs ...
kamal MKA's user avatar
0 votes
1 answer
274 views

I just noticed that my original Arduino UNO on pin 3V3 have 4.98V output. That's odds. That pins should have 3.3V. So I measured the Vout on the voltage regulator LP2985-33DBVR where that pins is ...
tommy's user avatar
  • 29
1 vote
1 answer
491 views

I would like to power a dfrobot firebeetle 2 using 3 alkaline batteries. I tried connecting the battery pack to the GND and VCC, but the board does not seem to react. What pins should i connect the ...
Davy's user avatar
  • 121
2 votes
1 answer
293 views

I've been using ESP32s and ESP8266 for a few years now and I thought I'd give these little boards a shot, they were cheaper for Bluetooth/WiFi combo, and I don't need all the bells and whistles of a ...
Cody Sorgenfrey's user avatar
1 vote
0 answers
207 views

The following code works. It does the following: wake up when pin GPIO0 is connected to GND (the pulse duration is 400 milliseconds) once every 10 wakings, I send the current index to a server with ...
Basj's user avatar
  • 449
-1 votes
1 answer
100 views

I've Made A PCB Which Includes An Arduino Nano. I Soldered Some Female Pin Headers Instead Of Soldering The Arduino Itself, So That I Can Easily Plug/Unplug The Arduino Board. It Was All Good, Until I ...
A_Asaker's user avatar
-1 votes
1 answer
72 views

I have written (cobbled together from code snippets) an Arduino program that pushes various patterns down 160 APA102C LED strips (5). I originally was using a 5V 40A power supply and everything worked ...
joebataz's user avatar
0 votes
3 answers
282 views

I am using a Arduino MKR 1010 Wifi board to control 4 servo (PS-1109MG). All the circuit is powered by 4 AA rechargeable batteries (1.2V * 4). Arduino is powered through the Vin port. Below is a ...
Adrian's user avatar
  • 11
-1 votes
1 answer
115 views

I'm putting an Espressif ESP32-S2 Dev KitM-1 into a project box. The box will have 12VDC power and a 5V buck converter for the Dev Kit. Do I need to use the USB port to power the Dev Kit or can I ...
raspi's user avatar
  • 13
-1 votes
1 answer
204 views

I'm trying to implement the circuit as shown with an Arduino Nano. The project runs fine when powered via the USB port of the Arduino. However, the code freezes when connected to an AC adapter. When ...
KRP's user avatar
  • 11

1
2 3 4 5
19