Showing posts with label labview to control arduino. Show all posts
Showing posts with label labview to control arduino. Show all posts

Sunday, October 26, 2014

How to Make a Voice Control Robot Using Arduino and Labview.




This project make use of the windows speech recognition, Given commands are converted into strings and check with the existing stored commands, If the command matches with the stored commands It executes certain function that assigned to that particular command.

This video explains How to make a voice control robot , its very simple and easy to do robot, you don't need complicated wireless circuits to make this robot works. this project make use of an RF wireless module which is available everywhere and cheap to use.

This project does not need any extra module installed to the laview, this project make use of the available windows speech recognition and easy to use.

for better results, take a speech recognition training with your system which makes it easy for the system to understand non native speakers and gives better result

For Circuit diagram and components requirements check the below link.
http://www.labviewarduino.in/2014/10/rf-control-wireless-robot-using-labview.html


Labview File for Linx can be downloaded from here:
https://www.dropbox.com/s/r3f424htukvmjoi/Voice%20Recognition%20Project%20.rar?dl=0


Labview File for Lifa can be downloaded from here:
https://www.dropbox.com/s/exbwjmeepf0roxd/voice%20recognition.rar?dl=0

Saturday, October 4, 2014

Automatic Light control using Labview and arduino




This project is about automatically turning on LED's , when the light intensity goes low. It uses a LDR, 10k , 220 ohm resistors, and arduino uno .

A very simple Easy to do automatic light controller in Labview , LDR connected to arduino and LDR reading are fed to Labview and can find the intensity of light, If the light intensity goes below the set level all the lights turned ON and Turn OFF if the intensity level is HIGH.




The above fritzing shows how the connection are established between arduino and the other components. 

Labview program for LIFA :

Labview Program for LINX

The VI's for LabVIEW can be downloaded from the above links.