return 1; computer engineering and electronics
  • Home
  • Projects
  • About
  • Archive
Controlling a servo with an AVR

Featured Article

Controlling a servo with an AVR

Multithreading with C++11: Protecting data

Featured Article

Multithreading with C++11: Protecting data

Popular Articles

  1. No data yet..

Projects

  1. Project: Anjuta as an AVR development environment

    Anjuta as an AVR development environment

    During the Google Summer of Code 2011 I started working on a project to transform Anjuta, the GNOME IDE, in a nice AVR development platform.

    I want to accomplish this by integrating several Linux AVR tools into Anjuta, including the compiler (avr-gcc), the debugger (avr-gdb) and several gdb backends like averice, simulavr and simavr.

    Project status: Discontinued

  2. Project: Audio interface for the DE0 FPGA board

    Audio interface for the DE0 FPGA board

    The Altera DE0 is a nice basic FPGA development board, which is widely used at our university. And for the first year students, they came up with a new idea for the practical assignments of the digital systems course: program a simple audio effect in a FPGA with VHDL.

    But, unlike his bigger brother the Altera DE2-70, the DE0 doesn't have an audio interface. So, our project group was assigned to design one, using the expansion headers on the DE0.

    Project status: Finished

  3. Project: Helios 3D

    Helios 3D

    You can do great stuff with LEDs, for example, building a huge LED Cube. Maybe you've ever seen a small one, like 8x8x8 LEDs, but at Delft University of Technology, we're going to build a bigger one, much bigger!

    Project status: Finished

  4. Project: TLC5940 Raspberry Pi Library

    TLC5940 Raspberry Pi Library

    If you want to control a lot of LEDs with your Raspberry Pi, you can use the TLC5940 LED driver from Texas Instruments. This project is a C++ library to easily write applications which control the TLC5940!

    Project status: Stable