View Single Post
  #1  
Old 07-01-2017, 01:36 PM
bmj8778 bmj8778 is offline
Member
 
Join Date: Jul 2017
Posts: 2
Wiimote Connectivity Issue

Hello,

I'm trying to connect and use a wiimote with Vizard 5 and having an issue adding it.

The wiimote (Nintendo RVL-CNT-01) is connected via bluetooth (running windows 10).

I'm trying to add the wiimote as shown in the tutorial by first using "wii = viz.add('wiimote.dle')" and then "wiimote = wii.addWiimote()".

After the second line the console outputs

** NOTIFY: Connecting to wiimote
** ERROR: Failed to create extension sensor with wiimote.dle

The wiimote is on and connected at the time of running the script but doesn't ever get added.

Any ideas what I might be doing wrong?

Thanks,
Brendan
Reply With Quote