Teensy is a programmable USB HID from nice guys at pjrc.com. I use Teensy++ (which is an improved version of Teensy) in Penetration Tests for its ability to be used as a programmable keyboard. To start with, this is how you can install Arduino with Teensyduino:
For Windows (Tested on Windows 7 and XP) as an Adminsitrator
1. Download Arduino for Windows.
2. Extract the zip archive.
3. Download Teensyduino for Windows which is a plugin for Arduino. We require this to add support for Teensy in Arduino.
4. Download Windows Serial Installer
5. Run the the downloaded Serial Installer. You will get a warning as the driver is not signed by MicroSoft. Accept it and continue with the installation.
6. Run the Teensyduino, it will check for installed serial driver.Provide the path for the folder where Arduino has been extracted, the "Next" button will be activated only if a Arduino is found at the provided location.
You can choose more libraries to install on the next screen. You can choose to install none, Teensy does not require them.
7. Now you should see more options in Arduino.
For Linux (Tested on Backtrack 5)
1. Download Arduino for Linux.
2. Extract the zip archive.
3. Download Teensyduino 32bit or Teensyduino 64bit depending on your OS. We require this to add support for Teensy in Arduino.
4. Download udev rules. This is required to use Teensy as non root user.
5. Install udev rules
sudo cp 49-teensy.rules /etc/udev/rules.d/
6. Run the Teensyduino, provide the path for the directory where Arduino has been extracted.
7. Now you should see more options in Arduino.
This is it for the first post. Please leave comments and feedback.
UPDATE: If you are facing problems when using Linux make sure you have installed all the dependencies. Read this for more details






No comments:
Post a Comment