Subscribe:

Ads 468x60px

Saturday, September 22, 2012

Speech Recognition on arduino

Hi 

  I have seen a library for doing speech recognition on arduino. Check the following link for seeing more information.

Features

  1. Letter based recognition
  2. Small memory footprint
  3. Arduino Compatible
  4. No training required
  5. Fixed point arithmetic
  6. 30% - 40% accuracy if based on phonemes, up to 80% if based on words.
  7. Plugs directly into an analogRead() port







Friday, September 21, 2012

Working with LinkSprite UART-Wifi Module

Hi all

    I purchased an UART-Wifi module from rhydolabsz.

Product link



Testing Wifi Module using the given PC tool
----------------------------------------------


Saturday, September 15, 2012

Arduino PID library

PID Library implemented on arduino


Check this link
http://arduino.cc/playground/Code/PIDLibrary


Thursday, September 6, 2012

Cubieboard: A threat to Raspberry Pi

Hi Guys

     I saw a new embedded board that can be a competition for the famous Raspberry Pi. The name of the board is Cubieboard. Specs given below



ROS and Kinect

Hi Guys

     The following video shows how we can interface kinect and ROS

Video
--------



Wednesday, September 5, 2012

How to hack your friends password in Ubuntu/Linux

Hi all 

     I got an interesting keylogger working in Linux Its name is Linux Keylogger (lkl).It will capture all keyevents and logging into a file



Download


Installation

1)Extract zip file into some location
2)Open terminal in that location
3)Type the following commands
4)./configure
5)make
6)sudo make install



Tuesday, September 4, 2012

Turtlebot Simulation using ROS and Gazebo

Hi 

     I am giving the instruction to simulate and control turtlebot using ROS and Gazebo

1)Install ROS and gazebo packages of Turtlebot from synaptic package manager

Video showing installation of ROS


mbed :An embedded board based on ARM

Description: The mbed Microcontroller is an ARM processor, a comprehensive set of peripherals and a USB programming and communication interface provided in a small and practical DIP package. The mbed is a super-easy-to-use rapid prototyping tool built on industry standard technology.




PCB: An opensource circuit designer

PCB is free software for designing printed circuit board layouts. It has many features and is capable of professional-quality output. It is available for UNIX operating systems, e.g., GNU/Linux, Mac OS-X, or Cygwin under Windows. pcb was orignally written by Thomas Nau of the University of Ulm, Germany, and is now maintained by harry eaton of the Johns Hopkins University Applied Physics Laboratory, Laurel, Maryland, USA.




Fritzing :An interactive circuit designer

Hi guys

       I have seen an interactive circuit designer called Fritzing. The main attraction of this software is, user can include arduino and lot of other breakout boards in the designing purpose. Its saves developer time and become more productive