Skip to content

EscEepromWrite (UORB message)

TOPICS: esc_eeprom_write

Fields

NameTypeUnit [Frame]Range/EnumDescription
timestampuint64usTime since system start
firmwareuint8ESC firmware type (see ESC_FIRMWARE enum in MAVLink)
indexuint8Index of the ESC (0 = ESC1, 1 = ESC2, etc, 255 = All)
lengthuint16Length of valid data
datauint8[48]Raw ESC EEPROM data
write_maskuint32[2]Bitmask indicating which bytes in the data array should be written (max 48 values)

Constants

NameTypeValueDescription
ORB_QUEUE_LENGTHuint88To support 8 queued up requests

Source Message

Source file (GitHub)

Click here to see original file
c
uint64 timestamp # [us] Time since system start
uint8 firmware # [-] ESC firmware type (see ESC_FIRMWARE enum in MAVLink)
uint8 index # [-] Index of the ESC (0 = ESC1, 1 = ESC2, etc, 255 = All)
uint16 length # [-] Length of valid data
uint8[48] data # [-] Raw ESC EEPROM data
uint32[2] write_mask # [-] Bitmask indicating which bytes in the data array should be written (max 48 values)

uint8 ORB_QUEUE_LENGTH = 8 # To support 8 queued up requests