Go to advanced search

by elvisimprsntr
Sun Jan 06, 2013 4:42 pm
Forum: Automation, sensing and robotics
Topic: Speech Recognition with Pocketsphinx
Replies: 46
Views: 53154

Re: Speech Recognition with Pocketsphinx

... all the details? Btw, do you have to jailbreak your iphone to do that? Blog on SF in work... No JB required for devices that already support Siri. Simply install a fake certificate per the instructions.
by biz123
Sun Jan 06, 2013 5:24 am
Forum: General discussion
Topic: Siri Assists You With Parallel Parking
Replies: 4
Views: 1240

Re: Siri Assists You With Parallel Parking

The key is to make the installation easy. Perhaps you can install a single unit on the bottom of your car's rear. It would be powered by a battery and be in a passive mode so that it lasts for a year. You mean like that 12v lead acid one in the engine compartment? Yeah, I feel it can connect to tha...
by W. H. Heydt
Sun Jan 06, 2013 5:02 am
Forum: General discussion
Topic: Siri Assists You With Parallel Parking
Replies: 4
Views: 1240

Re: Siri Assists You With Parallel Parking

biz123 wrote: The key is to make the installation easy. Perhaps you can install a single unit on the bottom of your car's rear. It would be powered by a battery and be in a passive mode so that it lasts for a year.
You mean like that 12v lead acid one in the engine compartment?
by biz123
Sun Jan 06, 2013 3:50 am
Forum: General discussion
Topic: Siri Assists You With Parallel Parking
Replies: 4
Views: 1240

Siri Assists You With Parallel Parking

... sensor/Pi to the back of your car. 2. Have the Pi communicate with your iPhone via blue tooth. Without you taking your phone out of the pocket, Siri will tell you how much more space you have. I feel this is all technologically simple to do. The key is to make the installation easy. Perhaps ...
by cyrano
Sat Jan 05, 2013 3:14 pm
Forum: Automation, sensing and robotics
Topic: Speech Recognition with Pocketsphinx
Replies: 46
Views: 53154

Re: Speech Recognition with Pocketsphinx

but i'm sure google won't be happy that i'm sending them a voice sample every 5 seconds. Could it be you mean Apple? Check SiriProxy? I've had the same thought about Apple's Siri. Onde day, Apple might block other users and just cater for iOS users. But up until now, they haven't done ...
by DarkTherapy
Sat Jan 05, 2013 5:11 am
Forum: General discussion
Topic: Siri: Open my garage door..
Replies: 219
Views: 326259

Re: Siri: Open my garage door..

joefly wrote:just wanted to let everybody know that someone has posted on sourceforge an image with Siri already installed

http://sourceforge.net/projects/siriproxyrpi/
That's great, I'll have to download and try that myself!
by elvisimprsntr
Sat Jan 05, 2013 4:32 am
Forum: Automation, sensing and robotics
Topic: Siri Voice Controlled Home Automation
Replies: 29
Views: 24744

Re: Siri Voice Controlled Home Automation

I want to do exactly this. However I'm a bit confused as to what hardware I need. If I want to switch a DC (0V-12V) appliance do I hook the relay straight into the GPIO pins? Do I need a resistor, or what.. Any help is much appreciated. In my example, I am using a dry NO relay in my security panel ...
by AndyMcB1
Sat Jan 05, 2013 1:55 am
Forum: Automation, sensing and robotics
Topic: Siri Voice Controlled Home Automation
Replies: 29
Views: 24744

Re: Siri Voice Controlled Home Automation

I want to do exactly this.
However I'm a bit confused as to what hardware I need.

If I want to switch a DC (0V-12V) appliance do I hook the relay straight into the GPIO pins? Do I need a resistor, or what..

Any help is much appreciated.
by joefly
Sat Jan 05, 2013 12:22 am
Forum: General discussion
Topic: Siri: Open my garage door..
Replies: 219
Views: 326259

Re: Siri: Open my garage door..

just wanted to let everybody know that someone has posted on sourceforge an image with Siri already installed

http://sourceforge.net/projects/siriproxyrpi/
by elvisimprsntr
Fri Jan 04, 2013 11:24 pm
Forum: Automation, sensing and robotics
Topic: Siri Voice Controlled Home Automation
Replies: 29
Views: 24744

Re: Siri Voice Controlled Home Automation

As promised, demo video of SiriProxy on RPi used for home automation control.

http://youtu.be/PXmCiaRc9XU

Elvis
by elvisimprsntr
Fri Jan 04, 2013 1:07 pm
Forum: Graphics, sound and multimedia
Topic: Raspberry Pi - Speech To Text
Replies: 29
Views: 34224

Re: Raspberry Pi - Speech To Text

I have SiriProxy running on the RPI which I use to control my home automation system using Siri from my mobile phone.
http://www.raspberrypi.org/phpBB3/viewt ... 37&t=27529

I believe there is an equivalent method which uses Google speech to text.

Enjoy!

Elvis
by edrose
Thu Jan 03, 2013 1:31 pm
Forum: Troubleshooting
Topic: Siri Proxy
Replies: 49
Views: 20216

Re: Siri Proxy

Tried it, this is all I got: "siriproxy: No such file or directory" How do you normally run the proxy? you should have the RVM environment setup in your .bash_profile check by running pi@raspberrypi:~$ which siriproxy /home/pi/.rvm/gems/ruby-1.9.3-p194/bin/siriproxy if not setup your RVM Environmen...
by HerboTech
Thu Jan 03, 2013 1:16 pm
Forum: Troubleshooting
Topic: Siri Proxy
Replies: 49
Views: 20216

Re: Siri Proxy

Tried it, this is all I got: "siriproxy: No such file or directory" How do you normally run the proxy? you should have the RVM environment setup in your .bash_profile check by running pi@raspberrypi:~$ which siriproxy /home/pi/.rvm/gems/ruby-1.9.3-p194/bin/siriproxy if not setup your RVM Environmen...
by edrose
Thu Jan 03, 2013 12:22 pm
Forum: Troubleshooting
Topic: Siri Proxy
Replies: 49
Views: 20216

Re: Siri Proxy

HerboTech wrote:to run on boot, simply add the following to your /etc/rc.local

#Start Siri Proxy
echo "Starting Siri Proxy..."
su - pi -c "rvmsudo siriproxy server" &





job done ;)
Tried it, this is all I got:
"siriproxy: No such file or directory"
by HerboTech
Thu Jan 03, 2013 9:23 am
Forum: Troubleshooting
Topic: Siri Proxy
Replies: 49
Views: 20216

Re: Siri Proxy

to run on boot, simply add the following to your /etc/rc.local

#Start Siri Proxy
echo "Starting Siri Proxy..."
su - pi -c "rvmsudo siriproxy server" &





job done ;)
by elvisimprsntr
Wed Jan 02, 2013 8:19 pm
Forum: Automation, sensing and robotics
Topic: Siri Voice Controlled Home Automation
Replies: 29
Views: 24744

Re: Siri Voice Controlled Home Automation

elvisimprsntr wrote: No instructions yet on the SF page, but an experienced RPi user should be able to figure it out.
My SiriProxy on RPi SD image SF page now includes instructions: http://sourceforge.net/projects/siriproxyrpi

Elvis
by DarkTherapy
Wed Jan 02, 2013 9:53 am
Forum: General discussion
Topic: Siri: Open my garage door..
Replies: 219
Views: 326259

Re: Siri: Open my garage door..

orxelm wrote:
DarkTherapy wrote:Try removing the cert from the iPhone, recreate a new one and upload it to the phone.
Apparently i'm not the only one having this issue, here's the solution:
https://github.com/plamoni/SiriProxy/issues/389

Thanks man, you really helped :)
No problem, that's a handy link you posted too.
by orxelm
Wed Jan 02, 2013 9:28 am
Forum: General discussion
Topic: Siri: Open my garage door..
Replies: 219
Views: 326259

Re: Siri: Open my garage door..

DarkTherapy wrote:Try removing the cert from the iPhone, recreate a new one and upload it to the phone.
Apparently i'm not the only one having this issue, here's the solution:
https://github.com/plamoni/SiriProxy/issues/389

Thanks man, you really helped :)
by DarkTherapy
Tue Jan 01, 2013 8:29 pm
Forum: General discussion
Topic: Siri: Open my garage door..
Replies: 219
Views: 326259

Re: Siri: Open my garage door..

Try removing the cert from the iPhone, recreate a new one and upload it to the phone.
by orxelm
Tue Jan 01, 2013 8:14 pm
Forum: General discussion
Topic: Siri: Open my garage door..
Replies: 219
Views: 326259

Re: Siri: Open my garage door..

Did you set the DNS on your phones wifi setup to match the siriproxy ip? Thank you, that was the problem :) But now i'm facing worse problem: SiriProxy up and running. Create server for iPhone connection start conn #<SiriProxy::Connection::Iphone:0x1062c00 @signature=3, @processed_headers=false, @o...
by DarkTherapy
Tue Jan 01, 2013 7:00 pm
Forum: General discussion
Topic: Siri: Open my garage door..
Replies: 219
Views: 326259

Re: Siri: Open my garage door..

Did you set the DNS on your phones wifi setup to match the siriproxy ip? Thank you, that was the problem :) But now i'm facing worse problem: SiriProxy up and running. Create server for iPhone connection start conn #<SiriProxy::Connection::Iphone:0x1062c00 @signature=3, @processed_headers=false, @o...
by orxelm
Tue Jan 01, 2013 6:44 pm
Forum: General discussion
Topic: Siri: Open my garage door..
Replies: 219
Views: 326259

Re: Siri: Open my garage door..

Did you set the DNS on your phones wifi setup to match the siriproxy ip? Thank you, that was the problem :) But now i'm facing worse problem: SiriProxy up and running. Create server for iPhone connection start conn #<SiriProxy::Connection::Iphone:0x1062c00 @signature=3, @processed_headers=false, @o...
by Foggy
Tue Jan 01, 2013 4:52 pm
Forum: General discussion
Topic: Siri: Open my garage door..
Replies: 219
Views: 326259

Re: Siri: Open my garage door..

As soon as I try and put a path /root/SiriProxy/light.sh (I moved it there) and chmod 777 again. I get these errors. /usr/local/rvm/gems/ruby-1.9.3-p327@global/gems/bundler-1.2.3/lib/bundler/rubygems_integration.rb:147:in `block in replace_gem': lightwaverf is not part of the bundle. Add it to Gemfi...
by DarkTherapy
Tue Jan 01, 2013 4:34 pm
Forum: General discussion
Topic: Siri: Open my garage door..
Replies: 219
Views: 326259

Re: Siri: Open my garage door..

Thank you. system("sh ./light.sh") Just gave me [Info - Guzzoni] Received Object: SpeechRecognized [Info - Plugin Manager] Processing 'Power ' [Info - Plugin Manager] Processing plugin #<SiriProxy::Plugin::Example:0x1eec580> [Info - Plugin Manager] Matches (?i-mx:power) [Info - Plugin Manager] Appl...
by Foggy
Tue Jan 01, 2013 4:27 pm
Forum: General discussion
Topic: Siri: Open my garage door..
Replies: 219
Views: 326259

Re: Siri: Open my garage door..

Thank you. system("sh ./light.sh") Just gave me [Info - Guzzoni] Received Object: SpeechRecognized [Info - Plugin Manager] Processing 'Power ' [Info - Plugin Manager] Processing plugin #<SiriProxy::Plugin::Example:0x1eec580> [Info - Plugin Manager] Matches (?i-mx:power) [Info - Plugin Manager] Appli...

Go to advanced search