This is an open source C library for use with the CP2130 USB-SPI Bridge by Silabs Writen by Rafael Silva
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
There is an Example file to get you started.
- You will need root access to a Linux machine.
- You will need to install libusb
sudo apt-get install libudev-dev libusb-1.0-0-dev
A step by step series of examples that tell you how to get a development environment running
- Clone this repository to your working directory
sudo git clone https://github.com/gimbas/cp2130
- Go to the source directory
cd cp2130/
- Compile
make
See the Makefile for more information on compile flags etc.
- You may need to add the provided udev rules to the /etc/udev/rules.d directory.
sudo cp cp2130.rules /etc/udev/rules.d
- Depending on your user permissions, you might need to run the compilled binary with root access (sudo)
- Rafael Silva - gimbas
See also the list of contributors who participated in this project.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details
- Henneberg-Systemdesign - cp2130 kernel driver
- HarmonInstruments - cp2130 c++ wraper