Difference between revisions of "Microduio Digital Oscilloscope"
From Microduino Wiki
(Created page with "{| style="width: 800px;" |- | ==Purpose== The course will show you how to use Microduino to make a digital oscilloscope. ==Source== From: http://www.arduino.cn/thread-37...") |
|||
Line 10: | Line 10: | ||
==Source== | ==Source== | ||
− | + | ||
==Equipment== | ==Equipment== |
Latest revision as of 09:29, 8 July 2016
ContentsPurposeThe course will show you how to use Microduino to make a digital oscilloscope. SourceEquipment
IntroductionHere in this example, we’ll introduce a Microduino digital oscilloscope. Main parameters: Frequency response: 10Hz-50KHz Power: 5V Microduino-OLED display screen: 128x64 Display area: 96x64 Message display area: 32x64 (Frequency of testing signal and Vpp.) Way of synchronization: Rising along the trigger Scanning speed: 0.02ms/div~10ms/div (Classified by nine gears according to 1-2-5 carry.) Hold Function: Freeze waveform display and parameters. SchematicProgramDebuggingStep 1: Build the circuit according to the schematic, as follows: Step 2: Download the code, compile and run initial screen: Step 3: Just use sensing point to contact signal and input circuit, you will see waveform displayed on OLED: Step 4: The three keys in the schematic are used for enlarging and reducing the scaleplate of the displayed waveform and served as “OK” button respectively. ResultSignal waveform can be displayed on OLED. Video |