- #1
adamaero
- 109
- 1
Why is the red (power: pin 2) wire for the servo motor not connected to anything in this circuit?
https://github.com/samyk/combobreaker/blob/master/Eagle Files/ComboBreaker_top.pngAlso, on the "bottom" schematic, the ground is connected to the feedback (potentiometer wiper) line:
https://github.com/samyk/combobreaker/blob/master/Eagle Files/ComboBreaker_bottom.png
Since I am making this project without the encoder, should I still connect that feedback line to the ground?
Sorry, there are two different questions. If I had to make an educated guess, I would connect:
Sources
https://www.arduino.cc/en/Reference/Servo
https://github.com/samyk/combobreaker/blob/master/Eagle Files/ComboBreaker_top.pngAlso, on the "bottom" schematic, the ground is connected to the feedback (potentiometer wiper) line:
https://github.com/samyk/combobreaker/blob/master/Eagle Files/ComboBreaker_bottom.png
Since I am making this project without the encoder, should I still connect that feedback line to the ground?
Sorry, there are two different questions. If I had to make an educated guess, I would connect:
- red wire of the servo (pin 2 of 4) to the stepper driver (pin 7)--even though that is labeled as ground in the datasheet (see how that is also connected to the +5V of the Arduino)
- yellow wire (pin 3 of 4) to the digital input of the Arduino (pin D9)
- brown wire (pin 1 of 4) of the Servo's pin 1 to the analog input of the Arduino (pin A0).
Sources
https://www.arduino.cc/en/Reference/Servo
The power wire is typically red, and should be connected to the 5V pin on the Arduino board. The ground wire is typically brown and should be connected to a ground pin on the Arduino board. The signal pin is typically yellow, orange or white and should be connected to a digital pin.
Last edited: