Tearran / its-i2cDevices

itScripts are a collection of i2c device software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

its-i2cDevices

its-i2cDevices is a collection of i2c device software for the Raspberry pi Usage:

  • i2c component testing
  • Bash pipe
  • python3 web apps
  • SSH Plotter
  • SQL Data

Requirements

  • Debian arm-based distro
    • Rasberry pi (LST)(BUSTER)
  • python3
    • libraries include built-in

Featured Scripts

  • its_database.py
    • sqlite3.db ~ A list of i2c LKARS tested devices
  • its_bmp280.py - Temperature and barometric pressure
  • its_amg8833.py - 8x8 IR camera ( aka: GridEye )
  • its_mlx90614.py - infrared thermometer
  • its_mpu60xx.py - 6-axis Inertial measurement unit
  • its_pyWebApp.py - web app example
    • Launches a simple web server
    • list apps folder files with the .py extension
    • displays list on localhost:8000

its scripts

basic use: python3 its_{name}.py

its_database.py

python3 its_database.py
python3 its_bmp280.py
python3 its_pyWebApp.py

etc...

Tools

Libraries

About

itScripts are a collection of i2c device software

License:GNU General Public License v2.0


Languages

Language:Python 100.0%