DELL 2209WAf Disassembly

Quick info on how to start disassembling a DELL 2209WAf monitor. No pictures this time, but perhaps it will help. Remove the stand and the 4 screws behind the stand. These are the only screws in the case Pry the front bezel off. Do the corner with the buttons last. You may leave the front… Read More »

DIY RS232 gender changer

This is a simple universal RS232 DB9 gender converter. It covers all plug combinations, both straight through and crossover. I have only connected RX, TX and ground so far since those are enough for me most of the time. Quite a handy tool for less than 1 euro and one hour work.

Arduino RAM Usage Analysis

Some handy commands to analyze how much and where the RAM has gone on Atmega/Arduino: First, enable compiler verbose messages in the Arduino IDE, as you need need to see where the built binaries are stored (on my system, /tmp/build*** directory is used)

Arduino compiler nonsense

I have spent a few hours investigating where all the RAM has gone in my new Arduino project. I need to investigate newer versions (still running 1.0), I really hope there are improvements. My favorite WTFs: string constants are stored in RAM string constants can be stored in Flash. For that you need to wrap… Read More »