Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
Thank you broI did your step explained, and Alhamdulillah succed..greetings from Indonesia
play with the timer in LabVIEW to get the best movement for the servo
What shows 100 at block diagram , is this makes servo move as smooth?
@@pecintaalquran4802 the delay
#include Servo servo;void setup() {servo.attach(8);Serial.begin(9600);}void loop() { if(Serial.available()){long int pos = Serial.parseInt();servo.write(pos); }delay(50);}
for multiple servos ?
@@nihalsabri8663 I have another video for multiple servos
@@azutechnology6788 i dont find it , link plz
@@azutechnology6788 how the code changes if i use PCA9685 motor driver ?????
@@nihalsabri8663 ruclips.net/video/2kyQrMAtaAA/видео.html
how if we want to control 2 servos brother?
do you solved about that sir ?
@@imampratama706 sudah bang hehe
@@RUclipsPremium-wh6mi boleh minta contoh nya ga mas ya ? saya bingung belum nemu untuk contohnya bingung cari keywordnya juga ini visa writenya harus ditambah atau bagaimananya.
Thank you bro
I did your step explained, and Alhamdulillah succed..greetings from Indonesia
play with the timer in LabVIEW to get the best movement for the servo
What shows 100 at block diagram , is this makes servo move as smooth?
@@pecintaalquran4802 the delay
#include
Servo servo;
void setup() {
servo.attach(8);
Serial.begin(9600);
}
void loop() {
if(Serial.available()){
long int pos = Serial.parseInt();
servo.write(pos);
}
delay(50);
}
for multiple servos ?
@@nihalsabri8663 I have another video for multiple servos
@@azutechnology6788 i dont find it , link plz
@@azutechnology6788 how the code changes if i use PCA9685 motor driver ?????
@@nihalsabri8663 ruclips.net/video/2kyQrMAtaAA/видео.html
how if we want to control 2 servos brother?
do you solved about that sir ?
@@imampratama706 sudah bang hehe
@@RUclipsPremium-wh6mi boleh minta contoh nya ga mas ya ? saya bingung belum nemu untuk contohnya bingung cari keywordnya juga ini visa writenya harus ditambah atau bagaimananya.