kwoods / goodfet

An embedded bus adapter for various microcontrollers and radios.

Home Page:http://goodfet.sourceforge.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoodFET

The GoodFET is a nifty little tool for quickly exposing embedded system buses to userland Python code.

Drivers

For Mac, install XCode, MacPorts, and the FTDI Virtual COM Driver.

For Windows, install Python 2.7 as 32-bit, FTDI VCP Drivers, and add Python your %PATH% in order to run the scripts in \client.

In Linux, the FTDI drivers are included by default. Be sure that the user has permissions for /dev/ttyUSB0, which will likely require adding that user to the dialout group.

Packages

You will need python-serial, wget, gcc-msp430, and curl. These might have different names, and the MSP430 compiler might be separated from its libc implementation.

Client

First, grab a copy of the client code and link it into /usr/local/bin.

git clone https://github.com/travisgoodspeed/goodfet/
(cd client && sudo make link)

Before using the client, you will need to specify your hardware revision in the $client or %client% environment variable.

Firmware

If your GoodFET has not yet been flashed, or if you would like to develop new firmware features, you will need to compile from scratch.

cd ~/goodfet/firmware
board=goodfet41 make clean all

About

An embedded bus adapter for various microcontrollers and radios.

http://goodfet.sourceforge.net/


Languages

Language:Eagle 59.7%Language:KiCad Layout 13.3%Language:Python 12.7%Language:C 9.4%Language:PostScript 2.1%Language:HTML 1.4%Language:Visual Basic 0.6%Language:Makefile 0.2%Language:C++ 0.2%Language:QML 0.2%Language:QMake 0.1%Language:Assembly 0.0%Language:OpenSCAD 0.0%Language:GLSL 0.0%Language:Ruby 0.0%Language:JavaScript 0.0%Language:CSS 0.0%Language:Batchfile 0.0%Language:Shell 0.0%Language:MATLAB 0.0%Language:Objective-C 0.0%