User Tools

Site Tools


t4_errorcodes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
t4_errorcodes [2024/10/25 21:06] – [2nd pattern – Slow Flashing indicating failure point] erict4_errorcodes [2024/10/25 21:13] (current) – [Error Example] eric
Line 9: Line 9:
 First, there is a rapidly flashing LED pattern; followed by a slow-blinking numbered code.  Take note of which LEDs are blinking red, they indicate the type of error that is occurring. First, there is a rapidly flashing LED pattern; followed by a slow-blinking numbered code.  Take note of which LEDs are blinking red, they indicate the type of error that is occurring.
  
-===== 1st pattern – Rapid Flashing indicating type of failure =====+===== 1st pattern – Error Type =====
  
  
Line 20: Line 20:
  
  
-===== 2nd pattern – Slow Flashing indicating failure point =====+===== 2nd pattern – Error Code =====
  
 After the type of failure has been indicated, the Twiddler will slowly blink to indicate the failure point. After the type of failure has been indicated, the Twiddler will slowly blink to indicate the failure point.
Line 28: Line 28:
  
 e.g. e.g.
 +
 LED 1: 2 flashes LED 1: 2 flashes
 +
 LED 2: 1 flash LED 2: 1 flash
 +
 LED 3: 3 flashes LED 3: 3 flashes
 +
 This represents error code #213 This represents error code #213
 +
  
 LED 1: 0 flashes LED 1: 0 flashes
 +
 LED 2: 0 flashes LED 2: 0 flashes
 +
 LED 3: 4 flashes LED 3: 4 flashes
 +
 This represents error code #004 This represents error code #004
  
- 
- 
- 
- 
- 
- 
- 
-==== Hardware (L3) ==== 
-^ L1 ^ L2 ^ L3 ^ Failure Point ^ 
-| | | R | ERR_HW_I2SINIT | 
-| | | R-R | ERR_HW_I2C_WR | 
-| | | R-R-R | ERR_HW_I2C_RDS | 
-| | | R-R-R-R | ERR_HW_PAW_INIT | 
- 
-==== Software (L2) ==== 
-^ L1 ^ L2 ^ L3 ^ Failure Point ^ 
-| | | R | ERR_SW_APPHANDLER | 
- 
-==== Bluetooth (L2 & L3) ==== 
- 
-^ L1 ^ L2 ^ L3 ^ Failure Point ^ 
-| | | R | ERR_BLE_ADV_START | 
-| | | R-R | ERR_BLE_ADV_PEER_ADDR_REPLY | 
-| | | R-R-R | ERR_BLE_ADV_WHITELIST_REPLY | 
-| R | | | ERR_BLE_PM_ID_LIST | 
-| R | | R | ERR_BLE_PM_WHITELIST_GET | 
-| R | | R-R | ERR_BLE_PM_WHITELIST_SET | 
-| R | | R-R-R | ERR_BLE_PM_DATA_BONDING_LOAD | 
-| R | | R-R-R-R | ERR_BLE_PM_DEVICE_IDENTITIES_SET | 
-| R | | R-R-R-R-R | ERR_BLE_PM_PEERS_DELETE | 
-| R-R | | | ERR_BLE_EVT_GAPCONNECTED_QWR_CONN_HANDLE_ASSIGN | 
-| R-R | | R | ERR_BLE_EVT_GAP_PHY_REQ_PHY_UPDATE | 
-| R-R | | R-R | ERR_BLE_EVT_GATTC_TIMEOUT_DISCONNECT | 
-| R-R | | R-R-R | ERR_BLE_EVT_GATTS_TIMEOUT_DISCONNECT | 
-| R-R | | R-R-R-R | ERR_BLE_EVT_HIDS_OUTP_REP_GET | 
-| R-R-R | | | ERR_BLE_ERRORHANDLER_HIDS | 
-| R-R-R | | R | ERR_BLE_ERRORHANDLER_PARAMS | 
-| R-R-R | | R-R | ERR_BLE_ERRORHANDLER_NRF_QWR | 
-| R-R-R | | R-R-R | ERR_BLE_ERRORHANDLER_ADV | 
- 
-==== Initialization (L1) ==== 
- 
-^ L1 ^ L2 ^ L3 ^ Failure Point ^ 
-| | | R | ERR_INIT_I2C_INIT | 
-| | | R-R | ERR_INIT_NRF_DRV_CLK_INIT | 
-| | | R-R-R | ERR_INIT_NRF_PWR_MGMT_INIT | 
-| R | | | ERR_INIT_BLE_GAP_NAME_SET | 
-| R | | R | ERR_INIT_BLE_GAP_APPEARANCE_SET | 
-| R | | R-R | ERR_INIT_BLE_GAP_PCCP_SET | 
-| R | | R-R-R | ERR_INIT_BLE_DIS_INIT | 
-| R | | R-R-R-R | ERR_INIT_BLE_BAS_INIT | 
-| R | | R-R-R-R-R | ERR_INIT_BLE_QWR_INIT | 
-| R | R | | ERR_INIT_BLE_GAP_PARAMS | 
-| R | R | R | ERR_INIT_BLE_GATT | 
-| R | R | R-R | ERR_INIT_BLE_CONN_PARAMS_INIT | 
-| R | R | R-R-R | ERR_INIT_BLE_HIDS | 
-| R | R | R-R-R-R | ERR_INIT_BLE_ADV_INIT | 
-| R | R | R-R-R-R-R | ERR_INIT_BLE_NRF_SDH_EN_REQ | 
-| R | R-R | | ERR_INIT_BLE_NRF_SDH_BLE_DEFAULT_CFG_SET | 
-| R | R-R | R | ERR_INIT_BLE_NRF_SDH_BLE_EN | 
-| R | R-R | R-R | ERR_INIT_BLE_PM_INIT | 
-| R | R-R | R-R-R | ERR_INIT_BLE_PM_SEC_PARAMS_SET | 
-| R | R-R | R-R-R-R | ERR_INIT_BLE_PM_REGISTER | 
-| R-R | | | ERR_INIT_APP_USBD_INIT | 
-| R-R | | R | ERR_INIT_APP_USBD_CLASS_APPEND_MOUSE | 
-| R-R | | R-R | ERR_INIT_APP_USBD_CLASS_APPEND_KB | 
-| R-R | | R-R-R | ERR_INIT_APP_USBD_CLASS_APPEND_MSD | 
-| R-R | | R-R-R-R | ERR_INIT_APP_USBD_CLASS_APPEND_CONSUMER | 
-| R-R | | R-R-R-R-R | ERR_INIT_APP_USBD_POWER_EVTS_EN | 
-| R-R-R | | | ERR_INIT_APP_TIMER_INIT | 
-| R-R-R | | R | ERR_INIT_APP_TIMER_CREATE | 
-| R-R-R | | R-R | ERR_INIT_APP_TIMER_START | 
  
 ==== Error Example==== ==== Error Example====
Line 117: Line 53:
 Expected Blink Pattern: Expected Blink Pattern:
   * R,G,B then,   * R,G,B then,
-  * L3 blinking rapidly indicating a hardware fault, +  * LED 3 blinking rapidly indicating a hardware fault, 
-  * then L3 blinking Slowly 4 times indicating ERR_HW_PAW_INIT.+  * then LED1 and LED 2 not blinking, LED3 blinking slowly 4 times indicating Error: Hardware Code=004
  
  
  
t4_errorcodes.1729890415.txt.gz · Last modified: by eric