Changes

Jump to navigation Jump to search

T208-Software

580 bytes added, 14:09, 10 August 2020
no edit summary
{{GD Template Impl}}
==Overview==1. Update software source on Ubuntu
==Features==2. To install pip for Python 3 on Ubuntu, run the following commands as root or sudo user in your terminal: sudo apt-get update sudo apt-get install python-pip 3. To install Jetson GPIO library: sudo pip install Jetson.GPIO4. To install I2C dev library sudo apt-get install libi2c-dev i2c-tools pip install smbus5. To check what i2c devices connected sudo i2cdetect -y -r 1 (T208 used the I2C address 0x36)6. To install Nano editor on Ubuntu sudo apt-get install nano 7. Create a python file with the code sample below - For i2c battery voltage & percentage reading sudo nano t208bat.py
==Packing List==
 
==User Manual==

Navigation menu