Asked — Edited

Wiimote Question

Hi,

I ordered a WiiMote Motion Plus and found out after the fact that it is incompatible with ARC. This is stated in the tutorial. Is there a work-around?

From what I see on Amazon all of the WiiMotes are Motion Plus except for a couple of used ones.

Tom


ARC Pro

Upgrade to ARC Pro

Get access to the latest features and updates before they're released. You'll have everything that's needed to unleash your robot's potential!

PRO
Synthiam
#9  

Here's an example, Tom. Either make a new script, or edit the script in the connection control. The connection control script is accessible by pressing the gear icon on the connection control. There is a script that will run when a connection is established to the ezb. In there, you can add the servo speed declarations for the servos to adjust their speed.

The code, for example would be...


ServoSpeed(d0, 3)
ServoSpeed(d1, 3)

Now, replace the servo ports in my example with the ones that you will use.