go away spammer

Author Topic: Voice Recognition Car Codes  (Read 3900 times)

0 Members and 1 Guest are viewing this topic.

Offline APJ1234Topic starter

  • Jr. Member
  • **
  • Posts: 29
  • Helpful? 2
Voice Recognition Car Codes
« on: February 07, 2014, 09:08:53 PM »
I just need to know that if i am making a voice recognition car,do i need to use some specific library for Axon 2, because I am using Arduino library from Veearu website because I don't know anything about it. This is for My Project.

If somebody can help me?

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: Voice Recognition Car Codes
« Reply #1 on: February 08, 2014, 11:43:57 AM »
If you are using the Axon, you can find the example code here:
http://www.societyofrobots.com/sensors_voice_recognition_robot.shtml

Offline mallster

  • Jr. Member
  • **
  • Posts: 27
  • Helpful? 2
Re: Voice Recognition Car Codes
« Reply #2 on: February 09, 2014, 01:44:56 AM »

Or another option-

Webbot studio has added the veear module with some example code and simple state machine.

Haven't had a chance to test it yet though.

Offline APJ1234Topic starter

  • Jr. Member
  • **
  • Posts: 29
  • Helpful? 2
Re: Voice Recognition Car Codes
« Reply #3 on: February 14, 2014, 03:49:37 PM »
I cant connect my micro controller to my computer via usb because i can't find the usbuart0.hex file and Vrbot GUI.
Somebody Please Help ME!!!

Offline APJ1234Topic starter

  • Jr. Member
  • **
  • Posts: 29
  • Helpful? 2
Re: Voice Recognition Car Codes
« Reply #4 on: February 16, 2014, 12:59:07 PM »
I find usbuart0.hex file but in the description it says upload it to detect your com but how to upload it

                                                                      and other thing

The link above, is saying that how to give commands but it doesn't say how to compile and i try compiling codes with the examples codes but it didn't even started the building the codes.

Please somebody help me!!!!
This is my first robotic project!!!!

Offline APJ1234Topic starter

  • Jr. Member
  • **
  • Posts: 29
  • Helpful? 2
Re: Voice Recognition Car Codes
« Reply #5 on: February 18, 2014, 06:26:58 AM »
somebody please help me!!!!

Offline jwatte

  • Supreme Robot
  • *****
  • Posts: 1,345
  • Helpful? 82
Re: Voice Recognition Car Codes
« Reply #6 on: February 18, 2014, 12:01:36 PM »
What are you doing, exactly?
Using what tools, versions, software, etc?
What do you expect to happen?
What is actually happening?
What online resources have you searched for the errors you're getting, and what did they say?

Offline APJ1234Topic starter

  • Jr. Member
  • **
  • Posts: 29
  • Helpful? 2
Re: Voice Recognition Car Codes
« Reply #7 on: February 19, 2014, 02:38:49 PM »
I am trying to make a voice recognition car.
I am using axon 2 microcontroller, Easy VR module, AVR studio and VR_axon demo codes.
when i try to compile my codes in avr studio they dint start building and if they dint start building it can't be finish with 0 errors and 0 warnings.

Offline APJ1234Topic starter

  • Jr. Member
  • **
  • Posts: 29
  • Helpful? 2
Re: Voice Recognition Car Codes
« Reply #8 on: February 20, 2014, 12:53:48 PM »
I am following every step on the above link but it is not starting the building of codes.
So if somebody can put a detail video on how to program axon 2 in Avr studio for Voice recognition car.
Please help me this is about my science fair project!!!!
I need to pass this project.

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: Voice Recognition Car Codes
« Reply #9 on: February 25, 2014, 02:31:48 AM »
Video? I hope this helps . . .

How to Program Axon II in PD

Offline APJ1234Topic starter

  • Jr. Member
  • **
  • Posts: 29
  • Helpful? 2
Re: Voice Recognition Car Codes
« Reply #10 on: February 28, 2014, 06:26:50 AM »
Hey Admin I have try everything but still my building of codes in VAR studio is not starting.

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: Voice Recognition Car Codes
« Reply #11 on: March 02, 2014, 02:45:46 AM »
Follow the Axon getting started tutorial here:
http://www.societyofrobots.com/axon2/axon2_setup1.shtml

Follow it *exactly*. No shortcuts, no changes, no modifications, no skipping steps.

As soon as you get an error, copy/paste it here.

After you get that to work, we'll then do the voice recognition part.

Offline APJ1234Topic starter

  • Jr. Member
  • **
  • Posts: 29
  • Helpful? 2
Re: Voice Recognition Car Codes
« Reply #12 on: May 05, 2014, 08:13:35 PM »
Hey Admin,
I try each and single step exactly but still I couldn't start the building code.

Offline APJ1234Topic starter

  • Jr. Member
  • **
  • Posts: 29
  • Helpful? 2
Re: Voice Recognition Car Codes
« Reply #13 on: August 04, 2014, 06:44:47 PM »
I have follow every single steps on the link provided above and still got this error...

Build started 4.8.2014 at 20:37:13
avr-gcc -I"C:\My_Robots\Axon2_WebbotLib\..\WebbotLib"  -mmcu=atmega640 -Wall -gdwarf-2 -std=gnu99 -DF_CPU=16000000UL -O0 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT Axon2_WebbotLib.o -MF dep/Axon2_WebbotLib.o.d  -c  ../Axon
2_WebbotLib.c

../Axon2_WebbotLib.c:3:23: error: sys/axon2.h: No such file or directory
../Axon2_WebbotLib.c:5:22: error: hardware.h: No such file or directory
../Axon2_WebbotLib.c: In function 'appInitHardware':
../Axon2_WebbotLib.c:13: warning: implicit declaration of function 'uartInit'
../Axon2_WebbotLib.c:13: error: 'USB_UART' undeclared (first use in this function)
../Axon2_WebbotLib.c:13: error: (Each undeclared identifier is reported only once
../Axon2_WebbotLib.c:13: error: for each function it appears in.)
../Axon2_WebbotLib.c:13: error: 'USB_BAUD' undeclared (first use in this function)
../Axon2_WebbotLib.c:16: error: 'USB_ACTIVATE' undeclared (first use in this function)
../Axon2_WebbotLib.c:18: warning: implicit declaration of function 'led_off'
../Axon2_WebbotLib.c: In function 'appInitSoftware':
../Axon2_WebbotLib.c:25: warning: implicit declaration of function 'marqueeGetWriter'
../Axon2_WebbotLib.c:25: error: 'marquee' undeclared (first use in this function)
../Axon2_WebbotLib.c:25: warning: passing argument 1 of 'rprintfInit' makes pointer from integer without a cast
../Axon2_WebbotLib.c:26: warning: implicit declaration of function 'marqueeSetCharDelay'
../Axon2_WebbotLib.c:27: warning: implicit declaration of function 'marqueeSetEndDelay'
../Axon2_WebbotLib.c: In function 'appControl':
../Axon2_WebbotLib.c:36: warning: implicit declaration of function 'marqueeIsActive'
../Axon2_WebbotLib.c:36: error: 'marquee' undeclared (first use in this function)
make: *** [Axon2_WebbotLib.o] Error 1
Build failed with 9 errors and 7 warnings...


 


Get Your Ad Here