New EasyVR Voice Recognition Module now in Stock

Custom built or hacked Electronic boards and sensors
4 postsPage 1 of 1
4 postsPage 1 of 1

New EasyVR Voice Recognition Module now in Stock

Post by PedroR » Mon May 02, 2011 11:25 am

Post by PedroR
Mon May 02, 2011 11:25 am

Hi all

We've got the new EasyVR Voice Recognition module now in stock.

This module is the successor of VRbot and is a convenient (and fairly inexpensive way) of adding Voice Recognition capabilities to any project.

The module connects to the host MCU via TTL Serial (it is 3.3 - 5V tolerant) and uses a simple protocol to signal whenever a command is received.

Image

What's new about EasyVR is:
- It now adds Sound Output capibility (simply connect an 8 Ohm speaker) and 3 GPIO lines, all controllable by the Serial Protocol.

- Two new Speech Independant languages are also supported (Spanish and French)
You can also record your own Custom Commands using the freeware GUI tool included.


Here is a sample Video using Robonova:
phpBB [media]


The module is compatible with Virtually any micro controller as long as it hast a UART at TTL level.

The interesting bit about this is that it's completelly self contained: all speech recognition processing is done onboard (quite a small board btw) and the Host MCU only receives signals with the voice commands that are recognized.


The product is in store here http://robosavvy.com/store/product_info ... ts_id=1577 and retails for 35 GBP (42 GBP inc VAT)
Hi all

We've got the new EasyVR Voice Recognition module now in stock.

This module is the successor of VRbot and is a convenient (and fairly inexpensive way) of adding Voice Recognition capabilities to any project.

The module connects to the host MCU via TTL Serial (it is 3.3 - 5V tolerant) and uses a simple protocol to signal whenever a command is received.

Image

What's new about EasyVR is:
- It now adds Sound Output capibility (simply connect an 8 Ohm speaker) and 3 GPIO lines, all controllable by the Serial Protocol.

- Two new Speech Independant languages are also supported (Spanish and French)
You can also record your own Custom Commands using the freeware GUI tool included.


Here is a sample Video using Robonova:
phpBB [media]


The module is compatible with Virtually any micro controller as long as it hast a UART at TTL level.

The interesting bit about this is that it's completelly self contained: all speech recognition processing is done onboard (quite a small board btw) and the Host MCU only receives signals with the voice commands that are recognized.


The product is in store here http://robosavvy.com/store/product_info ... ts_id=1577 and retails for 35 GBP (42 GBP inc VAT)
PedroR offline
Savvy Roboteer
Savvy Roboteer
Posts: 1199
Joined: Mon Jun 16, 2008 11:07 pm

New EasyVR Voice Recognition Module

Post by thanos79 » Tue May 03, 2011 5:37 am

Post by thanos79
Tue May 03, 2011 5:37 am

Hi PedroR.

it can be connected the new EasyVR Voice Recognition το CM 510 controller ???
:!:
Hi PedroR.

it can be connected the new EasyVR Voice Recognition το CM 510 controller ???
:!:
thanos79 offline
Savvy Roboteer
Savvy Roboteer
Posts: 40
Joined: Wed Mar 10, 2010 6:33 pm

Post by PedroR » Tue May 03, 2011 10:16 am

Post by PedroR
Tue May 03, 2011 10:16 am

Hi Thanis79

Unfortunately you can't connect easyVR directly to Bioloid.

The reason is that EasyVR communicates over Serial TTL and you need to send and be able to receive data over the serial port.

The standard Bioloid Firmware (with Roboplus Task) does not support this because all the COMM ports are reserved (one is for Dynamixel and the other for PC/Zigbee communication).

There is a way to interface VRbot with Bioloid but it requires an intermediate board (such as an Arduino):
1) Get an Arduino Pro Mini (5V) and connect the VRbot to the Arduino COMM port.

2) Connect one of the Analog Output pins to a CM510 sensor port. Program the Arduino to set the Analog pin at different levels depending on the commands you receive from VRbot.

The role of the Arduino here would be to communicate with VRbot over the Serial protocol and translate the Speech Recognition results into Analog Signal levels that you can read using Roboplus Task.

The CM510 sensor ports provide you everything you need: 5V and GND to power the Arduino and and Analog PIN to receive the results from the Arduino.

If you need help with this project please let us know. There is basic sample code to get you started with EasyVR and Arduino Mini here http://veear.eu/Support/Downloads.aspx (the sample is under VRbot samples but EasyVR is backwards compatible with VRbot so you can safely use those samples)

Regards
Pedro.
Hi Thanis79

Unfortunately you can't connect easyVR directly to Bioloid.

The reason is that EasyVR communicates over Serial TTL and you need to send and be able to receive data over the serial port.

The standard Bioloid Firmware (with Roboplus Task) does not support this because all the COMM ports are reserved (one is for Dynamixel and the other for PC/Zigbee communication).

There is a way to interface VRbot with Bioloid but it requires an intermediate board (such as an Arduino):
1) Get an Arduino Pro Mini (5V) and connect the VRbot to the Arduino COMM port.

2) Connect one of the Analog Output pins to a CM510 sensor port. Program the Arduino to set the Analog pin at different levels depending on the commands you receive from VRbot.

The role of the Arduino here would be to communicate with VRbot over the Serial protocol and translate the Speech Recognition results into Analog Signal levels that you can read using Roboplus Task.

The CM510 sensor ports provide you everything you need: 5V and GND to power the Arduino and and Analog PIN to receive the results from the Arduino.

If you need help with this project please let us know. There is basic sample code to get you started with EasyVR and Arduino Mini here http://veear.eu/Support/Downloads.aspx (the sample is under VRbot samples but EasyVR is backwards compatible with VRbot so you can safely use those samples)

Regards
Pedro.
PedroR offline
Savvy Roboteer
Savvy Roboteer
Posts: 1199
Joined: Mon Jun 16, 2008 11:07 pm

Re: New EasyVR Voice Recognition Module now in Stock

Post by xainnasir » Mon Feb 03, 2014 12:52 am

Post by xainnasir
Mon Feb 03, 2014 12:52 am

Hello,

Its not much difficult to connect easyvr with arduino uno ..... Check out this example .... http://www.theengineeringprojects.com/2 ... -with.html .... They have explained this thing very clearly and in full detail .... I think it will help you out. They are very thorough. Still having problems ask here and I will reply.

Thanks.
Hello,

Its not much difficult to connect easyvr with arduino uno ..... Check out this example .... http://www.theengineeringprojects.com/2 ... -with.html .... They have explained this thing very clearly and in full detail .... I think it will help you out. They are very thorough. Still having problems ask here and I will reply.

Thanks.
You should also check The Engineering Projects because they have posted a lot of Arduino Projects and PIC Mirocontroller Projects and have also designed many new Proteus Tutorials. I hope you guys are gonna like them.
xainnasir offline
Newbie
Newbie
Posts: 1
Joined: Mon Feb 03, 2014 12:47 am
Location: Pakistan


4 postsPage 1 of 1
4 postsPage 1 of 1
cron