UI - mean00/DSO_STM32Duino GitHub Wiki
User Interface
Buttons
Short Press
- Volt : Press one time to select voltage range, press again to select offset
- Time : Press one time to select time base
- Trigger : Press one time to select triggering (Rising/Falling/Both/Run). Press again to set trigger level.
- OK : Select arming mode between single shot capture & continuous capture
- Rotary : Capture again in single shot mode
Long Press
- Ok : Auto setup voltage and frequency
- Rotary : Go to menu
Trigger Capture mode
There is a relationship between arming mode and trigger mode. In single shot mode, the capture will occur when the triggering happens then stop until re-armed. The triggering mode can be rising/falling/both/run.
Run means "whatever is there". As a result, even in single shot mode, when "Run" is selected, the capture will stop immediately.
Example :
In that example, the trigger mode was set to UP (Rising edge) and the trigger value at 1v.
The capture mode was single shot. As soon as the signal went above 1v the capture stopped.