element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Open Source Hardware
  • Technologies
  • More
Open Source Hardware
Forum Turn pcDuino into a SiriProxy Server and Controls House by Siri
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Open Source Hardware to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 0 replies
  • Subscribers 315 subscribers
  • Views 300 views
  • Users 0 members are here
Related

Turn pcDuino into a SiriProxy Server and Controls House by Siri

alvin_jin
alvin_jin over 12 years ago

Siri Proxy is a proxy server for Apple’s Siri “assistant.” The idea is to allow for the creation of custom handlers for different actions. This can allow developers to easily add functionality to Siri.

In this post, we show how to turn pcDuino into a SiriProxy server.  We follow the instructions at https://github.com/plamoni/SiriProxy/blob/master/README.md.

Now we detail the steps:

1. Install pre-requisites:

  1. sudo apt-get install libxslt1.1 libxslt-dev xvfb build-essential git-core curl libyaml-dev libssl-dev

2. Download and install RVM:Download/install RVM:

  1. curl -L https://get.rvm.io | bash -s stable --ruby

Update .bashrc:

 

 

12
echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"' >> ~/.bashrcecho 'export PATH=$HOME/.rvm/bin:$PATH' >> ~/.bashrc

Reboot pcDuino.3. Install Ruby 2.0.0 (if you don’t have it already):

  1. rvm install 2.0.0

 

4. Set RVM to use/default to 2.0.0:

 

  1. rvm use 2.0.0 --default

Set up SiriProxy1. Install SiriProxy Gem

  1. $gem install siriproxy

 

2. Create ~/.siriproxy directory

 

  1. $mkdir ~/.siriproxy

3. Generate Certificates

  1. $siriproxy gencerts

 

4. Transfer certificate to your phone (it will be located at ~/.siriproxy/ca.pem, email it to your phone)IMG_2701IMG_2702IMG_2703IMG_27045. Tell your phone to use your SiriProxy server as its DNS server (under your Wifi settings)IMG_2710IMG_27116. Start SiriProxy (XXX.XXX.XXX.XXX should be replaced with your pcDuino’s IP address, e.g. 192.168.1.100), nobody can be replaced with any un-privileged user.

 

  1. $rvmsudo siriproxy server -d XXX.XXX.XXX.XXX -u nobody

It may complain about port 53 is used. We can use

  1. ubuntu@ubuntu:~$ sudo lsof -Pni

 

to find out which process is using port, and use ‘$kill XX //xx is the PID’ to fill the process.

If lsof is not found, we can use ‘sudo apt-get install lsof’ to install it.

7. Test that the server is running by saying “Test Siri Proxy” to your phone.

we can see the output on pcDuino:

IMG_2714

IMG_2713

  • Sign in to reply
  • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube