diff --git a/README.md b/README.md index eef9433..a6d34eb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # nunchuck_mouse -A program to enable usage of a Nintendo Wii Nunchuk as a computer mouse using a USB capable Arduino \ No newline at end of file +A program to enable usage of a Nintendo Wii Nunchuk as a computer mouse using a USB capable Arduino +All design and test carried out using an MKR1000 and 2 nunchuks, one genuine, one fake, on Arduino IDE 1.8.19 + +For SAMD usage, roll back to Arduino SAMD boards 1.6.21 in board manager as per https://github.com/arduino/ArduinoCore-samd/issues/423 +Inspiration: https://www.raphnet.net/electronique/wusbmote/index_en.php + +Please get in touch if you make this spaghetti work better +At present all values are hard coded, adjust as necessary for your needs + +TODO: +- Implement proper scrolling. Perhaps use accelerometer? +- Make a means of setting up joystick +- Redo it all from scratch to reduce code size (approx 42KB in test setup) and make more responsive +- Test on Linux +- Maybe move it out of Arduino ecosystem? \ No newline at end of file