Skip to content

Interface LTC6802 with Raspberry/Orange Pi using Python.

License

Notifications You must be signed in to change notification settings

girish946/python-LTC6802

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-LTC6802

Interface LTC6802 with Raspberry/Orange Pi using Python.

LTC6802 Operates on SPI protocol.

The ciruit Diagram for interfacing LTC6802 with Raspberry/OrangePi

Alt LTC6802 circuit diagram

The given Circuit Diagram is for OrangePi; therefore the pins are labeled as
PA13-PA16. If you are interfacing this IC with RaspberryPi then connect the
CLK, MISO, MOSI, CS pins of it to the CLK, MISO, MOSI and CS pins of
RaspberryPi, which are pin no 23, 21, 19 and 24/26 Respectively.

Dependencies

$ pip install python-periphery

to install pyA20 (for OrangePi):

$ pip install pyA20

to install RPi.GPIO (for RaspberryPi):

$ pip install RPi.GPIO

Other details (that I know) about the IC LTC6802 are posted here

About

Interface LTC6802 with Raspberry/Orange Pi using Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages