Voice controlled robotic vehicle

In this video, Carlos Asamat describes an Arduino driven speech controlled robotic vehicle. The required components and modules to construct this robot can be purchased from RobotShop. The voice commands are processed through a speech recognition hardware module and are transferred to the vehicle through Xbee RF communication modules. The speech recognition module is controlled through an Arduino Uno. The robotic vehicle to be controlled is the DFRobotShop Rover,which is a very versatile programmable robot platform. Besides the mechanical structure of the robot, the DFRobotShop Rover PCB also incorporates a standard Arduino Duemilanove (surface mount ATMega328), L293B motor driver, voltage regulator and an additional prototyping

Read more

Arduino based water usage meter

This project (from Teague Labs) was intended to study the usage of water for various purposes and how this information could affect behaviors of persons using water when displayed on real time. The water meter sensor used in this project is INS-FM17N from Koolance. The sensor is directly interfaced to an Arduino that acquires and send data to a web server to make it available online.

Read more

Automate lights in your kitchen area

This project describes an automatic light system for kitchen sink where you need sufficient light to properly clean your dishes and vegetables. It uses an ATTiny84 microcontroller with a PIR motion sensor. When motion is detected, the microcontroller turns on the light. The light source consists of 10 bright white LEDs that are driven by a IRF612 MOSFET. One advantage of using a microcontroller is you can create light fade-in and fade-out effects using PWM.

Read more

Commandments for using PIC Microcontrollers

Based on his working experience with PIC microcontrollers, John Chandler has summarized some basic rules that could minimize the project development time and increase the reliability of PIC operation. Some of these rules (he said commandments) are related to power supply, clock and reset operation and hence they are applicable to all PIC circuits. Some PIC microcontrollers have multiple pins for Vcc and ground. He suggests to connect all of them not just one pair. A 0.1 uF bypass capacitor must be connected closest to the microcontroller. Similarly, the MCLR pin must not be floating, if it is enabled. Read more

Read more
« Older Entries Recent Entries »