Just Wondering
I was wondering if I could run a program that I wrote on java`s NETBEAN 6.5 and wanted to run it on my javelin, displaying the program on a L.C.D.
So lets say I wrote the program using the ML option on the NETBEAN which is designed for mobile devices.
Cheers.![idea.gif](http://forums.parallax.com/images/smilies/idea.gif)
My second question is related to the servo pulsing code. I am trying to make my servos movement more robust. In stead of small Left , right, center pulses which have small rotations.
http://forums.parallax.com/forums/emoticons/confused.gif
confused
Cheers.
So lets say I wrote the program using the ML option on the NETBEAN which is designed for mobile devices.
Cheers.
![idea.gif](http://forums.parallax.com/images/smilies/idea.gif)
My second question is related to the servo pulsing code. I am trying to make my servos movement more robust. In stead of small Left , right, center pulses which have small rotations.
http://forums.parallax.com/forums/emoticons/confused.gif
confused
Cheers.
Comments
logical parts like string conversions. You need to replace display calls
by display calls from a LCD class written for the javelin.
There are several LCD classes available.
For servos, you either use the PWM class or a class written for a servo controller.
There are classes for the Parallax Servo Controller (PSC) and the Pololu controller.
These controllers support up to 16 servos while only requiring a single
Uart connection, freeing up alot of pins.
regards peter
·