Getting an Arduino to control a wireless outlet

arduino-433-mhz-outlet-control

[Reza's] methodical investigation of this remote controlled outlet let him patch in with an Arduino using a 433 MHz transmitter. This is a single-device unit, but the techniques used here should allow you to take control of wireless rigs that have multiple modules to control many devices.

We’ve seen some folks at our local hackerspace try to patch into … Read the rest

Turning the Stellaris Launchpad into a logic analyzer

acquisition

If you have a Stellaris Launchpad sitting around, have a go at using it as a logic analyzer

The Stellaris logic analyzer is based upon this earlier build that took code from a SUMP comparable Arduino logic analyzer and ported it to the much faster and more capable Stellaris Launchpad with an ARM Cortex 4F processor.

This build turns the … Read the rest

Tiny OLED oscilloscope gets a fancy case

[Gabriel Anzziani] has just unleashed a newer, more convenient version of his Xprotolab portable oscilloscope, logic analyzer, and function generator. It’s up on Kickstarter, and the price is actually very nice for a tool of this caliber.

We first saw the Xprotolab early last year and ran into [Gabriel] at this year’s World Maker Faire in New York. On … Read the rest

Tiny OLED o-scope fits on a breadboard

With a surplus of 3D printers at this year’s Maker Faire, it’s really surprising to see the most talked about tool among the makers is a simple oscilloscope.

[Gabriel Anzziani]‘s Xprotolab is an extremely small oscilloscope, function generator, logic analyzer, and general 128×64 OLED display is the perfect addition to your next prototyping project. With its breadboard friendly format and … Read the rest

Logic analyzer add-on for the MSP430 Launchpad

Here’s a 6-channel logic analyzer shield for the MSP430 Launchpad. It manages an eyebrow-raising 16 million samples per second. The prototype seen above is made on a hunk of protoboard with point-to-point soldering. [oPossum] did lay out a PCB — which is just 50mmx50mm — but has not had any produced quite yet.

He calls it the LogicBoost, and … Read the rest

Turning an oscilloscope into a logic analyzer

Sooner or later, you’re going to need a logic analyzer. If you don’t have a Bus Pirate or Logic Sniffer lying around, [Joonas] has a great MacGyverism that turns an oscilloscope into the simplest logic analyzer ever.

The basic premise of the build is tying four digital lines to the analog input of an oscope. This is done with … Read the rest

Using the parallel port as a logic sniffer

[Fernando] wrote in to share his take on building a logic analyzer. He’s using the parallel port to capture data and feed it to the display software of your choice.

The method depends on a custom kernel which alters the way the parallel port works. The kernel he compiled includes a method of intercepting the signals coming in from the … Read the rest