├── LICENSE ├── README.md ├── images ├── ControllerDebugger.PNG ├── driver_folder1.PNG ├── driver_folder2.PNG ├── only1.png ├── simple_tmi_lh_output.png └── tmi_hand_steamVR.png └── tmi_ hand_controller ├── README.md ├── arduino └── tmi_hand_controller │ ├── mapped_input_types.h │ ├── tmi_hand_controller.ino │ ├── tundra_mapped_input.cpp │ └── tundra_mapped_input.h ├── device_json └── tmi_hand_controller.json └── driver └── tmi_hand_controller ├── driver.vrdrivermanifest └── resources ├── driver.vrresources ├── icons ├── tracker_status_error.b4bfb144.png ├── tracker_status_error.png ├── tracker_status_error@2x.png ├── tracker_status_off.6e6c89c9.png ├── tracker_status_off.png ├── tracker_status_off@2x.png ├── tracker_status_ready.b4bfb144.png ├── tracker_status_ready.png ├── tracker_status_ready_alert.@2xpng.png ├── tracker_status_ready_alert.b4bfb144.png ├── tracker_status_ready_alert.png ├── tracker_status_ready_low.b4bfb144.png ├── tracker_status_ready_low.png ├── tracker_status_ready_low@2x.png ├── tracker_status_searching.b4bfb144.gif ├── tracker_status_searching.gif ├── tracker_status_searching@2x.gif ├── tracker_status_searching_alert.b4bfb144.gif ├── tracker_status_searching_alert.gif ├── tracker_status_searching_alert@2x.gif ├── tracker_status_standby.b4bfb144.png ├── tracker_status_standby.png └── tracker_status_standby@2x.png ├── input └── tmi_hand_controller_profile.json ├── localization └── localization.json └── rendermodels └── tmi_hand_controller ├── tmi_hand_controller.json ├── tmi_hand_controller.mtl └── tmi_hand_controller.obj /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/README.md -------------------------------------------------------------------------------- /images/ControllerDebugger.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/images/ControllerDebugger.PNG -------------------------------------------------------------------------------- /images/driver_folder1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/images/driver_folder1.PNG -------------------------------------------------------------------------------- /images/driver_folder2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/images/driver_folder2.PNG -------------------------------------------------------------------------------- /images/only1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/images/only1.png -------------------------------------------------------------------------------- /images/simple_tmi_lh_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/images/simple_tmi_lh_output.png -------------------------------------------------------------------------------- /images/tmi_hand_steamVR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/images/tmi_hand_steamVR.png -------------------------------------------------------------------------------- /tmi_ hand_controller/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/README.md -------------------------------------------------------------------------------- /tmi_ hand_controller/arduino/tmi_hand_controller/mapped_input_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/arduino/tmi_hand_controller/mapped_input_types.h -------------------------------------------------------------------------------- /tmi_ hand_controller/arduino/tmi_hand_controller/tmi_hand_controller.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/arduino/tmi_hand_controller/tmi_hand_controller.ino -------------------------------------------------------------------------------- /tmi_ hand_controller/arduino/tmi_hand_controller/tundra_mapped_input.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/arduino/tmi_hand_controller/tundra_mapped_input.cpp -------------------------------------------------------------------------------- /tmi_ hand_controller/arduino/tmi_hand_controller/tundra_mapped_input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/arduino/tmi_hand_controller/tundra_mapped_input.h -------------------------------------------------------------------------------- /tmi_ hand_controller/device_json/tmi_hand_controller.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/device_json/tmi_hand_controller.json -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/driver.vrdrivermanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/driver.vrdrivermanifest -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/driver.vrresources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/driver.vrresources -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_error.b4bfb144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_error.b4bfb144.png -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_error.png -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_error@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_error@2x.png -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_off.6e6c89c9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_off.6e6c89c9.png -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_off.png -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_off@2x.png -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_ready.b4bfb144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_ready.b4bfb144.png -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_ready.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_ready.png -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_ready_alert.@2xpng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_ready_alert.@2xpng.png -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_ready_alert.b4bfb144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_ready_alert.b4bfb144.png -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_ready_alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_ready_alert.png -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_ready_low.b4bfb144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_ready_low.b4bfb144.png -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_ready_low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_ready_low.png -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_ready_low@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_ready_low@2x.png -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_searching.b4bfb144.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_searching.b4bfb144.gif -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_searching.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_searching.gif -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_searching@2x.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_searching@2x.gif -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_searching_alert.b4bfb144.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_searching_alert.b4bfb144.gif -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_searching_alert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_searching_alert.gif -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_searching_alert@2x.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_searching_alert@2x.gif -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_standby.b4bfb144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_standby.b4bfb144.png -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_standby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_standby.png -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_standby@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/icons/tracker_status_standby@2x.png -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/input/tmi_hand_controller_profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/input/tmi_hand_controller_profile.json -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/localization/localization.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/localization/localization.json -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/rendermodels/tmi_hand_controller/tmi_hand_controller.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/rendermodels/tmi_hand_controller/tmi_hand_controller.json -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/rendermodels/tmi_hand_controller/tmi_hand_controller.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/rendermodels/tmi_hand_controller/tmi_hand_controller.mtl -------------------------------------------------------------------------------- /tmi_ hand_controller/driver/tmi_hand_controller/resources/rendermodels/tmi_hand_controller/tmi_hand_controller.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tundra-labs/rp2040_examples/HEAD/tmi_ hand_controller/driver/tmi_hand_controller/resources/rendermodels/tmi_hand_controller/tmi_hand_controller.obj --------------------------------------------------------------------------------