Questions about capacitors, and arduino

  • Thread starter Thread starter jehan60188
  • Start date Start date
  • Tags Tags
    Arduino Capacitors
AI Thread Summary
It is possible to achieve 5 volts from a single AA battery by charging multiple capacitors in series, with a relay used to switch between charging and discharging modes. A voltage divider can safely reduce input voltage to an Arduino pin to prevent damage. To measure the capacitor's discharge, connect its negative lead to the Arduino's ground and the positive lead to an analog pin. Using the Arduino to charge the capacitor directly is not recommended for higher voltages, hence the need for a relay to isolate the circuit. The capacitance decreases when capacitors are placed in series, which increases the voltage across them.
jehan60188
Messages
201
Reaction score
1
hey all, I've been playing around with capacitors and have a few questions

Is it possible to get 5 volts over a capacitor using a AA batery? Or am I limited to 1.5 volts?
If I have more than 5 volts going into an arduino pin, that will cause damage. But I can use a voltage divider to drop that, right?

I want to use an arduino to control capacitor charging/discharging, but in order to avoid damaging the arduino, I want to use it only for controlling a relay that acts as a two position switch- one position for charging, another for discharging, and for measuring the current going into the arduino.

how can I do that second part? if I put a pin between the battery's positive terminal, and capacitor, can I have that go an analog pin for measuring?

thanks!
 
Engineering news on Phys.org
A simple way to get 5 volts using a single AA battery is to charge 4 identical capacitors to 1.5 volts, then use a 4-pole double throw (4PDT) relay switch to put them in series to get 6 volts. A diode drop will reduce this to about 5.3 volts.
 
Another way is to use a solar powered garden light.

These are often discarded because the NiCd battery in them fails.

However, there is a circuit in them that converts the output of a NiCd battery (1.2 volts) to about 3.5 volts to run a white LED.

If you disconnect the solar cell, the circuit will work as if it was in darkness and give several volts out from a 1.5 volt dry cell.
 
It seems the simplest to use the arduino itself to charge the capacitor to 5v, using a resistor if you are worried about damage to the arduino.
To measure the discharging of the capacitor, connect the negative lead of the capacitor to ground of the arduino and the other lead of the capacitor to an analog pin.
 
thanks for the info everyone, i picked 5V arbitrarily, so using the arduino's output pin isn't possible (Since I may choose 10, or 25 or whatever volts)- hence the relay (to isolate the capacitors from the arduino)

iirc, putting them in series will lower the capacitance (since they sum in inverse)
v=q/c
c goes down, q stays constant, so v increases!
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top