Need Help Arlo code
NicoHEI
Posts: 15
Hello everybody !
We have to code a Arlo with propeller activity board / HB 25 and 2 alu wheels with encoders
We wish drive the robot on 2 axes (x and y) :
Example :
3 meters on x
90° rotate
1 meter on y
do you know which library we can use for this ?
Thx very much
PS : Excuse me for my englsh writing HAHA (French student )
We have to code a Arlo with propeller activity board / HB 25 and 2 alu wheels with encoders
We wish drive the robot on 2 axes (x and y) :
Example :
3 meters on x
90° rotate
1 meter on y
do you know which library we can use for this ?
Thx very much
PS : Excuse me for my englsh writing HAHA (French student )
Comments
3 meters X
90 rotate
1 meter Y
or put that in a new definition interactively (no IDE, just a serial terminal or phone)
pub DEMO
3 meters X
90 rotate
1 meter Y
;
then type DEMO or simply refer to it in anther higher level function etc.
Click on my Propeller Hardware Explorer link and load that up into a Prop, connect a serial terminal at 115200 and reset then click on my Introduction link to start playing.
learn.parallax.com/tutorials/robot/arlo/arlo-activity-board-brain/try-tune-some-activitybot-code
There is a menu of other ARLO with Activity Board tutorials on the left side of that page.
Hope this helps
Tom
I'm presently working on a post summarizing my efforts to make Spin code for the Arlo hardware.
drive_goto doesn't work ... with arlodrive.h and abdrive.h...
We don't know spin langage...
We have followed this montage but a lot of function and library like drive_goto, drive_speed, drive... which use encoder information...
There is no connection between HB25 and encoder... strange no ?
No, the encoder does not directly communicate with the HB-25.
The Propeller chip monitors the encoders and controls the HB-25 appropriately.
Ok I understand,
But the drive function doesn't work also servo_speed and servo_angle work...
I included all library (Arlo...)