Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 847 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 847 Bytes

Arduino Wii Nunchuck Mouse py

Introduction

Python script I edited and fixed for my college project. Simulates mouse events such as clicks and moves using a Wii Nunchuck connected to an Arduino.

Currently only works in Windows.

Based on:

Requires Python modules:

Running

  1. Install the mentioned Python modules using pip.
  2. Run ArduinoNunchukDemo script with the ArduinoNunchuk library added to your Arduino IDE.
  3. Run the Python script using admin rights from a python shell. It may not work the first few times you run.