Basic Example

A basic In-Circuit Test suite for the PLT demo board.

title: "v0.1.8 (Green)"
identPrefix: "ICT-"
suite:

- ident: MCU
  title: "Identify, Erase and Program nRF52"
  steps:
  - command: identify nRF52
    title: "Identify DEMO-BOARD nRF52"
  - command: erase nRF52
    title: "Erase nRF52 Flash"
  - command: program nRF52 s132_nrf52_6.0.0_softdevice.hex,ly10-demo-fw-0.1.8.hex
    title: "Program DEMO-BOARD FW nRF52"

- ident: BLE
  title: "Detect DUT over BLE"
  steps:
  - command: bledis %BLEMAC% 30  # Wait up to 30 seconds for BLE discovery to complete
    title: "BLE discovery"