Git Product home page Git Product logo

cokesme / goodfet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from travisgoodspeed/goodfet

0.0 2.0 0.0 27.86 MB

An embedded bus adapter for various microcontrollers and radios.

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

Python 12.65% Makefile 0.22% Assembly 0.04% C 9.41% OpenSCAD 0.04% Visual Basic 0.57% Eagle 59.77% KiCad Layout 13.31% MATLAB 0.01% Shell 0.01% C++ 0.19% QMake 0.06% QML 0.15% JavaScript 0.01% Batchfile 0.01% Objective-C 0.01% PostScript 2.10% GLSL 0.01% Ruby 0.01% HTML 1.45%

goodfet's Introduction

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

goodfet's People

Contributors

travisgoodspeed avatar nufer avatar trou avatar assafnativ avatar drandreas avatar jmichelp avatar binyaminsharet avatar f4grx avatar thedukezip avatar onejope avatar slorquet avatar matt-knight avatar

Watchers

James Cloos avatar cm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.