Table des matières

TNY-360 Documentation

Motor Driver Errors

This section provides information about the motor driver-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 motor driver module of the TNY-360 robot:

I2CInitFailed

0x07010101
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 Motor driver.

CreateFailed

0x07010201
Trace

Indicates that the creation of the PCA9685 handle failed during initialization.

How to fix:

Check the I2C connection and ensure that the PCA9685 is properly connected and powered.

Payload Data

  • erruint32

    -

    The error code returned by the failed operation.

ResetFailed

0x07010301
Trace

Indicates that the reset operation of the PCA9685 failed during initialization.

How to fix:

Check the I2C connection and ensure that the PCA9685 is properly connected and powered.

Payload Data

  • erruint32

    -

    The error code returned by the failed operation.

ConfigFailed

0x07010401
Trace

Indicates that the configuration of the PCA9685 failed during initialization.

How to fix:

Check the I2C connection and ensure that the PCA9685 is properly connected and powered.

Payload Data

  • erruint32

    -

    The error code returned by the failed operation.

WakeUpFailed

0x07010501
Trace

Indicates that the wake-up operation of the PCA9685 failed during initialization.

How to fix:

Check the I2C connection and ensure that the PCA9685 is properly connected and powered.

Payload Data

  • erruint32

    -

    The error code returned by the failed operation.

SendDataFailed

0x07020101
Trace

Indicates that sending PWM data to the PCA9685 failed during runtime.

How to fix:

Check the I2C connection and ensure that the PCA9685 is properly connected and powered.

Payload Data

  • erruint32

    -

    The error code returned by the failed operation.

DeleteFailed

0x07030101
Trace

Indicates that the deletion of the PCA9685 handle failed during cleanup.

How to fix:

Check the I2C connection and ensure that the PCA9685 is properly connected and powered.

Payload Data

  • erruint32

    -

    The error code returned by the failed operation.