1GHz, single-core CPU 512MB RAM 802.11 b/g/n wireless LAN Bluetooth 4.1 Bluetooth Low Energy (BLE) Case The Raspberry Pi Zero W V1.1 by far not the most powerful, but my favorite Raspberry Pi board, because it’s so very most and still capable enough. After putting the tiny board, weighing only 9.3g / 0.3oz into a nice […]
raspberry pi
Raspberry Pi – Translator

Recently, I described how to perform speech recognition on a Raspberry Pi, using the on device sphinxbase / pocketsphinx open source speech recognition toolkit. This approach works reasonably well, but with high accuracy, only for a relatively small dictionary of words. Like the article showed, pocketsphinx works great on a Raspberry Pi to do keyword […]
Raspberry Pi 2 – Speech Recognition on device

This is a lengthy post and very dry, but it provides detailed instructions for how to build and install SphinxBase and PocketSphinx and how to generate a pronunciation dictionary and a language model, all so that speech recognition can be run directly on the Raspberry Pi, without network access. Don’t expect it to be as […]
Streaming Your Webcam w/ Raspberry Pi

[Last updated on Feb. 2. 2013 for (2012-12-16-wheezy-raspbian) Kernel Version 3.2.27+] Three years ago, we bought two small Webcams and since we wanted to use them on Linux and OS X, we went with the UVC and Mac compatible Creative LIVE! CAM Video IM Ultra. This Webcam (Model VF0415) has a high-resolution sensor that lets […]
Accessing Raspberry Pi via Serial

Using a serial connection to connect to a Raspbery Pi has many advantages. The boot process (Kernel boot messages go to the UART at 115,200 bit/s) can be monitored, without the need to hookup an HDMI-Monitor. Once booted, you can of course login through a serial terminal as well, i.e. the serial connection allows logging-in […]
Tiny WiFi Adapter for Raspberry Pi

[Updated on Feb. 2. 2013 for (2012-12-16-wheezy-raspbian) Kernel Version 3.2.27+] The extremely small EW-7811Un USB wireless adapter looks like the perfect WiFi adapter for the Raspberry Pi. Not only is it tiny and relatively inexpensive, it also seems capable enough to be a great companion device for the Raspi. While elinux still shows that some users […]
Raspberry Pi – Where to start?

At its core, the Raspberry Pi uses the Broadcom BCM2835 System-on-a-chip. This single chip contains an ARM1176 CPU (normally clocked at 700MHz) a VideoCore 4 GPU, i.e. a low-power mobile multimedia processor (also used in the Roku-2) 256 MByte SDRAM in addition to the ARM’s MMU, a second coarse-grained Memory Management Unit for mapping ARM physical addresses […]