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)
- Host: GitHub
- URL: https://github.com/whatnick/atm90e36_python
- Owner: whatnick
- Created: 2019-04-24T10:23:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T10:35:25.000Z (about 6 years ago)
- Last Synced: 2025-02-10T15:32:17.704Z (3 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 phasesImplemented using half-duplex mode (xfer3) from [python-spidev](https://github.com/OnionIoT/python-spidev)