An open API service indexing awesome lists of open source software.

https://github.com/whatnick/atm90e36_python

Python support for ATM90E36 (specifically using spidev on Onion Omega)
https://github.com/whatnick/atm90e36_python

Last synced: about 1 month ago
JSON representation

Python support for ATM90E36 (specifically using spidev on Onion Omega)

Awesome Lists containing this project

README

        

# ATM90E36 Driver in Python3 for Onion Omega 2+

This python driver consists of :
* Registers list
* SPI communication protocol
* Basic initialization code
* Utility methods to read Voltage, Current, Power, Power. Factor for x3 phases

Implemented using half-duplex mode (xfer3) from [python-spidev](https://github.com/OnionIoT/python-spidev)