Display Popup icon Display Popup Full-screen popup display for ARC: show custom text with configurable timeout, font, text/background color, size and position via controlCommand(). Try it →
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

Stay at the forefront of robot programming innovation with ARC Pro, ensuring your robot is always equipped with the latest advancements.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#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.