DIY Signal Generator Probe

A signal generator is a handy bit of kit and with the right components, it’s pretty easy to build one. Fabricating a proper signal generator probe is another matter entirely. [Frank]’s DIY signal generator probe does exactly what it claims to, and is very cheap to boot.

After [Frank] made a simple signal generator with a few parts he had lying around, he needed a probe. Not wanting to deal with poking loose wires around his circuits, he decided to modify a scope probe. Six dollars and two weeks later, [Frank] had a suitable scope probe on his doorstop shipped from halfway around the world.

The strain relief on the probe was removed, and the resistors and trim cap on the PCB was desoldered. All that was left to do was solder a piece of wire from the BNC jack to the probe lead. The strain relief was put back on and clearly labeled for use as a signal generator probe. Not bad for 10 minutes of work.

Scanning Tunneling Microscope Under GPL3

ChemHacker has posted schematics and code for a scanning tunneling microscope. [Sacha De’Angeli] finalized the proof-of-concept design for version 0.1 and released all of the information under the Gnu general public license version 3. You’ll need to build a sensor from a combination of a needle, a piezo, and a ring of magnets. There’s an analog circuit that gathers data from the probe, which is then formatted by and Arduino and sent to your computer.

We haven’t really dabbled in this type of equipment, though we did cover an STM earlier in the year. Take a look at the video after the break and then help jump-start are imagination by sharing your plans for this equipment in the comments.

Continue reading “Scanning Tunneling Microscope Under GPL3”

How-to: Bus Pirate Probe Cable

cover

Update, Saturday July 4th, 2009: All preorders are closed.

A probe cable makes it easy to connect the Bus Pirate to a circuit and get hacking. Good test clips make quick connections on cramped PCBs without causing short circuits. We made two cables for the Bus Pirate v2, keep reading for an overview of our designs and list of part suppliers.

Friday, July 3, 2009 is the last day to pre-order a Bus Pirate. There’s only two days left to get your own Bus Pirate, fully assembled and shipped worldwide, for only $30.

Continue reading “How-to: Bus Pirate Probe Cable”

Zigbee AES Key Sniffing

zigbeesniffing

[Travis Goodspeed] posted a preview of what he’s working on for this Summer’s conferences. Last weekend he gave a quick demo of sniffing AES128 keys on Zigbee hardware at SOURCE Boston. The CC2420 radio module is used in many Zigbee/802.15.4 sensor networks and the keys have to be transferred over an SPI bus to the module. [Travis] used two syringe probes to monitor the clock line and the data on a TelosB mote, which uses the CC2420. Now that he has the capture, he’s planning on creating a script to automate finding the key.