Show Posts
|
|
Pages: 1 ... 5 6 [7] 8 9 ... 14
|
|
94
|
Community / Website and Forum / Re: Being contacted by PM
|
on: December 24, 2012, 07:05:19 am
|
|
I've seen signatures that are along the lines of 'Do not PM me a question unless you are prepared to pay for consultancy'.
A doctor and a lawyer were talking at a party. Their conversation was constantly interrupted by people describing their ailments and asking the doctor for free medical advice. After an hour of this, the exasperated doctor asked the lawyer, "What do you do to stop people from asking you for legal advice when you're out of the office?" "I give it to them," replied the lawyer, "and then I send them a bill." The doctor was shocked, but agreed to give it a try. The next day, still feeling slightly guilty, the doctor prepared the bills. When he went to place them in his mailbox, he found a bill from the lawyer.
|
|
|
|
|
95
|
Using Arduino / Motors, Mechanics, and Power / Re: Cheap DC motor control
|
on: December 21, 2012, 03:57:16 pm
|
|
Oh yes, that all makes sense. It's just that I'm likening it to a similar situation I experienced as a youngster with a model railway / railroad. With the simple variable resistance controller you could get better control by using the half wave rectification feature. I'm assuming that this gave the motor half as many 'jolts' a second as full wave thus giving finer control? Hence my thoughts about reducing the PWM frequency?
Of course this could all be the product of a fertile imagination!
|
|
|
|
|
97
|
Using Arduino / Motors, Mechanics, and Power / Cheap DC motor control
|
on: December 21, 2012, 06:41:36 am
|
|
I don't really know which section to put this in... Motors, Programming or other!
I have one of the very small, cheap dc electric motors which I have fitted into a model vehicle. Presently it is driven through a 2N2222. So far so good.
In order to control the motor's speed I use PWM. However, when starting from zero, once the pulse width gets to a certain value the vehicle shoots off like the proverbial scalded cat. So I am thinking along the lines of reducing the frequency of the PWM in order to hopefully give the motor a 'kick' at the lower pulse widths in order to start it rotating.
Has anyone else had experience of this sort of thing?
Merry Christmas
David.
|
|
|
|
|
98
|
Using Arduino / Sensors / Re: DHT11 not working on Standalone-ATMega
|
on: December 20, 2012, 04:29:56 pm
|
|
Just a guess - in that case what I would try is a regular, externally clocked '328 with crystal and caps. This would demonstrate if there was a problem with talking to sensor using the internal clock speeds.
|
|
|
|
|
103
|
Using Arduino / Installation & Troubleshooting / Re: avrdude: stk500_getsync()
|
on: December 05, 2012, 02:39:36 pm
|
|
What I have done before to test it is open the Arduino software without the board connected, go to Tools/Serial port and make a note of what ports are there. Then when connect the board I get a new port appear and that is the one I select. Unfortunately I believe that this process doesn't always work, depending on the operating system, etc! But it does for me.
Com1 doesn't sound right, but there again it could be.
|
|
|
|
|