Show Posts
|
|
Pages: [1] 2
|
|
1
|
Using Arduino / Motors, Mechanics, and Power / Re: 5V POWER SOURCE shared by Motor & Arduino
|
on: April 02, 2013, 06:24:10 am
|
|
I have mistaken Vin for the 5V power pin.
I though Vin was to provide a regulated 5V to the arduino, but really it is 7-12V that goes through a voltage regulator turning it into 5V or 3.3V.
So my diagram is false as if 5V goes to Vin arduino might not operate as expected (requires 7-12V on Vin)
Ok in theory If I was using 7V power supply that goes to Vin as well as motor instead of 5V. Will the PWM cause changes to the 7V power supply affecting the arduino. (pulse high and low) (duty cycle)
|
|
|
|
|
2
|
Using Arduino / Motors, Mechanics, and Power / See Image
|
on: April 02, 2013, 05:17:46 am
|
|
Look at attached image, that is how I wanted to connect arduino and motor to 5V supply.
This is what I was thinking instead of having a separate power source for the motor, I would use the same 5V power source the arduino is using. Then with the arduino PWM I would control the motor.
Will the PWM cause problems for the arduino power as the motor and arduino will share a 5V line.
|
|
|
|
|
5
|
Using Arduino / Motors, Mechanics, and Power / 5V POWER SOURCE shared by Motor & Arduino
|
on: April 01, 2013, 04:44:58 pm
|
5V from the bench power supply (upto 3A current) to both arduino Vin and 5V dc motor. The arduino will also control motor via pwm. Is there anything wrong with this? Will connect a diode across terminals to block back emf and a 0.1microfarrad capacitor for noise (read from here http://www.pololu.com/docs/0J15/9) Please don't be confused, the motor is NOT powered via the 5V power pin from the arduino 5V (power supply) =======|-----> 5V to Arduino Vin ------>---| | | |-----> 5V to DC MOTOR <-PWM---|
|
|
|
|
|
8
|
Using Arduino / Displays / Small but readable?
|
on: March 29, 2013, 08:15:58 pm
|
|
Ok 3 pixels is too small.
What is a small pixel size font where the characters are easily readable and unique(not mistakable with others)
I am looking for minimum pixel height but readable for both Upper and lower case letters and some special characters like @ or % etc.
|
|
|
|
|
11
|
Using Arduino / Project Guidance / Re: need help understanding code
|
on: March 04, 2013, 07:44:58 am
|
|
Yes it works, I wrote my own code to give me the RPM based on the output from this.
Also used pwm to change the speed for the motor and this was confirmed by the rpm read.
So can anybody help me understand this code?
|
|
|
|
|
13
|
Using Arduino / Project Guidance / Re: need help understanding code
|
on: March 04, 2013, 05:38:35 am
|
If the code is correct, then it must be operational - I don't understand the point of your question.
I tried using it but nothing happened. I expected the message to show but nothing. The laser didn't even blink, I tried it also with an led and same thing. Maybe there is a mistake of I am missing something, like a on feature. This is why I need help, if someone could explain the code. When I see arrays and stuff I get confused.
|
|
|
|
|
14
|
Using Arduino / Project Guidance / Re: need help understanding code
|
on: March 04, 2013, 05:28:45 am
|
first of I was confused there are two laserpin declared but in the video he has only one. It appears from the code that the second laserPin is only ever written LOW, so I don't think it really matters. What must I do to make the code operational assuming it is all correct.
|
|
|
|
|