Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - donmehdi

Pages: [1] 2
1
Arduino support / Re: Arduino Plugin
« on: April 29, 2015, 09:22:44 AM »
Thanks James :), now i understand ;)

2
Arduino support / Re: Arduino Plugin
« on: April 29, 2015, 12:12:48 AM »
I know, but the thing is when i used the code you provided, when i tell vc to turn relays on it turns them to off and same thing for off,  it turns them to on.  :D :D ;)

3
Arduino support / Re: Arduino Plugin
« on: April 27, 2015, 09:11:18 PM »
i think the method adjustrelays() provided in the wiki for arduino should be like that:

///////////////////

void adjustRelay(int whichPin, char setState)
{
  if (setState=='1')// 1 instead of 0
  {

    Serial.write(" OFF");
    digitalWrite(whichPin, HIGH);
  }
  else if(setState=='0')// 0 instead of 1
  {   
    Serial.write(" ON");
    digitalWrite(whichPin, LOW);   
  }     
}

/////////////////////////////////

4
Arduino support / Re: Arduino Plugin
« on: April 27, 2015, 07:37:30 PM »
OH the placement of my resistors is wrong  i have to put it between the digital and the led. i'm going to try that
Thanks.

5
Arduino support / Re: Arduino Plugin
« on: April 27, 2015, 07:09:16 PM »
[img][img]Hey, i just made the circuit on my arduino UNO. i dont know if it is correct since  the tutoriel of the arduino doesn t use a breadboard but a relayboard. I want to know if it is correct.

6
VoxCommando Basics and Core Features / Re: Prefix Mode
« on: April 27, 2015, 02:51:58 PM »
When i use the prefix jarvis (VC.Prefix.start  event to switch vc on) , voxcommando doesn't give me all the time i need to say the command before it goes standby (VC.Prefix.end event to switch vc standby).
I'm using the xml posted by KALLE above

7
EventGhost / Re: When to use Eventghost?
« on: April 27, 2015, 02:42:28 PM »
 ;) ;) 

8
VoxCommando Basics and Core Features / Re: Prefix Mode
« on: April 27, 2015, 01:42:20 PM »
How can i set a time to say the command between the ducking start and end.

9
EventGhost / Re: When to use Eventghost?
« on: April 27, 2015, 08:23:16 AM »
I missed that one haha.
i think python is the bridge between those two.

10
EventGhost / Re: When to use Eventghost?
« on: April 27, 2015, 08:00:54 AM »
Thanks james.I was trying voxcommando with an arduino trough eventghost but it seems that its a lot, i dont know if we can let them communicate directly

11
EventGhost / When to use Eventghost?
« on: April 26, 2015, 12:26:46 PM »
Hello, i just wanted to know what are the things that eventghost does and voxcommando can't.
thank you

12
General Discussion / raspbery pi
« on: October 21, 2014, 12:21:39 PM »
Can we use voxcommando on a raspberry pi ?

13
"Open air" and "whole home" microphones / Re: Noise removal
« on: September 11, 2014, 06:15:31 PM »
Actually using the prefix is what i'm doing but as you said you should add a bit of volume to your prefix .But it's better than nothing ;)

14
"Open air" and "whole home" microphones / Re: Noise removal
« on: September 11, 2014, 04:27:20 PM »
Thanks for the clarification.As i understand music and open air doesn't work each other. 

15
"Open air" and "whole home" microphones / Re: Noise removal
« on: September 11, 2014, 03:57:20 PM »
the problem that i'm facing is when i'm playing music vc won't recognize me so  i thought maybe using a noise remover will fix the problem since music sound is not that near to me. i'v seen things like amulet and stuff but the whole idea is about using voice without touching anything if i'm right.
thanks for the help.

Pages: [1] 2