PS2 Code for Johnny 5-Help

Does anyone have any code for the ps2 controller and the Johnny 5 that I can load onto my Atom pro 28 just so I can get this robot moving by way of the wireless controller,I would be very grateful for anything.Thanks

Hello,

I found this link to a PS2 tutorial that gets a PS2 to work with a track vehicle in the Assembly Section. Reading your other post, I noticed Robot Dude told you to combine programs. I haven’t played around with the SEQ, I imagine it exports a series of servo positions. You would then have to add lines of code such as (assuming you are using PS2):

if (DualShock(2).bit6 = 0)then
insert position code
endif

The .bas file they link to should get you moving untethered but i’m not sure how J5 arm movement will work.

I’m just learning myself and have a few questions out there, but just looking at the code they provide throughout the site, I’ve figured that much out.

I hope this helps, I’ll look around the forums and if I see anything link it for your OP.

Cheers,