Skip to content

OpenPlotter app to manage I2C sensors in Raspberry Pi

License

Notifications You must be signed in to change notification settings

CaptIgmu/openplotter-i2c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openplotter-i2c

OpenPlotter app to manage I2C sensors in Raspberry Pi

Installing

For production

Install openplotter-settings for production and just install this app from OpenPlotter Apps tab.

For development

Install openplotter-settings for development.

Install openplotter-i2c dependencies:

sudo apt install i2c-tools

Make your changes and create the package:

cd openplotter-i2c
dpkg-buildpackage -b

Install the package:

cd ..
sudo dpkg -i openplotter-i2c_x.x.x-xxx_all.deb

Run post-installation script:

sudo i2cPostInstall

Run:

openplotter-i2c

Make your changes and repeat package, installation and post-installation steps to test. Pull request your changes to github and we will check and add them to the next version of the Debian package.

Documentation

https://openplotter.readthedocs.io

Support

http://forum.openmarine.net/forumdisplay.php?fid=1

About

OpenPlotter app to manage I2C sensors in Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%