ITead mystery PCBs

I have received two random PCBs from ITead along with my display PCBs. Sadly, this boards have no addresses, nor understandable names. Maybe, they are intended to work as a part of larger system, so have no value when are alone.
Here’s the scans of this boards. I hope someone will recognize them:

Big pixel TWI display PCB arrived

Big pixel TWI display PCB

Big Pixel TWI display is my experimental project. It’s a 12×11 LED matrix driven by amazing AS1130. The display should be controlled via I2C (TWI) interface. In the next post i hope to show it populated and working.

Continue reading

BreadBoard-styled ProtoBoard with SOT23 footprint

I have designed a prototyping board with SOT23 footprints for transistors. Would send gerbers to Seeed for production.

Inspired by Adafruit Perma-Proto.

Top side
Continue reading

Installing Altera Quartus II Web Edition 12 in Ubuntu

Problem
I ran into a problem when installing Altera Quartus (it’s development environment for CPLD): after unpacking the archive installer’s interface does not appear:

Continue reading

How to install Oracle Java 7 in Ubuntu 12.04

From an Launchpad repo:

If you already have OpenJDK installed — delete it previously.

Continue reading

Motion sensor with TTL output

датчик движения

I bought a couple of IR motion sensors from Sunsky and going to tell you how to handle them and how to make motion-activated LED lamp.

Continue reading

Cookie Time To Live in PHPMyAdmin

If PHPMyAdmin logouts you too early — you have to increase cookie’s TTL by adding

at the end of config.inc.php

Zend Studio/Eclipse: error 'Workspace is currently in use'

If Zend Studio or Eclipse tells ‘Workspace is currently in use by another Eclipse’ at startup and proposes to select another workspace — just remove .lock file in your workspace and it will be fine.

Wake on LAN and Nvidia MCP51 network problem

forcedeth driver for nvidia network interfaces has a bug: WoL does not work. Problem is in reversing MAC-address. So, if machine’s MAC is 00:24:21:dd:1f:90 then use following command to wake it:

Don’t forget to enable WoL in BIOS and add

to /etc/rc.local

imagemagick and animated gif

Once i needed to have a crop and resize image functionality in a project. I was to deal with animated GIFs too. Discovered a issue with imagemagick: you can’t just say

and get cropped image area.

Continue reading