posted Mar 10th 2011 1:40pm by
Mike Nathan
filed under:
repair hacks,
teardown

[Hotsolder] encountered a bad encoder in his Rigol Oscilloscope, so he opened it up in order to replace the damaged part. According to him, it was quite an adventure, so he documented the disassembly and component swap for the benefit of anyone else out there that might have to do the same.
The teardown is in the form of a slideshow, which is available on his site. The images are all pretty well annotated, so you should be able to follow along quite easily if you happen to be tearing one apart yourself. There’s not a ton of exotic things to see inside the scope, it pretty much contains what you would expect to see if you cracked one open.
The encoder replacement went off without a hitch, and he even took pictures of the defective one to discuss how it works.
It’s definitely a quick and interesting read if you are simply curious about oscilloscopes, or if you happen to need to dismantle yours.
[Thanks, oakkar7]
posted Feb 24th 2010 5:10am by
Phil Burgess
filed under:
classic hacks,
hardware,
peripherals hacks

PC-based USB oscilloscopes are fast becoming all the rage. [Matt Sarnoff’s] Terminalscope takes the reverse approach, adapting an oscilloscope into a full serial terminal. You may have seen something similar before in the Dutchtronix/SparkFun O-Clock, but [Matt’s] project goes one further by adding a PS/2 keyboard port for full bidirectional serial communication, and with much sharper display resolution to boot.
The mostly VT-100 compatible Terminalscope is built around two AVR microcontrollers: an ATmega328P runs full-tilt to generate the video signal and handle serial I/O, while an ATtiny45 handles keyboard input to avoid interrupting the ’328’s duties. Rather than vector trace each character, a raster-scanning approach is used: the beam follows a fixed X/Y path (like a television), while modulating the Z input (beam intensity) to form an image. The device can be connected to a PC via serial port or USB-to-TTY adapter, or directly to another microcontroller to debug serial output.
We recently showed an oscilloscope being used as a multichannel digital logic display. The Terminalscope provides yet another use for this essential bench tool and could nicely round out a “poor man’s” testing setup. The schematic and full source code are available for download.
posted Oct 19th 2009 11:09am by
Phil Burgess
filed under:
reviews

We’ve been eyeing Seeed Studio’s DSO nano digital storage oscilloscope with a mix of intrigue and skepticism. A pocket-sized $89 storage ’scope? This is a joke, right? Hack a Day reader [Blair Thomson] has written a thorough review based on his experience with one of the beta test units, and it might be a winner after all.
[Blair] feels the unit compares favorably to buying a similarly-priced secondhand analog oscilloscope. The DSO nano wins major points for ease of use, a good range of functionality, and of course the whole portability thing (the enclosure is a repurposed portable media player). Can’t say we’re entirely convinced though. As a single-trace ’scope with 1 MHz bandwidth, the DSO nano may be extremely limiting for anything but basic hobbyist use…which, to be fair, is exactly how they’re marketing it. We can see a place for this the same way there’s a place for $10 multimeters — an inexpensive, toss-in-the-toolbag second ’scope to quickly test for vital signs, something that might complement but not replace a good bench unit.
posted Sep 2nd 2007 10:12pm by
Will O'Brien
filed under:
misc hacks

[Dylan] sent in this amusing use for an O-Scope. The entire thing was implemented using six chips – four logic chips, 2 op-amps and 13 pots. Hit the video after the break or check out the project page.
Read the rest of this entry »
posted Dec 27th 2006 11:20am by
Will O'Brien
filed under:
misc hacks

[Jason] sent in a couple tips, and this diy oscilloscope caught my eye. This design uses the A/D sampler on the ATmega to generate the signal for presentation on a regular CRT television. The sample limit is less than 16khz. Not terribly impressive, but not too shabby either.