SSD Flex Connector To SATA

[Scott] was trying to fix a laptop, and we all know how that sometimes ends. Having a spare 128GB solid state drive and a Dell Mini 10 netbook to shove it in, there was only one problem, the drive did not have SATA connectors. That problem was taken care of like a pro with this FPC to SATA converter.

Inspired by our recent spot about Speeding up a ThinkPad, he was able to find information about the FPC connector from a similar Samsung model, order a SATA connector, FPC zero force connector and matching 24pin jumper. From there a board is designed to connect the two interfaces, taking notes of how other drives have their SATA traces laid out to ensure proper function.

The board is etched and connectors soldered, with every thing plugged in and tested, a little bit of glue is used to hold everything in the stock netbook’s drive sled, resulting in really fast boot times, and a factory look.

Minty FM Transmitter

[Chis] wanted an FM transmitter bug device packed in a mint tin, and that is just what he made. Featuring only 17 discrete parts, running off of a 3volt coin cell battery, and small enough to fit inside of a plastic mint box and still have plenty of room for the mints.

Using a simple design the audio enters the device through a electret microphone and hits a transistor for amplification, the signal is then passed to the oscillator section of the circuit which features an LC tank type design which generates the carrier frequency and mixes that with the signal for a range of about 100 feet indoors.

Each section is broken down into steps where it is thoroughly explained with animations, theory, and simulation, if you are wondering how a transistor, wire, and capacitors make an FM transmitter, or if you would like to just make the final project, schematics, pcb files, and assembly instructions are provided as well.

Join us after the break for a short video and be sure to check out the other radio transmitters we have featured as well.

Continue reading “Minty FM Transmitter”

TV Oscilloscope

Need an oscilloscope? Want to see the music? Don’t have money, but do have a old TV? Then this TV to oscilloscope mod may be right up your alley. Now don’t go running off just yet, when you’re working inside of a CRT device you are exposed to mains current, high voltage, and high frequency, so extra care needs to be observed .

If you have your rubber welding gloves, and have discharged all your fat capacitors (including the CRT) its pretty much the same magic trick as couple we have previously featured. Patch an amplified input signal into the vertical deflection coil and let her go, but this instructable features much more detailed instruction, and photos so you have a much better chance of replicating this (not quite lab grade) potentially useful device.

Join us after the break for a short video.

Continue reading “TV Oscilloscope”

.Net OS For Your ARM

Pyxis 2 is a recently released new embedded operating system. The first Pyxis OS would run on an arduino with a touch screen, and provided a nice GUI. Pyxis 2 on the other hand has departed from most of its predicator, and is now made on top of the .NET micro framework, and natively supports FEZ Cobra and ChipworkX systems. It supports 320×240, 480×272, even 800×480 (if you have the ram), LCDs.

Some of the features of the OS include alpha blended desktop icons, file dialogs, prompts, input, color selection, file box, buttons, all the standard stuff to construct your applications, support for network, USB, SD and Mp3. Since it is .NET you can also use C# visual studio to construct everything without dedicating yourself to hardware until you are ready.

Join us after the break for a short video.

Continue reading “.Net OS For Your ARM”

Arduino Sip N Puff Switch

[kayakdiver] is developing a SIP and PUFF controlled kayak, but in order to start you first need a SIP and PUFF switch. These devices allow the user to lightly sip or puff into a tube to control switches or sensors, and are sometimes mounted in joysticks for control of a computer, or wheelchair, etc, but finding the cost prohibitive the next best thing was to whip up their own.

The design is clean and direct featuring off the shelf tubing and fittings, 2 pressure/vacuum switches, and an Arduino. Each one of the switches can detect pressure or vacuum, so one switch set to each is fed though a Y and up to the mouthpiece, since everything is sealed this has the advantage of only needing pressure and not airflow making it more comfortable for the user over long periods, and keeps down on humidity in the tubes.

Open Source Laser Cutter (v2)

The Buildlog.net 2.x Laser is a second generation open source laser cutter that definitely improves the design of the first model. The 2 axis machine (optional vertical axis is manual or an upgrade is available) boasts a large 12” x 20” x 4” workspace while being smaller than its predecessor, fitting a table top design.

The older model had a goal of being self replicating, which limited the types of materials used, the new 2.x model drops that goal and uses stronger metal parts. Electronics are now modularized that allow easier and cleaner wiring, though you will still need a controller board.

There is an XMOS based controller provided on the main page of BuildLog.net, along with mechanical drawings, schematics, gerbers, instructions for both machines, and kit parts (for the first model) along with resources for the heavy items like laser tubes and power supplies.

Gameduino

Gameduino is an FPGA based sound and graphics adapter for microcontrollers. Laid out as an Arduino shield, all it really takes is a microcontroller with SPI and some code to send commands to the board which lets you toggle registers, handle memory, and drawing functions.

Once the data gets there, it is greeted by a Xilinx FPGA which puts out a 800×600 72Hz SVGA sync signal, large 512×512 pixel character scrolling backgrounds, piles of 16×16 (up to 256 color) sprites, each with per pixel transparency, rotation, flip, and if that was not enough a 12 bit frequency synth that can do 16 independent voices.

All the resources to make one of these is listed on the site under the Making a Gameduino link, but if youre interested in getting a made board there is also a kickstarter page available. There are other ways to squeeze video out of micro controllers from the basic like hackvision to AVGA or even Lucidscience AVR VGA v2, and tons of propeller projects, but this one being stand alone and portable, has a certain appeal.

Join us after the break for a quick video.

Continue reading “Gameduino”