GOTO

Showing posts with label RaspberryPi. Show all posts
Showing posts with label RaspberryPi. Show all posts

Monday, June 9, 2014

Chickenfoot, an Android controlled car anyone can make

Hi everyone,

just a little post to introduce Chickenfoot, an Android controlled car anyone can make! Chickenfoot engine is written in Python, thanks to Nanpy (https://github.com/nanpy) and composed by a RaspberryPI, an Arduino, and the basic stuff that you can find on any RC car. I've also added some cool electronic stuff, such as a temperature sensor, and I'm working to integrate video streaming using a RaspberryPI Camera. You can find the repository for the Android app here



and going to https://github.com/chickenfootcar/chickenfoot you can find the engine that run on a Chickenfoot car.

This is a video I took days ago that shows Chickenfoot running attached to my mac.




Monday, January 7, 2013

True story: karaoke machine with Raspberry Pi

Suppose you're preparing the party for 31st December and one of your friends came up with a new idea to have fun during the party (31/12/2012, 13.00 p.m. -.-) "Hey hey hey what about doing some karaoke tonight?" ... Really cool my friend, I have a bunch of karaoke files but unfortunately, at the moment, I haven't any sort of device to connect to your TV.. no, wait a moment, I have a Raspberry Pi :) This was my final result:


Let's see how to build a karaoke machine in 5 simple steps.

1. Prepare your Raspberry Pi: download the last image of Raspbian from http://www.raspberrypi.org/downloads, unzip the archive and flash it on a sdcard with dd

dd bs=1M if=/path/to/2012-12-16-wheezy-raspbian.img of=/dev/sdX

2. Put your sdcard in your Raspberry Pi, connect it to your TV and your LAN, then boot it. You need to use a graphical interface, so run:

startx

3. Open your terminal and install PyKaraoke, running:

sudo apt-get install pykaraoke

4. Prepare your karaoke machine: copy all your karaoke files in a new folder into Raspberry Pi, e.g. ~/karaoke, and import this folder in PyKaraoke. Open PyKaraoke and click on Add Songs, this window will pop up:



Press Add Folder, add your folder containing your files (~/karaoke for me), Scan Now then Save All.

5. Test your machine: try searching for your songs using PyKaraoke, with a double click on one of them should pop up lyrics on your TV.

Well done, now you're ready to rock :)

Thank you Raspberry Pi!