In the previous episode, we could control one servo motor by using one potentiometer.
https://www.instructables.com/id/Control-1-Servo-M...
In this episode, we are going to control 8 motors by using 8 potentiometer simultaneously.
Let’s get it started!
[LINKS]
[ Parts ]
In order to use many servo motors,
I am going to use this PCA9675 board which has 16 PWM output.
The only thing we have to do is sending the signal to this board by using I2C communication.
You may feel it sounds hard but don’t worry. There are so many pre-made source code files.
Actually, it is pretty simple.
Upload the source code.
There are 2 source code files for each Arduinos
Source Code
Master] https://github.com/happythingsmaker/MotionCapture...
Slave ] https://github.com/happythingsmaker/MotionCapture...
Oh, it works pretty well. I put some delay code to the master Arduino
Next video, I am going to show how to communicate it without any wire.
Wireless communication is so useful as you know.
If you have any question, feel free left a comment on this Instructables