Table des matières

TNY-360 Documentation

Power Errors

This section provides information about the power-related error codes that the TNY-360 robot may encounter during operation.


List of errors

Here's a list of all the errors related to the power module of the TNY-360 robot:

I2CInitFailed

0x0B010101
Trace

Indicates that the I2C initialization failed during initialization.

How to fix:

Check that the I2C bus is properly configured and available for use by the Power driver.

CreateFailed

0x0B010201
Trace

Indicates that the INA219 handle creation failed during initialization.

How to fix:

Check that the INA219 device is properly connected and available on the I2C bus.

Payload Data

  • erruint32

    -

    The error code returned by the INA219 handle creation function.

ConfigFailed

0x0B010301
Trace

Indicates that the INA219 configuration failed during initialization.

How to fix:

Check that the INA219 device is properly connected and available on the I2C bus.

Payload Data

  • erruint32

    -

    The error code returned by the INA219 configuration function.

WakeUpFailed

0x0B010401
Trace

Indicates that the INA219 wake-up failed during initialization.

How to fix:

Check that the INA219 device is properly connected and available on the I2C bus.

Payload Data

  • erruint32

    -

    The error code returned by the INA219 wake-up function.

Trace

Indicates that reading the voltage from the INA219 failed during runtime.

How to fix:

Check that the INA219 device is properly connected and available on the I2C bus.

Payload Data

  • erruint32

    -

    The error code returned by the INA219 read voltage function.

Trace

Indicates that reading the current from the INA219 failed during runtime.

How to fix:

Check that the INA219 device is properly connected and available on the I2C bus.

Payload Data

  • erruint32

    -

    The error code returned by the INA219 read current function.

ReadPowerFailed

0x0B020301
Trace

Indicates that reading the power from the INA219 failed during runtime.

How to fix:

Check that the INA219 device is properly connected and available on the I2C bus.

Payload Data

  • erruint32

    -

    The error code returned by the INA219 read power function.

DeleteFailed

0x0B030101
Trace

Indicates that deleting the INA219 handle failed during cleanup.

How to fix:

Check that the INA219 device is properly connected and available on the I2C bus.

Payload Data

  • erruint32

    -

    The error code returned by the INA219 delete function.