LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

speech recognition by labview and Arduino

Solved!
Go to solution

Hello Moha,

 

Don't you always need some kind of algorithm to recognize anything? 🙂

 

What would you like to do exactly and what would you like to avoid?

Kind Regards,
Thierry C - CLA, CTA - Senior R&D Engineer (Former Support Engineer) - National Instruments
If someone helped you, let them know. Mark as solved and/or give a kudo. 😉
0 Kudos
Message 11 of 16
(1,206 Views)

Hello CThierry


Actually I need Control robot with voice, so I need in labview make something to recognise the voice and then using that command to control the robot.

 

0 Kudos
Message 12 of 16
(1,204 Views)

Hello moha,

 

This  Community article would be a good starting point:

https://decibel.ni.com/content/docs/DOC-2302

 

Kind Regards,
Thierry C - CLA, CTA - Senior R&D Engineer (Former Support Engineer) - National Instruments
If someone helped you, let them know. Mark as solved and/or give a kudo. 😉
0 Kudos
Message 13 of 16
(1,198 Views)

You can use the built in .net or activeX voice components like system.speech assemblies.  Use this to get your voice recognition, then send simple commands to the microcontroler.

 

This is simplier than rolling your own voice engine.

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 14 of 16
(1,196 Views)

How? can you guid me please!!!!

0 Kudos
Message 15 of 16
(1,194 Views)

Hi moha62

 

I would say the simpler way to conduct voice recognition is by using App Inventor built in voice recognition system. The communication between Arduino and App Inventor can be by using bluetooth or wireless. Plus there are already plenty of code online. Take a look at the links below and hope it helps:

 

http://appinventor.smartphonedaq.com/speech-recognition.page

http://appinventor.mit.edu/explore/stories/voice-controlled-arduino-beginners.html

0 Kudos
Message 16 of 16
(908 Views)