Automatic Caller Identification uses several sites on the internet to find the identification of unknown incoming calls, and display it while receiving such calls. The project is developed for Maemo, Nokia’s embedded Linux operating system.
While trying to get my WIFI dongle to work with the BeagleBoard, I noticed that the dongle’s module was not compiled into the kernel. So I had to build a new kernel from scratch. Since building a new kernel under the BeagleBoard will take a LOT of time, I decided to cross-compile a kernel for [...]
The following post describes installing EABI Debian (Embedded Application Binary Interface Debian) on the BeagleBoard. Debian is my favorite distribution, I’ve been using it for nearly 13 years, so sticking with it on the embedded platform comes only natural for me.
The BeagleBoard, capabale as it is, is not a standard PC, and thus beginning to work with is involves some non trivial steps. The first step, naturally, is to get keyboard, mouse and monitor output. The second step is to get network controll (preferably Ethernet, but a Serial connection is fine for the beginning as [...]
I’ve recently began working on a new project- a wheeled robotic platform, which will be capable of navigating autonomously, not only by the help of various proximity sensors, but also by using real Computer Vision algorithms. The platform will communicate with the outside world using WIFI or BlueTooth. To answer my requirements and design, and [...]