Jack Gassett

  • You can finally buy a Memristor!

    This is great news! Ever since first hearing about the memristor we have been wondering how long it will be before we see it show up in commercial applications. While 8 memristors for $249 is not very useful it is a very encouraging sign. Just imagine an FPGA made with memristors instead of transistors… For…

  • An Open Source Toolchain For iCE40 FPGAs

    This is a positive first step towards an open source toolchain for FPGA’s. Hopefully we will see something for Xilinx FPGA’s as well. We can always dream that Xilinx will open the format! After months of work, and based on the previous work of [Clifford Wolf] and [Mathias Lasser], [Cotton Seed] has released a fully…

  • Hacking the OV7670 camera module (SCCB cheat sheet inside)

    Here at Gadget Factory we’ve been thinking about the best way to provide support for the OV7670 Camera Wing that we have. This page we came across provides a treasure trove of information about how the OV7670 camera works.       The OV7670 is a low cost image sensor + DSP that can operate…

  • Simple Infrared PWM on Arduino

    Nice code walk through of how to generate a PWM in C code. This is a 3 part series showing how to generate IR commands in software. We are often asked on discussion boards, about conflicts between IRremote or IRLib and other Arduino Libraries. In this post, we present a sketch for ‘Simple Infrared PWM…

  • Atari devs dissect Yars’ Revenge, Adventure, Atari’s woes

    Here is a very interesting article about the development of some of the early Atari 2600 games. It’s fun that we can recreate these classic games on an FPGA! “I’m going to tell you about the design of Adventure for the 2600, a game I designed in 1979,” Warren Robinett said simply and plainly to…

  • The Oldland CPU 32-bit FPGA Core

    Here is a promising looking Soft Processor core available on OpenCores.com. It looks like it has some nice simulation and debugging tools built in – as well as a C toolchain. Included with the package is oldland-rtlsim, which lets you simulate the processor on a PC. The oldland-debug tool lets you connect to the processor for…

  • HDMI Splitter is also a Decrypter

    Esar’s Ambilight clone that runs on the Papilio Pro is an awesome project, I still have one on my desk waiting to be tested.  One of the challenges is HDCP protected content – but with this awesome hack it is no longer an issue! His amazing custom Ambilight clone got profiled here, and someone asked…