ps2 / ccprog

Chipcon CC1110 GPIO-based (bitbang) programmer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ccprog

Chipcon CC1110 GPIO-based (bitbang) programmer

Used to program cc1110 devices over GPIO lines on operating systems and boards that support libmraa, like the Intel Edison or Raspberry Pi.

Building

make

Usage

Usage: ./ccprog command

 Commands supported: erase reset write

 Command line options:
   -p DC,DD,RESET              specify mraa pins for debugging cc chip:

Example

./ccprog write uart1_alt2_RILEYLINK_US_STDLOC.hex

Wiring for Edison

The edison natively uses 1.8V logic levels. The CC1110 requires 3.3V logic levels, so you will need something like the Sparkfun GPIO Block to shift the levels up.

About

Chipcon CC1110 GPIO-based (bitbang) programmer


Languages

Language:C 99.8%Language:Makefile 0.2%