can any one help me out for interfacing arduino with GPS and run the motor according to the coordinates
Take a look at "voltage isolator" . That discussion has wandered into running a dc motor under command of the Arduino.
Phoxx
_aksh:
can any one help me out for interfacing arduino with GPS and run the motor according to the coordinates
Learn how to interface with the GPS. Learn to control the motor.
After you've learn these two separate things try to using them together.
You didn't say what gps module you have, so I am afraid no one can really help. This forum usually helps those that are willing to do a little bit of work on their own before asking.
Learn how to interface with the GPS. Learn to control the motor.
After you've learn these two separate things try to using them together.
;D
(I couldn't have said it better myself. What ever happened to "Where would look first to learn how to...?")
I have run the motor and controlled it with adafruit sheild v1.
I just wanted to know whether its is possible to run the motor according to the coordinates or not and by the way i haven't purchased any GPS module just wanted to know
Why would you want to do this ?
I just wanted to know whether its is possible to run the motor according to the coordinates or not
You will have to explain some more about what you want to do.
Do you want the motor to run if the gps unit is located in a defined place and turn off if it is moved away?
Are you thinking of using the motor to power a moving device and move it to designated coordinates?
_aksh:
I just wanted to know whether its is possible to run the motor according to the coordinates or not and by the way i haven't purchased any GPS module just wanted to know
If you mean can you make a motor run if the lattitude is less than (say) 5deg North and make the motor stop if the lattitude is greater than or equal to 5deg North, the answer is YES.
If you mean something else you need to explain what you want to do.
...R
Should be doable. Do you want the adafruit gps logger shield? The following two shields can be put on the same arduino:
Regarding how to have motor run according to GPS coordinates, you can either describe it in full details, or wait until you get your GPS, get some experience with it, and then ask, with full details.
thanks everyone i have got an clear idea how to proceed with the project.