Forever working on raspbian To make it all work neatly, you just have to follow the node.js download page instructions for debian, which basically is the following commands: apt-get install python g++ make mkdir ~/nodejs && cd $_ wget -N http://nodejs.org/dist/node-latest.tar.gz tar xzvf node-latest.tar.gz && cd `ls -rd node-v*` ./configure make install
Is this going to give Raspberry Pi a run for it’s money. Only if they keep the price low. This sounds like pretty exciting project. Hopefully they will be for on the shelves soon. Running Linux UDOO is a stand alone computer itself and since is based on the Freescale i.MX 6 CPU, it runs […]
The Raspberry Pi. What a great idea. But what does the future hold? Model A Model B Specifications Model A Model B Target price:[7] US$ 25 US$ 35[73] SoC:[7] Broadcom BCM2835 (CPU, GPU, DSP, SDRAM, and single USB port)[3] CPU: 700 MHz ARM1176JZF-S core (ARM11 family)[3] GPU: Broadcom VideoCore IV[74] OpenGL ES 2.0 (24 GFLOPS) MPEG-2 and VC-1 (with license[71]), 1080p30 h.264/MPEG-4 AVC high-profile decoder and encoder[3] Memory (SDRAM): 256 MB (shared […]
CPU : A10 1 Ghz overclockable to 1.5 Ghz (1.2 Ghz highest stable overclock on android) Graphics Processor : Mali 400 MHz Operating System : Now Android 4.0 ICS Onboard Storage: 4Gb (upgradeable by Micro SD memory card- 32gb) Wifi: 802.11 b/g/n Connectivity: Ac jack, 1x 3.5mm Earphone Jack, 1x Mini Usb, 1x Hdmi Out, Micro Sd […]
A long time ago, Earth was ruled by dinosaurs. Then they died and we began to play with Motorola HC11. These were prehistoric times, when debugging involved anoscilloscope. (Yes, I am that old.) Then Massimo Banzi invented a new single board: Arduino. And everyone was happy. At last, prototyping was easy, cheap, and fast. Then the unexpected […]
I’ve updated SiriPi to work with WolframAlpha. So you can ask your Raspberry pi any question you’d like as long as you say question at the beginning of the sentence. Try “Question How big is the moon?”. Copy the “SiriPi” folder from the “Raspberry Pi App” folder to “/var/www” on your Raspberry Pi. Then “sudo […]
Originator Says: This is my first Raspberry Pi project! I’m following Adafruit’s tutorial (http://learn.adafruit.com/raspberry-p…) to have an green or red LED illuminate depending on whether I have unread emails. I also discuss helpful background info and tips & tricks for the Raspberry Pi
Application Features: secure connection via SSH, easy control and monitoring GPIO, monitor and graph temperatures remotely using DS18B20, remote terminal emulator, remote process management, built-in MJPEG stream client, easy 1-wire and I2C bus management, IR control system, What’s new in version 0.2: added IR control system (LIRC) – now user can remote control […]
Steps Install sphinxbase wget http://downloads.sourceforge.net/project/cmusphinx/sphinxbase/0.8/sphinxbase-0.8.tar.gz tar -xvf sphinxbase-0.8.tar.gz cd sphinxbase-0.8 ./configure make sudo make install Install pocketsphinx wget wget http://sourceforge.net/projects/cmusphinx/files/pocketsphinx/0.8/pocketsphinx-0.8.tar.gz tar -xvf pocketsphinx-0.8.tar.gz cd pocketsphinx-0.8 ./configure make sudo make install Set PYTHONPATH. In your home directory vi .bash_profile and add export PYTHONPATH=”/usr/local/lib/python2.7/site-packages” And it’s ready.