-
Gates to FPGAs: TTL Electrical Properties
Great reference from Bil Herd about TTL Electrical properties. On the path to exploring complex logic, let’s discuss the electrical properties that digital logic signals are comprised of. While there are many types of digital signals, here we are talking about the more common voltage based single-ended signals and not the dual-conductor based differential signals.…
-
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…
-
Build A Simple Cloud Using the Open Hardware Technology
An interesting article for creating your own cloud with a few raspberry pi’s via resources.infosecinstitue.com
-
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…