This section provides information about the ADC-related error codes that the TNY-360 robot may encounter during operation.
Here's a list of all the errors related to the ADC module of the TNY-360 robot:
0x11010101Indicates that an error occurred while configuring the GPIO pins for the ADC multiplexer.
Check for any GPIO configuration issues and ensure the GPIO pins are properly initialized.
uint32-
The esp_err_t error code returned by the GPIO configuration operation.
0x11010201Indicates that an error occurred while initializing the ADC oneshot unit.
Check for any ADC configuration issues and ensure the ADC is properly initialized.
uint32-
The esp_err_t error code returned by the ADC oneshot initialization operation.
0x11010301Indicates that an error occurred while configuring the ADC oneshot channel.
Check for any ADC configuration issues and ensure the ADC channel is properly initialized.
uint32-
The esp_err_t error code returned by the ADC oneshot channel configuration operation.
0x11010401Indicates that an error occurred while creating the ADC calibration handle for curve fitting.
Check for any ADC calibration issues and ensure the calibration handle is properly initialized.
uint32-
The esp_err_t error code returned by the ADC calibration initialization operation.
0x11020101Indicates that an error occurred while reading from the ADC (Analog-to-Digital Converter).
Check for any ADC configuration issues and ensure the ADC is properly initialized.
uint32-
The esp_err_t error code returned by the ADC read operation.
0x11020201Indicates that an error occurred while converting the raw ADC value to a voltage.
Check for any calibration issues and ensure the ADC calibration is properly initialized.
uint32-
The esp_err_t error code returned by the ADC conversion operation.
0x11020301Indicates that an error occurred while selecting the ADC channel using GPIO pins.
Check for any GPIO configuration issues and ensure the GPIO pins are properly initialized.
uint32-
The esp_err_t error code returned by the GPIO selection operation.
0x11030101Indicates that an error occurred while deleting the ADC oneshot unit.
Check for any ADC configuration issues and ensure the ADC is properly deinitialized.
uint32-
The esp_err_t error code returned by the ADC oneshot deletion operation.
0x11030201Indicates that an error occurred while deleting the ADC calibration handle for curve fitting.
Check for any ADC calibration issues and ensure the calibration handle is properly deinitialized.
uint32-
The esp_err_t error code returned by the ADC calibration deletion operation.