VibRacket is a racket-mountable prototype that instead uses motion-coupled vibrations to create embodied tactile experiences that feel intrinsic and self-generated. VibRacket's design, featuring an IMU and customizable vibration patterns, allows us to explore the potential of these embodied sensations for motor learning, which is not yet understood. We present 3 different prototypes for VibRacket: 1) Handle-Integrated System; 2) Mountable Protoypes; 3) GUI Interfaced System.
Download the code from the GitHub website or clone repo using your favorite git-client software or with the following command:
git clone https://github.com/sensint/HapticGasPedal.git- To run the processing script (Targetting_Task.pde) as is, please add all the trajectories in the same folder as the processing file.
- Assign the right port for the serial communication.
- Run the script
We provide the firmware for one build system - Teensyduino (based on Arduino IDE).
The firmware was tested with the following microcontrollers:
- Teensy 4.1
The easiest way to get up and running with the firmware is Teensyduino.
Download and install the Teensyduino software for your operating system. All needed libraries are included in the basic installation.
This project is based on the Teensy microcontroller and the PT8211 Audio Kit. For understanding the hardware and the underlying principles, please refer to Haptic Servos.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
Sensorimotor Interaction Group - website - @sensintgroup
Project Link: https://github.com/sensint/VibRacket
- Othneil Drew for Best-README-Template
