for the android application can you share. the link in the description is a sketch for the Arduino IDE program. thanks.
@yourbestfriendAK. Жыл бұрын
Hi in 2:21 i did this
@bochejunior3 жыл бұрын
yo what about the mit application
@marwaboukechi45853 жыл бұрын
Please if I want to use 4 servos or more Should I repeat the same block for servo as u did ? And keep arduino code the same I only change servo myservo1.. 2 etc And ofc repeat each time the same loop for all the 4 servos And I need to attach them separately!
@para2023 Жыл бұрын
Excuse me It worked ?
@engexperts86874 жыл бұрын
Pls name the app which you have use my mobile is unsupporting the file which you have given in the description
@Aravinth-im5cn4 жыл бұрын
How to download the android app
@TekHX2 жыл бұрын
apkgk.com/appinventor.ai_ysrggs.Servomotorkontrol
@viswanathankk63135 жыл бұрын
Good. It's helpful to ECE students.
@TekHX5 жыл бұрын
Its the first step to robotics
@ajinkyayeolekar20823 жыл бұрын
bhai app konsay bata nan , link kam nahi kar rahi
@akramusgaming72394 жыл бұрын
thank you for your hard work your realt helping peopels
@harry._fr41084 жыл бұрын
hey.can I use a different method of powering the arduino
@mennamustafa87243 жыл бұрын
Using 12v battery..the black wire with "GND" pin, and the red one with "Vin" pin
@nurdanbinici46464 жыл бұрын
second servo motor how do control thank you very much
@TekHX4 жыл бұрын
You can connect the second servo to the outputs port of arduino. To operate it you should change the program and get different app. Refer any smartphone controlled roboyic arm diy to get better idea. Thanks for watching my video.
@nurdanbinici46464 жыл бұрын
Can you new video. 2 servo Or 4 servo
@juliayana40184 жыл бұрын
hi can i get the android app ?
@TekHX2 жыл бұрын
apkgk.com/appinventor.ai_ysrggs.Servomotorkontrol
@Njhhhhiojgjfjfjcjcjfufjcjf2 жыл бұрын
Can we control dc motor and servo motor simultaneously?
@TekHX2 жыл бұрын
Yes, app file link apkgk.com/appinventor.ai_ysrggs.Servomotorkontrol
@somebodyoncetoldme17043 жыл бұрын
The app isn't in the description
@TekHX2 жыл бұрын
Use this link to download the app apkgk.com/appinventor.ai_ysrggs.Servomotorkontrol
@kiendongtrung23695 жыл бұрын
i can't find app to test . could you give me your link
@@sanjayniranjanbalaji9530 Check out "Arduino Servo Motor Control" play.google.com/store/apps/details?id=appinventor.ai_addmefaster1.BlueCore_Tech_Servo_Control if this information helped you then visit my chanel and see the things and if you like it the subscribe to my chanel 🙂
@samihanselukar76152 жыл бұрын
@projectwithmani thanks man it works
@anjalytd91965 жыл бұрын
Can i use dc motor
@TekHX5 жыл бұрын
Normal dc motor is not suitable for positioning purpose
@anjalytd91964 жыл бұрын
Thanks
@TheC130navigator2 жыл бұрын
Can I use iOS?
@TekHX2 жыл бұрын
I dont know. I only tried in Android
@migelopasto123pasto32 жыл бұрын
the app does not work any more
@TekHX2 жыл бұрын
You can download it from apkgk.com/appinventor.ai_ysrggs.Servomotorkontrol
@aniruddhganesh36265 жыл бұрын
nice work sir
@TekHX5 жыл бұрын
Thanks
@blas95072 жыл бұрын
App link ?
@TekHX2 жыл бұрын
apkgk.com/appinventor.ai_ysrggs.Servomotorkontrol
@felisarjosedequinco60965 жыл бұрын
whats the android appname for the application???
@TekHX5 жыл бұрын
Download link is given in video description
@harshkhot33414 жыл бұрын
@@TekHX the link is not working sir...
@ridhimathakur9350 Жыл бұрын
Thanks
@sandeeppai6094 жыл бұрын
The servo is not working at all
@TekHX4 жыл бұрын
Tell me what exactly your problem is. Let me figure it out.
@sandeeppai6094 жыл бұрын
I connect as you said in the video and alsi installed the same app but the servo is not working
@sandeeppai6094 жыл бұрын
And thanks for the response
@TekHX4 жыл бұрын
@@sandeeppai609 have you uploaded the code to Arduino successfully? Ensure Bluetooth is connected. check the connection one more time even if you are 100 percentage sure about it. I will tell you this is not fake. I have made it successfully.
@sandeeppai6094 жыл бұрын
I ordered all the item from online and it was not working so in anguish I said that it was fake
@aryanjadhav61635 жыл бұрын
code is not uploded full
@TekHX5 жыл бұрын
Its given in description
@TekHX5 жыл бұрын
#include // TX RX software library for bluetooth #include // servo library Servo myservo; // servo name int bluetoothTx = 10; // bluetooth tx to 10 pin int bluetoothRx = 11; // bluetooth rx to 11 pin SoftwareSerial bluetooth(bluetoothTx, bluetoothRx); void setup() { myservo.attach(9); // attach servo signal wire to pin 9 //Setup usb serial connection to computer Serial.begin(9600); //Setup Bluetooth serial connection to android bluetooth.begin(9600); } void loop() { //Read from bluetooth and write to usb serial if(bluetooth.available()> 0 ) // receive number from bluetooth { int servopos = bluetooth.read(); // save the received number to servopos Serial.println(servopos); // serial print servopos current number received from bluetooth myservo.write(servopos); // roate the servo the angle received from the android app } }
@aryanjadhav61635 жыл бұрын
@@TekHX thnx thnx very very thnx
@hendragunawan36773 жыл бұрын
Abang beli dy mana
@datuamasputra54164 жыл бұрын
keran gan,,, tutornya dong kontrol relay 2 atau 3 chanel
@TekHX4 жыл бұрын
Pls ask in English
@dimassyauqi2024 жыл бұрын
Cool bro, Please make tutorial : how to control relay 2 or 3 channel Im sorry if my english so bad, because im new learn english 🙏
@TekHX4 жыл бұрын
@@dimassyauqi202 hi Dimas, thanks for ur comment. To make 4 channel.relay control.pls watch my video kzbin.info/www/bejne/m57bdqxnbdxmg7s
@TekHX4 жыл бұрын
@@dimassyauqi202 hi Dimas, thanks for ur comment. To make 4 channel.relay control.pls watch my video kzbin.info/www/bejne/m57bdqxnbdxmg7s
@dimassyauqi2024 жыл бұрын
@@TekHX thanks 🙏
@ajinkyayeolekar20823 жыл бұрын
bhai all link contain only code not app
@TekHX2 жыл бұрын
apkgk.com/appinventor.ai_ysrggs.Servomotorkontrol
@lucasgarcete857 Жыл бұрын
gracias man purete
@TheChavaGonzalez3 жыл бұрын
Excuse me, could you pass me the app please?
@TekHX2 жыл бұрын
Download from apkgk.com/appinventor.ai_ysrggs.Servomotorkontrol
@doel_24734 жыл бұрын
your code uses a potentiometer, but the application uses bluetooth .. really you are not correct in providing knowledge ..
@LuisNavia3295 жыл бұрын
hey, thanks.. you project is great. Excusame, you should help me whit you app, because I can't to found it
@TekHX5 жыл бұрын
Thanks, App link is given in the description.
@gabrielweber19804 жыл бұрын
@@TekHX It's the link for the .ino file
@RJ593ec2 жыл бұрын
.
@RahmanDikaSaputra4 жыл бұрын
Library servo
@sodiumchloride172 жыл бұрын
Bro.... what is this Not working at all go and sleep
@TekHX2 жыл бұрын
Try using this app link apkgk.com/appinventor.ai_ysrggs.Servomotorkontrol
@kishorek76905 жыл бұрын
👏👏👏
@RahmanDikaSaputra4 жыл бұрын
Tidak jelas. Kenapa di video upload codingan library. Mana codingan bylink dan bluetooth nya. Penipu
@pieroalexanderrivasfaustin11455 жыл бұрын
Que estafa eres, ni la biblioteca del bluetooth pones.