Skip to content

This collection of programs was mainly made for the Wii U Gamepad Raspberry Pi project(combined with Teensy 2[++]). All components can be used for different projects as well

Notifications You must be signed in to change notification settings

alwe2710/Raspberry-Collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry-Collection

This collection of programs was mainly made for the Wii U Gamepad Raspberry Pi project(combined with Teensy 2 or Teensy 2++). All components can be used for different projects as well

Teensy is being used as Controller and Keyboard+Mouse

To use the Teensy in the Arduino IDE follow this guide: https://www.pjrc.com/teensy/teensyduino.html
Documentation of Device Emulation of Teensy:
-DirectInput Controller: https://www.pjrc.com/teensy/td_joystick.html
-Keyboard: https://www.pjrc.com/teensy/td_keyboard.html
-Mouse: https://www.pjrc.com/teensy/td_mouse.html

Teensy and Arduino can be simply connected to Raspberry Pi via USB, for that you have to set 'USB Type' to 'Serial'( + Keyboard + Mouse + Joystick, if you want to use it as gamepad as well)

WARNING: Using Teensy as Serial device AND controller will end in slow reading of the serial input on the Raspberry Pi(even 3B). Therefore use Arduino as separated serial-send device and Teensy just for input emulation

TODO:
-Make script whisch installs both script parts to autostart of Raspberry Pi
-Finish support of Keyboard+Mouse of Wii_U_Gamepad

About

This collection of programs was mainly made for the Wii U Gamepad Raspberry Pi project(combined with Teensy 2[++]). All components can be used for different projects as well

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published