+ 1

How can I run accelstepper.h and servo.h libraries in this app?

Plz give me comments as soon as possible because I want it for completing my code on robotic arm with stepper motors attached to aurdino circuit board. I am in desperate need of help plz guys

25th Sep 2024, 5:28 AM
Aditya Nakka
Aditya Nakka - avatar
10 Réponses
+ 1
You cannot
25th Sep 2024, 5:41 AM
Sharpneli
Sharpneli - avatar
+ 1
Aditya Nakka you need an ide that can establish a connection with your Arduino to test and upload your codes https://www.electromaker.io/blog/article/best-android-arduino-ides-for-programming-arduino-with-android
25th Sep 2024, 11:35 AM
Bob_Li
Bob_Li - avatar
0
Can I make a code to operate robotic arm using stepper motors and using controller to control the arm?
25th Sep 2024, 5:42 AM
Aditya Nakka
Aditya Nakka - avatar
0
I have made but the library is not available in my mobile so I downloaded library in my pc and it works will u see and tell if it can work with my robotic arm aurdino uno board circuit?
25th Sep 2024, 5:44 AM
Aditya Nakka
Aditya Nakka - avatar
0
You need to use Arduino ide to run the Arduino circuit board and install those libraries In the ide itself and run it Yeah you can control robotic arm using stepper motors and controller but you need higher version of micro controller for better results
25th Sep 2024, 6:10 PM
Aysha
Aysha - avatar
0
Can u say which version of aurdino like mega or any other?
26th Sep 2024, 1:51 AM
Aditya Nakka
Aditya Nakka - avatar
0
You can use Arduino mega as you are using high speed stepper motors for your robotics arm
26th Sep 2024, 3:34 AM
Aysha
Aysha - avatar
0
The speed of motors doesn't matter I can control them in code what I need is my code should work with it without any error and I have made a code but I doubt it will work with using controller program in it
26th Sep 2024, 4:53 AM
Aditya Nakka
Aditya Nakka - avatar
0
Aditya Nakka The only way to know for sure is to upload and run it. The way the mechanical parts respond is not entirely dependent on your code. Mechanical tolerances, weight, inertia, friction, sensor reponse lag, placement, etc will ultimately determine whether or not your device works properly. if your code compiles, then there is probably nothing syntactically wrong with it.Whether or not it will perform properly is revealed after you upload it to your device and actually run it Code is ideal, the real world is not. So there is often a lot of tweaking needed in the code and mechanical and electronics part when doing such projects.
26th Sep 2024, 5:15 AM
Bob_Li
Bob_Li - avatar
0
Ohk
26th Sep 2024, 5:19 AM
Aditya Nakka
Aditya Nakka - avatar