Posted by
Ril3y on November 16, 2009 |
One comment

Today I got home from my day job and found at small package with custom stamps all over it. Needles to say this was the V3 Bus Pirate that I orded about 3 – 4 weeks ago. After I took it out of the package I wanted to test it out a bit. Kicked on the Macbook Air and hooked it up. The quick and easy way to connect to the Bus Pirate V3 via OSX is just to do this:
screen /dev/tty.usbserial-A600aSlz 115200
After that you should see something like this: (If you don’t see anything just hit enter a few times)

Once there I typed in capitol M and it quickly displayed a listing of supported protocols seen here:

So just push something like 9 <enter> and it will change the mode of the bus pirate to PC KEYBOARD mode. Very cool stuff. Will blog more on it after my work on the contraptor.org project for the lightning talks @hacdc is over.

ril3y
Tags: bus pirate, hacking, mac, osx, serial
Posted by
Ril3y on September 30, 2009 |
No comments
Around 11PM last night I finally was able to get all the Arduino Hardware talking to my Openwrt Router Station Pro Installation. These are the packages you need to have on your system. (if you built your own firmware with theses great! otherwise just opkg install them)
Like So:
root@OpenWrt:~# opgk install usbutils
Install the rest of these packages the exact same way:
- usb-ohci
- kmod-usb-serial-ftdi
- kmod-usb2
- kmod-usb-serial(Note: these packages are needed if you want to us the MMC/SD Card on the RS PRO)
- kmod-usb-storage
- kmod-mmc
Once that is done you can issue the lsusb command to see if your system recognizes the Arduino FTDI interface. You should see something like this.
Bus 002 Device 002: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 05e3:0723 Genesys Logic, Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
If you do not see the UART (FTDI) device go ahead and reboot your system and it should come up. If it does not you are missing a package email me we can see whats up.
Will add more later but here some screenshots of the system working.

Tags: arduino, hacking, Linux, openwrt, pyserial, python, Security