Difference between revisions of "STM32 Oscilloscope"

From ScienceZero
Jump to: navigation, search
(Protocol)
(Commands)
Line 30: Line 30:
 
  D = Data
 
  D = Data
  
====Commands====   
+
====Commands --> STM32====   
 
* 0 0 4 DDDD - Set sample rate in Hz
 
* 0 0 4 DDDD - Set sample rate in Hz
  
 
==Advanced features for the future==
 
==Advanced features for the future==

Revision as of 18:10, 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

Dynamically labelled grid

Auto Scale

  • voltage
  • frequency

Coding

Protocol

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

Commands --> STM32

  • 0 0 4 DDDD - Set sample rate in Hz

Advanced features for the future