II.
LibraryProcess overview
Reference · livelib-process:embedded-systems--field-diagnostics
specializations/embedded-systems/field-diagnostics overview
Field Diagnostics - Implementing diagnostic capabilities for deployed devices including remote logging, crash dump analysis, health monitoring, and diagnostic protocols for troubleshooting field issues.
Attributes
displayName
specializations/embedded-systems/field-diagnostics
description
Field Diagnostics - Implementing diagnostic capabilities for deployed devices including remote logging,
crash dump analysis, health monitoring, and diagnostic protocols for troubleshooting field issues.
libraryPath
library/specializations/embedded-systems/field-diagnostics.js
specialization
embedded-systems
references
- - Embedded Diagnostics: https://interrupt.memfault.com/blog/device-diagnostics
- - Crash Dumps: https://interrupt.memfault.com/blog/cortex-m-fault-debug
- - UDS Protocol: https://www.embedded.com/unified-diagnostic-services-uds/
example
const result = await orchestrate('specializations/embedded-systems/field-diagnostics', {
projectName: 'FieldSensor',
targetMcu: 'STM32L4',
diagnosticProtocols: ['UDS', 'MQTT'],
crashDumpEnabled: true
});
usesAgents
- device-driver-expert
- embedded-tech-writer
Outgoing edges
lib_applies_to_domain1
- domain:embedded-systems·DomainEmbedded Systems
lib_belongs_to_specialization1
- specialization:embedded-systems·Specialization
lib_implements_workflow1
- workflow:bug-triage·Workflow
lib_involves_role1
- role:embedded-engineer·RoleEmbedded Engineer
lib_requires_skill_area2
- skill-area:rtos-programming·SkillAreaRTOS Programming
- skill-area:firmware-development·SkillAreaFirmware Development
uses_agent2
- lib-agent:embedded-systems--device-driver-expert·LibraryAgentdevice-driver-expert
- lib-agent:embedded-systems--embedded-tech-writer·LibraryAgentembedded-tech-writer
Incoming edges
None.