Welcome to Synthiam!

The easiest way to program the most powerful robots. Use technologies by leading industry experts. ARC is a free-to-use robot programming software that makes servo automation, computer vision, autonomous navigation, and artificial intelligence easy.

Get Started
Ireland
Asked — Edited

Wii Hack

Has anyone created wii scripts in any project, as I have searched cloud examples and have been unable to locate any.

Is it possible to search cloud examples for commands used in a particular project without actually opening ?

Found a novel way to increase bluetooth range to Robot with onboard pc
A wii Remote ,gives a range of up to 12 yards, so I hacked into its (up down left right switches)
which are now connected to external trigger switches.


ARC Pro

Upgrade to ARC Pro

Experience early access to the latest features and updates. You'll have everything that is needed to unleash your robot's potential.

AI Support Bot
Related Content
Synthiam
Based on your post activity, we found some content that may be interesting to you. Explore these other tutorials and community conversations.
United Kingdom
#1  
Which script commands are they? I've not used the WiiMote so not sure what commands there are other than the rumble commands.
Ireland
#2  
Rich
In wii configure its the movement panel
up ,down, left,right & stop
ideally I would like one of these scripts to pause the accelerometer if that is possible to address, if not a simple script to say " if key is pressed move servo d0 to 58 ,if key is released move servo to 50"

You are correct the only commands that I can find also is the rumble command
#3  
I use the accelerometer for camera pan tilt and d pad for movement the home button pauses the accelerometer and the camera stops where it was.
Ireland
#4  
@robohobo
For my project I would like the accelerometer to be in a ready state (green) but say when another button (right) is pressed the accelerometer ins are carried out,when the (right) button is released the accelerometer stops.
I know you may say why, but all will be revealed shortly ,lets say it will allow (limited) Brain control of the robot.

Spent some time on scripting last night and may have found a way to do it.