About:
This is a demonstration project of the Stampdock software.
("StampDock" is software that offers services to mbed's and parallax "BASIC Stamps")
If you have an MBED, LPCXpresso or parallax "basic stamp 2" with scratchpad memory (BS2p) or "javelin stamp" some
transistors then together with this software you can make a simple oscilloscope.
The oscilloscope has 2 channels with each a range of -1.5V to +1.5V or -15V to +15V.
Each channel can be selected as a trigger.
Each channel has a has a position slider.
It has 3 modes, xt scope, xy scope and xt recorder.
Note that this is more or less an open source oscilloscope as you can change the GUI
by modifying the stampdock.rsrc file and add or remove buttons.
You can add features by expanding the hardware or changing the embedded program.
You can download the complete project from this page.
The archive contains a lpcxpresso/mbed, "basic stamp" program that runs the hardware.
The stampdock windows/mac/linux software which acts as the display/gui of the mcu.
The diagram of the circuit required to do the measurements.
Note that as you can change the MCU code and the GUI layout this is more or less an open source instrument.
Which means with some simple edits in the code you can add more channels, as the chips have more
then 2 analog inputs.
Or if you have a fast ADC chip you can use that instead of the standard inputs, and change some lines in the code.
Or with some small changes in the code you can add a logic analyzer mode, or made a spectrum analyzer or wobler.
The limit is which LPC chip and IDE you use.
You could even change it into something completely different like a signal generator.
|