Skip to content

Workflow

Typical Operation Sequence


Overview

Using REVA v4.0 normally consists of five stages.


Step 1

Select the carrier frequency inside the firmware.

Example:

#define CARRIER_HZ 90000

Step 2

Select the packet category.

Example:

#define ACTIVE_PACKET_CATEGORY CATEGORY_GOLDEN_RATIO

Step 3

Upload the firmware.


Step 4

Adjust runtime parameters.

Examples:

  • packet family,
  • pulse scaling,
  • gap scaling,
  • packet frequency.

Step 5

Observe the waveform.

Measurements are performed using external instrumentation.


Typical Sequence

Carrier Frequency
        ↓
Packet Category
        ↓
Upload Firmware
        ↓
Runtime Adjustment
        ↓
Measurement

See Also