Difference between revisions of "STM32 Oscilloscope"

From ScienceZero
Jump to: navigation, search
(Features)
(Protocol)
Line 20: Line 20:
 
==Coding==
 
==Coding==
 
===Protocol===
 
===Protocol===
 +
One byte each:
 +
C SS DDD...
 +
C = Code
 +
S = Size
 +
D = Data
  
 
==Advanced features for the future==
 
==Advanced features for the future==

Revision as of 18:06, 9 May 2010

Features

Vertical (voltage)

Horizontal (Time)

Trigger

  • Voltage level trigger
  • Trigger on rising / falling edge
  • External trigger
  • Pretrigger (sample continiously then stop n samples after the trigger)
  • Filtered trigger (low frequency / high frequency / number of pulses)
  • Video trigger
  • RS-232 trigger

Save wave snapshot to picture

Save wave frames for movie

Save wave data to file

Save non interrupted wave data to file

Display roll mode (continuous scrolling)

FFT view

spectrum view

Coding

Protocol

One byte each:
C SS DDD...
C = Code
S = Size
D = Data

Advanced features for the future