Jump to content

TissueDB/Simulators/Cricothyrotomy Simulator (D'Auria)

From Appropedia


Anatomical reference diagram of the larynx — thyroid cartilage, cricothyroid ligament, cricoid cartilage and trachea — with the cricothyrotomy and tracheostomy access points labelled (a reference diagram, not a photograph of the device).
Anatomical reference: laryngeal structures (1) thyroid cartilage, (2) cricothyroid ligament, (3) cricoid cartilage, (4) trachea, with (A) cricothyrotomy and (B) tracheostomy access points labelled. Image by PhilippN, CC BY-SA 3.0 via Wikimedia Commons; based on Gray's Anatomy plate 951.

The D'Auria Cricothyrotomy Simulator is the cyber-physical assessment layer applied to the earlier University of Washington BioRobotics cricothyrotomy trainer.[1] The physical White/UW trainer supplies the cardboard trachea, compliant-foam tracheal rings, bicycle-inner-tube skin, 3D-printed laryngeal cartilages, conductive landmark sensors, Arduino and display. D'Auria and Persia use the instrument-contact stream to recognize procedural activities and provide automatic real-time assessment of the emergency cricothyrotomy sequence. The underlying hardware lineage is documented separately at Cricothyrotomy Simulator (White UW).

Field Details
Features and Basic Operation Six conductive landmark-contact zones on the White/UW trainer are read through an Arduino-based sensing system. Instrument contacts are time-stamped and processed by the D'Auria/Persia activity-detection framework against expert-defined correct and incorrect activity models. D'Auria and Persia report 81% precision and 98% recall for activity recognition in their reported evaluation. The system provides automated feedback on whether the procedural sequence is performed correctly and in the intended order.
Current Development Status Engineering evaluation completed for automated activity recognition and user/system performance. D'Auria & Persia (2014) report the original CPS assessment approach; their 2015 expanded framework continues the same simulator/evaluation lineage.[2] These are engineering/performance-evaluation studies; they do not demonstrate transfer of surgical skill to patient care or clinical outcomes.
Estimated Build Time and Cost
-
Less than US$50 for the underlying White/UW physical trainer as reported through the D'Auria source lineage. Cost of the D'Auria/Persia CPS software/evaluation overlay is not separately itemized.
Specialized Tools and Equipment Scalpel, tracheal hook and hemostat wired into the contact-sensing system, plus an endotracheal tube for the final airway-placement step. An Arduino Uno, six conductive contact sensors and an 8×8 LED matrix belong to the instrumented White/UW hardware/CPS chain.
Version D'Auria/Persia CPS lineage: 2014 original automated-evaluation conference paper; 2015 expanded real-time evaluation framework.
Development Team Contact Information Daniela D'Auria and Fabio Persia, Department of Electrical Engineering and Information Technology, University of Naples Federico II, Italy. Contact addresses given in the source paper: daniela.dauria4@unina.it, fabio.persia@unina.it.

Tissues

Tissue Qty Material Cost Notes
Skin 1 segment Bicycle inner tube segment - Physical skin representation belonging to the White/UW trainer lineage. It conceals the sensor and cartilage landmarks so the cricothyroid region must be located by palpation. D'Auria uses this physical substrate but is not the independent origin of the tissue build.
Cartilage — thyroid and cricoid 1 set 3D-printed ABS plastic - Rigid palpable laryngeal landmarks from the White/UW hardware lineage, including a mobile cricothyroid joint. They provide anatomical context for the instrumented procedure.
Cartilage — tracheal rings - Compliant foam strips - Soft tracheal-cartilage rings belonging to the White/UW physical build. Ring count and exact foam grade are not specified in the D'Auria source.
Trachea 1 tube Thin cardboard tube - Physical airway wall and lumen from the White/UW trainer lineage. It provides the airway into which the endotracheal tube is introduced.

Structural Parts

Part Name Qty Material Cost Notes
Arduino Uno 1 Microcontroller board — Atmel ATmega328 - Part of the instrumented White/UW/CPS system. Reads the conductive contact zones and supports the real-time sensing and feedback chain used by the D'Auria/Persia evaluation framework.
Conductive foil contact sensors 6 Conductive foil; exact grade not specified - Six instrument-contact zones positioned at defined airway landmarks. These sensors belong to the instrumented hardware substrate; D'Auria/Persia process their contact sequence for automatic activity recognition.
8×8 LED matrix 1 LED matrix display - Provides visible system/contact feedback as part of the instrumented trainer.

Build Instructions

System lineage and prerequisite

This page describes the D'Auria/Persia cyber-physical assessment layer.

The physical cricothyrotomy trainer is the earlier University of Washington BioRobotics system. Its construction lineage is separate and should not be presented as a D'Auria-originated tissue simulator.

Use or prepare the physical trainer according to:

Cricothyrotomy Simulator (White UW)

The required physical context includes:

  • 3D-printed thyroid and cricoid cartilage components;
  • a thin cardboard tracheal tube;
  • compliant foam tracheal rings;
  • bicycle-inner-tube skin;
  • six conductive contact zones;
  • Arduino-based acquisition; and
  • an LED display.

Phase 1: Confirm the instrumented White/UW substrate

  1. Confirm that the required White/UW physical trainer is available.
  2. Confirm that the laryngeal landmarks remain palpable through the skin layer.
  3. Confirm that the airway lumen can accommodate the endotracheal tube used for the procedure.

Provenance note: these physical properties belong to the White/UW hardware lineage. They are prerequisites for the D'Auria assessment system and are not a second independently originated D'Auria build.

Phase 2: Confirm the six sensor zones

D'Auria & Persia describe six conductive contact zones:

  • A — posterior tracheal wall;
  • B — right lateral trachea / cricothyroid region;
  • C — midline cricothyroid-membrane region, the correct incision zone;
  • D — left lateral trachea / cricothyroid region;
  • E — cricoid cartilage; and
  • F — lower tracheal cartilaginous ring.
  1. Confirm that the six contact zones are present on the physical trainer.
  2. Confirm that the zones connect to the Arduino-based acquisition system.
  3. Preserve the source-defined distinction between the correct midline contact region and the surrounding incorrect-contact zones.

Phase 3: Configure the D'Auria/Persia CPS layer


Arduino Uno R3 microcontroller board
Arduino Uno R3 microcontroller board (Atmel ATmega328 microprocessor). D'Auria & Persia (2014) describe using this board class — part of the UW base build — to matrix-scan the six conductive-foil sensors and drive the LED feedback display. Image by Mr Revolution, CC BY 3.0.
  1. Acquire the time-stamped contact stream from the instrumented trainer.
  2. Apply the source-described 20 ms debounce handling to reduce contact chatter.
  3. Use the source-described processing chain for the recorded contact data, including the reported 10 Hz low-pass filtering stage.


8x8 LED dot-matrix display module
8×8 LED dot-matrix display module (illuminated). D'Auria & Persia (2014) describe using this display class to render sensor-contact state and procedural-step indicators in real time. Image by Shahbaz75, CC BY-SA 4.0.
  1. Use the contact sequence as input to the Activity Detection Engine.
  2. Compare the observed sequence with the expert-defined correct and incorrect activity models described by D'Auria & Persia.
  3. Use the resulting state to provide real-time procedural feedback.

The source describes temporal stochastic activity models and the tMagic activity-detection method. The complete expert model definitions and a complete standalone software implementation are not published on this page and must not be invented.

Procedure represented by the assessment system

The instrumented task records the sequence associated with emergency cricothyrotomy, including:

  1. palpating and stabilising the larynx;
  2. identifying the cricothyroid region;
  3. making the skin incision;
  4. opening the cricothyroid membrane;
  5. introducing the tracheal hook;
  6. spreading the opening with a hemostat; and
  7. introducing the endotracheal tube.

These actions describe the procedure being assessed. They do not constitute a second physical construction recipe.

Editorial system check

Before a training session, it is reasonable to confirm:

  • that each sensor produces a detectable signal;
  • that instrument contacts are acquired by the microcontroller;
  • that the display responds; and
  • that the activity-detection system receives the contact sequence.

These are TissueDB editorial readiness checks. They must not be represented as a formal published D'Auria pass/fail fabrication protocol unless a source explicitly provides such a checklist.

Evidence history

2014 — original CPS/activity-detection publication

D'Auria & Persia describe automatic evaluation of procedural performance using the instrumented cricothyrotomy trainer and report engineering activity-recognition results.

2015 — expanded framework

The same authors subsequently published an expanded framework covering the same real-time evaluation lineage, including data acquisition/storage, activity detection and performance evaluation.

The 2015 publication does not:

  • create a second physical simulator lineage;
  • supersede the White/UW hardware origin; or
  • establish clinical skill transfer.

Cost and reproducibility boundaries

  • The less-than-US$50 figure refers to the underlying White/UW trainer reported through the D'Auria evidence chain.
  • A separate D'Auria/Persia CPS-overlay cost is not itemized.
  • Total build time is not stated.
  • Detailed physical construction belongs to the White/UW trainer.
  • Complete activity-model definitions/software specifications are not sufficiently published here for independent reconstruction from this page alone.
  • Do not infer missing dimensions, material grades, electronics or software parameters.
  • Do not merge the D'Auria and White/UW simulator pages without separate navigation/governance authorization.
Simulator data


Page data
Keywords cricothyrotomy, emergency airway, automatic skill assessment, cyber-physical system, conductive foil sensors, Arduino, activity detection, procedural skill training, low-cost simulator, D'Auria, TissueDB
Authors Arturopelayo
License CC-BY-SA-4.0
Language English (en)
Related 0 subpages, 13 pages link here
Redirects TissueDB/Simulators/D'Auria Cricothyrotomy Simulator
Views 28 page views (analytics)
Created April 10, 2026 by Arturo Pelayo
Last edit September 10, 2026 by StandardWikitext bot
  1. D'Auria D, Persia F. "Automatic evaluation of medical doctors' performances while using a cricothyrotomy simulator." 2014 IEEE 15th International Conference on Information Reuse and Integration (IRI 2014), 13–15 August 2014, pp. 514–519. DOI: 10.1109/IRI.2014.7051932.
  2. D'Auria D, Persia F. "A Framework for Real-Time Evaluation of Medical Doctors' Performances While Using a Cricothyrotomy Simulator." In: Data Management Technologies and Applications. DATA 2014. Communications in Computer and Information Science. Springer, Cham, 2015, pp. 182–198. DOI: 10.1007/978-3-319-25936-9_12.
Cookies help us deliver our services. By using our services, you agree to our use of cookies.