Hi,
I got an idea of controlling a servo with 2 arduino. i.e, If I create a wifi servo controller with 1 arduino and some bluetooth servo controller with another arduino, can I connect the input pin of the servo to the digital 9 pin of both the arduino using a breadboard?
Probably not. They will constantly fight each other if they are both powered up. You would have to tell one Arduino to shut up while the other one is speaking to the servo, seems unnecessarily complex even if you got it to work.
I am going to create the car project and add this motion tracking feature, and also add a feature to control the servo with a bluetooth or wifi module in another arduino.
Also, according to your diagram, only one servo would ever actually do anything since the servo is grounded only to one Arduino. You'd have to ground Arduino to Arduino as well (could do that on the breadboard easily enough) if you wanted to run your experiment anyway and see.
No harm in seeing what happens, right?
sorry to waste all your time.. I went totally crazy.. I didn't even realize what I was doing. The project of motion tracking uses stepper motor, only the eye uses servo which is of no use to me. I really didn't need to use 2 arduino to control 1 servo..
Thank you brother..
I am in a hurry of completing a project for my school level robotic competition which is scheduled the following week. So my brain is like a code without compiling!
You could still accomplish what you're trying to do if you frame your idea differently and rework its general method. I think you've created an xy problem if I'm not mistaken.
Don't expect folks here to follow links. Tell us what you want to happen in the end with what parts, generally.
If you used one Arduino simply as a servo driver and another as a data interpreter from whatever your data source(s) are, this plan might work. I use multiple Arduinos in projects all the time (the one in my avatar uses I think 4).
Instead of that Fritzing diagram, why not draw a general diagram/flow chart what you want to make and see what folks here have to say?
In the days before computer radios, every control surface movement requiring "mixing" used mechanical setups.
Perhaps have a look at those.
That way you could use two servos on the one surface.
That is if I understand what you are trying to do with the servo......