Search found 69 matches
- Sat Dec 15, 2012 4:32 pm
- Forum: General discussion
- Topic: Siri: Open my garage door..
- Replies: 219
- Views: 337875
Re: Siri: Open my garage door..
Odd, it works for me, have you tried from the start? Fresh SD card with fresh updates?
- Sat Dec 15, 2012 12:34 pm
- Forum: General discussion
- Topic: Siri: Open my garage door..
- Replies: 219
- Views: 337875
Re: Siri: Open my garage door..
Login as root to start with then input all the commands for the install ( but swap commands 11, 12 and 13 to 12, 13, 11) then when you get to the final command, move into the SiriProxy folder and type "siriproxy server". Ignoring the rvmsudo command as you are already logged in as root.
- Fri Dec 14, 2012 9:07 am
- Forum: General discussion
- Topic: Siri: Open my garage door..
- Replies: 219
- Views: 337875
Re: Siri: Open my garage door..
I just made a bash script in my root directory to run the bundle or start the server. Then added it to my aliases.
- Fri Dec 14, 2012 8:09 am
- Forum: General discussion
- Topic: Siri: Open my garage door..
- Replies: 219
- Views: 337875
Re: Siri: Open my garage door..
I actually set the whole thing up as root so "siriproxy bundle" and "siriproxy server" work in my case without sudo or rvmsudo.
- Wed Dec 12, 2012 8:35 pm
- Forum: General discussion
- Topic: Siri: Open my garage door..
- Replies: 219
- Views: 337875
Re: Siri: Open my garage door..
It's just a 5v relay, of course it's only a tiny voltage needed from the GPIO that goes through the transistor to power the relay with the full 5v it needs. The NPN transisitor is just a general purpose one - BC548B. It's all I had to hand.
- Wed Dec 12, 2012 5:06 pm
- Forum: General discussion
- Topic: Siri: Open my garage door..
- Replies: 219
- Views: 337875
Re: Siri: Open my garage door..
[img]https://www.dropbox.com/s/tymvb46c3ulq6 ... .04.48.png[/img]
This is basically all the circuit is, replace the word arduino with raspberry pi lol
This is basically all the circuit is, replace the word arduino with raspberry pi lol
- Wed Dec 12, 2012 12:18 pm
- Forum: General discussion
- Topic: Siri: Open my garage door..
- Replies: 219
- Views: 337875
Re: Siri: Open my garage door..
I did think if an even cheaper method to activate a relay remotely (I've done this to turn on a remote pc as an FTP server in the past) Get an old Nokia 3210 - or any other old Nokia that let's you make custom ringtones along with its own pay as you go sim (free). Create a ringtone that consists of ...
- Wed Dec 12, 2012 10:31 am
- Forum: General discussion
- Topic: Siri: Open my garage door..
- Replies: 219
- Views: 337875
Re: Siri: Open my garage door..
Thanks!Levaillant wrote:Just AWESOME! Nice job
- Tue Dec 11, 2012 10:38 pm
- Forum: General discussion
- Topic: Siri: Open my garage door..
- Replies: 219
- Views: 337875
Re: Siri: Open my garage door..
All credit should go to Pete - https://github.com/plamoni/SiriProxy
He created SiriProxy, I simply modified some of the code for my own use :0)
He created SiriProxy, I simply modified some of the code for my own use :0)
- Tue Dec 11, 2012 9:20 pm
- Forum: General discussion
- Topic: Siri: Open my garage door..
- Replies: 219
- Views: 337875
Re: Siri: Open my garage door..
It's possible to setup a VPN that connects your phone to your home network, I'm not sure if the pi can handle that at the same time as running the Siri proxy.
- Tue Dec 11, 2012 8:45 pm
- Forum: General discussion
- Topic: Siri: Open my garage door..
- Replies: 219
- Views: 337875
Re: Siri: Open my garage door..
Try "turn the other LED on.." lol
- Tue Dec 11, 2012 6:31 pm
- Forum: General discussion
- Topic: Siri: Open my garage door..
- Replies: 219
- Views: 337875
Re: Siri: Open my garage door..
I'm not to sure to be honest, I guess it's possible in ruby/python.. I just knocked this together for the fun of it, didnt think it would be that popular!
- Mon Dec 10, 2012 9:07 pm
- Forum: General discussion
- Topic: Siri: Open my garage door..
- Replies: 219
- Views: 337875
Re: Siri: Open my garage door..
That's the fun part ;0)texy wrote:Siriproxy is up and running!
Now to make it do something useful !!
Texy
- Mon Dec 10, 2012 8:13 am
- Forum: General discussion
- Topic: Siri: Open my garage door..
- Replies: 219
- Views: 337875
Re: Siri: Open my garage door..
listen_for /open the garage door/i do say "I'm sorry Dave, I'm afraid I can't do that." request_completed end listen_for /please open the garage door/i do say "Opening the garage door.." request_completed system("gpio mode 1 out") system("gpio write 1 1") sys...
- Mon Dec 10, 2012 6:33 am
- Forum: General discussion
- Topic: Siri: Open my garage door..
- Replies: 219
- Views: 337875
Re: Siri: Open my garage door..
This would be great for Christmas lights, I'll probably buy another RasPi in the new year and make a multiple relay switch box - the siriproxy pi will talk to this second pi. I forgot to add that I use SiriProxy within a "screen" session so I can SSH into the pi to start the server and it ...
- Sun Dec 09, 2012 5:54 pm
- Forum: General discussion
- Topic: Siri: Open my garage door..
- Replies: 219
- Views: 337875
Re: Siri: Open my garage door..
More importantly, "Siri: get me driving lessons, and a car to replace my bicycle"Paul Webster wrote:Next challenge - "Siri, make space in the garage for my car"
:0)
- Sun Dec 09, 2012 5:29 pm
- Forum: General discussion
- Topic: Siri: Open my garage door..
- Replies: 219
- Views: 337875
Re: Siri: Open my garage door..
Thank you for the positive feedback Liz.liz wrote:Coming to a front page near you very soon! Than you very much for posting this - lovely bit of work.
- Sun Dec 09, 2012 12:06 pm
- Forum: General discussion
- Topic: Siri: Open my garage door..
- Replies: 219
- Views: 337875
Siri: Open my garage door..
Hi, this is my first real Raspberry Pi project - SiriProxy running on the Raspberry Pi, along with wiringPi to access the Pi's GPIO pins and turn a relay on/off. The relay is then hooked up to my automatic garage door system. So, I have control of the door with Siri on my iPhone. There are probably ...
- Mon Aug 20, 2012 8:28 am
- Forum: Other projects
- Topic: Drop Attack Project: Need help
- Replies: 20
- Views: 18239
Re: Drop Attack Project: Need help
I'm going to keep an eye on this thread as I too was thinking of a raspberry pi - minipwner device. I've got a working wireless USB adapter for the pi (thanks to bridging the pi's polyfuses for more power) and also got a 16x2 LCD working with the gpio's, currently it shows me its ip address but I wo...