Difference between revisions of "BayLibre ACME"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
'''ACME''' by '''BayLibre''' is an extension (cape) for the '''BeagleBone Black''', designed to provide multi-channel power and temperature measurements capabilities. | '''ACME''' by '''BayLibre''' is an extension (cape) for the '''BeagleBone Black''', designed to provide multi-channel power and temperature measurements capabilities. | ||
It comes with power | It comes with power and temperature probes, turning it into an advanced all-in-one power/temperature measurement solution. | ||
== Photos == | == Photos == |
Revision as of 15:52, 3 March 2015
Status | supported |
---|---|
Source code | baylibre-acme |
Connectivity | BeagleBone Black expansion connector, I2C |
Measurements | energy, power, current, temperature |
ACME by BayLibre is an extension (cape) for the BeagleBone Black, designed to provide multi-channel power and temperature measurements capabilities.
It comes with power and temperature probes, turning it into an advanced all-in-one power/temperature measurement solution.
Photos
Protocol
ACME probes are connected to I2C bus #1 of the BeagleBone Black via the ACME Cape.
The components used to do actual measurements (INA226 & TMP435) are supported in mainline Linux. The drivers expose a standard interface via Linux sysfs pseudo file system.
ACME driver for libsigrok uses said interface to acquire measurement samples and control the Cape (change shunt resistance configuration, cut-off power to measured devices etc.).