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!
 
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
Back
Top