Shop OBEX P1 Docs P2 Docs Learn Events
Just Wondering — Parallax Forums

Just Wondering

HeroHero Posts: 24
edited 2008-12-26 11:30 in General Discussion
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

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

  • Peter VerkaikPeter Verkaik Posts: 3,956
    edited 2008-12-26 11:30
    You can not use the Bean code, except perhaps for the more
    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
    ·
Sign In or Register to comment.