Show Posts
|
|
Pages: [1] 2 3 ... 71
|
|
1
|
Using Arduino / General Electronics / Re: problem with schematic
|
on: May 17, 2013, 02:56:11 pm
|
|
You have a short circuit !!
You are assuming that things are as you believe. There is a fault (short circuit - pcb or component) and such faults are not shown as a feature of schematic drawings.
|
|
|
|
|
3
|
Using Arduino / Sensors / Re: Voltage Divider Battery Monitor
|
on: May 13, 2013, 03:26:13 am
|
|
That'll work OK but at what voltage is your 44volt battery charged. If it's a rechargeable battery rated at 44 volts then the charge voltage could be as high as 60. As to the zener diode for protection, you could eliminate it by placing a resistor of say 10k connecting the junction of R1/R2 and your analogue input. This resistor will limit the input current and so prevent damage.
|
|
|
|
|
5
|
Using Arduino / General Electronics / Re: How do you supply an opamp with -12 volts?
|
on: May 11, 2013, 12:45:46 pm
|
|
Or use an isolated DC - to - DC module which will operate off 12 volts and give 12 volts out. You can then connect the 12 v output to the common 0volt line and the output 0v pin will now sit at -12 volts.
If you use a non-isolated version then you must use one which is designed to give -12 volts output. ie you connect the 0v output pin to the common 0volt line.
|
|
|
|
|
6
|
Using Arduino / General Electronics / Re: Wheatstone bridge
|
on: May 01, 2013, 01:15:18 pm
|
|
You misinterpret my the intent of my comment. The use of curly or square brackets generally makes things easier for "humans" to read. Machines, being somewhat short on cognitive-power use the standard curved bracket.
|
|
|
|
|
7
|
Using Arduino / General Electronics / Re: Wheatstone bridge
|
on: May 01, 2013, 02:32:32 am
|
An expression can't have too many parentheses, can it?
In your case , yes it can. You have one set of redundant parentheses. Good equation writing uses the minimum necessary. In the case of a computation the same form is generally used but using different forms will make it a little easier for a reader to interpret RG = R3 / { (V_out / V_in) + [ R2 / (R1+R2) ] } - R3
|
|
|
|
|
8
|
Using Arduino / Motors, Mechanics, and Power / Re: Roll Cable Until There's Physical Resistance - Then Unroll The Cable
|
on: April 30, 2013, 01:42:08 pm
|
Scotty's concept is the ideal system and is often used in industrial tension monitoring systems. The main benefit of it is that it monitors tension in the actual cable and totally ignores winch drum effects caused by increasing winding radius as the drum fills. (As the radius increases the torque on the motor increases, so motor torque is not a reliable measure of cable tension). The system often uses 3 rollers, 2 to act as guides for the cable with the third located between the two guides. This middle roller is spring loaded such that the cable has a slight offset in it. As tension increases, the roller is deflected against the spring - in effect the cable endeavours to straighten out the offset. The deflected roller then operates a microswitch at a pre-determined pressure. The attached site shows a typical example http://www.checkline.com/tension_sensors/TS2H
|
|
|
|
|
11
|
Using Arduino / Motors, Mechanics, and Power / Re: Speeding up wall clock with arduino?
|
on: April 11, 2013, 04:48:42 pm
|
|
Clocks do NOT use their supply voltage to regulate their speed. Previous posts give you all the links you need to hack the oscillator and get you there. As to the continuous movement, if you used a high speed camera you'd see that the continuous movement was actually the integration of lots of small steps. The human eye is pretty useless at high speed step discrimination - it wasn't necessary as part of the evolutionary process so simply didn't happen. Nature is pretty good at avoiding unnecessary complication.
|
|
|
|
|
12
|
Using Arduino / Motors, Mechanics, and Power / Re: Speeding up wall clock with arduino?
|
on: April 11, 2013, 03:08:11 am
|
Battery clocks are timed by either a conventional escapement wheel or a crystal oscillator. Neither of these can be altered without being extensively "re-engineered". What you need is a "slave" clock that is driven by timed pulses originated by some master clock. These were generally used in industrial situations with one master clock feeding numerous slave clocks around the site. The slaves were simple solenoid driven ratchet mechanisms with the solenoids being pulsed, typically once per second, to drag around the indicating mechanism. The attached link shows an example http://en.wikipedia.org/wiki/File:Slave_Clock_Inside.jpgYou can set the pulse rate to suit your application.
|
|
|
|
|