Coder Social home page Coder Social logo

pololu / wixel-sdk Goto Github PK

View Code? Open in Web Editor NEW
64.0 14.0 59.0 887 KB

Pololu Wixel Software Development Kit

Home Page: http://pololu.github.com/wixel-sdk/

License: Other

Emacs Lisp 0.03% C 95.22% Assembly 0.59% Makefile 2.54% NSIS 1.42% Batchfile 0.10% HTML 0.09% sed 0.01%

wixel-sdk's Introduction

Pololu Wixel Software Development Kit (SDK)

This package contains code and Makefiles that will help you create
your own applications for the Pololu Wixel.  The Wixel is a general-
purpose programmable module featuring a 2.4 GHz radio and USB.  The
Wixel is based on the CC2511F32 microcontroller from Texas Instruments,
which has an integrated radio transceiver, 32 KB of flash memory, 4 KB
of RAM, and a full-speed USB interface.

For documentation of this SDK, see:
http://pololu.github.io/wixel-sdk

(You can also generate the documentation yourself by running
Doxygen on libraries/Doxyfile.)

For more information about the Wixel, see the Wixel User's Guide:
http://www.pololu.com/docs/0J46

wixel-sdk's People

Contributors

davidegrayson avatar erelson avatar kamocat avatar kevin-pololu avatar pdg137 avatar russnelson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wixel-sdk's Issues

usb_cdc_acm.c structs

As of 2/16/12 the usb_cdc_acm.c library cannot compile on Linux Mint 12 64-bit with SDCC #5416 (Feb 3 2010) (that's all 'sdcc --version' gives me).
There are multiple structs defined in the usb.h library header in the form:

typedef struct STRUCT_NAME
{
  ...
} STRUCT_NAME;

usb_cdc_acm.c attempts to use the types 'struct STRUCT_NAME', when it should just use 'STRUCT_NAME'. It compiles without trouble after changing all occurrences.
It may be that it would compile fine with a current version of SDCC (I haven't tried yet), but the version I have is the one currently in the Apt repositories, so I figure it's the version that most Mint/Ubuntu users would have.

Possible problem writing to DMAARM

This line appears twice in radio_mac.c:

DMAARM |= (1<<DMA_CHANNEL_RADIO);

Someone has reported to us that this gets compiled as a read-write-modify operation and it results in other DMA transfers being armed by mistake. We should look into it and fix those lines if needed.

MIDI on wixel ?

Hey !
I would like to make the Wixel recognised as midi instrument, any suggestion ?
Thanks ;)

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.