Skip to main content

A small web app for Raspberry Pi with a controller area network (CAN) bus.

Project description

A small web app that displays sensor data and controls a MOVIDRIVE Antriebsumrichter (traction converter) of SEW EURODRIVE connected to the Raspberry Pi with the help of a controller area network (CAN) bus.

Manuals

Installation

In order to install CANberry just create a virtual environment with the help of virtualenv. Then install python-can following these instructions. Now just use pip to install CANberry:

pip install canberry

Configuration

Create a configuration file .canrc with following content in your home directory:

[default]
interface = socketcan
channel = can0

[canberry]
identifier = 16

The identifier is the default target address.

Development

Installation:

  • Create a virtual environment virtualenv venv and activate it with source venv/bin/activate.

  • Install all dependencies with pip install -r requirements.txt.

  • Run python setup.py develop to install CANberry in your virtual environment.

  • Run canberry from the command line to start the web application. Try canberry -h for help on more options.

Updating the javascript components with:

  • Install npm with sudo apt-get install nodejs.

  • Install bower with sudo npm install -g bower.

  • Use bower install -S to install and update js dependencies like concise, ractive, jquery, flotcharts.

Credits

This project uses following libraries:

Note

This project has been set up using PyScaffold. For details and usage information on PyScaffold see http://pyscaffold.readthedocs.org/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

CANberry-0.3.tar.gz (3.0 MB view details)

Uploaded Source

File details

Details for the file CANberry-0.3.tar.gz.

File metadata

  • Download URL: CANberry-0.3.tar.gz
  • Upload date:
  • Size: 3.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for CANberry-0.3.tar.gz
Algorithm Hash digest
SHA256 5b03acf09c31dc4045269afb3b4ed50b9bf0607cb1bb9b32aa3ab23e334a5377
MD5 dcf56bad1fd1e7700d5f1b504bb3a921
BLAKE2b-256 f14e86cade9fb751dc2462216dcccfb422eb27e2549c201c54a2cde3af883022

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page