https://github.com/whatnick/atm90e26_python
ATM90E26 Python Driver designed for SPI using Onion Omega 2+ and other similar boards
https://github.com/whatnick/atm90e26_python
Last synced: about 1 month ago
JSON representation
ATM90E26 Python Driver designed for SPI using Onion Omega 2+ and other similar boards
- Host: GitHub
- URL: https://github.com/whatnick/atm90e26_python
- Owner: whatnick
- Created: 2020-11-29T20:36:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-30T21:50:24.000Z (over 4 years ago)
- Last Synced: 2025-02-10T15:32:17.835Z (3 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ATM90E26 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 1 phaseImplemented using half-duplex mode (xfer3) from [python-spidev](https://github.com/OnionIoT/python-spidev)