+ 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
10 odpowiedzi
+ 2
You cannot
+ 2
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
+ 1
Aditya Nakka
The only way to know for sure is to upload your code and run it on the device. 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.
0
Can I make a code to operate robotic arm using stepper motors and using controller to control the arm?
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?
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
0
Can u say which version of aurdino like mega or any other?
0
You can use Arduino mega as you are using high speed stepper motors for your robotics arm
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
0
Ohk