Skip to content

Ask your Raspberry Pi questions through SMS and receive answers back

Notifications You must be signed in to change notification settings

benstr/TUT-ask-pi-sms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

SMS example with Raspberry Pi and Hologram Nova

In this example we making a Pi talk back to us through cellular SMS. From your phone you can ask questions and get a intelligent response back.

Prerequisites:

To get started, from the Pi, install dependancies and clone this repo.

$ sudo apt-get install python-psutil
$ curl -L hologram.io/python-install | bash
$ git clone https://github.com/benstr/TUT-ask-pi-sms.git

Modify the deviceKey variable with your device's CSR key from the Hologram device configuration page.

$ cd TUT-ask-pi-sms
$ sudo nano askPiSMS.py

Run the script and send it a question.

$ sudo python askPiSMS.py

Send one of the following questions to your allocated Hologram phone number.

  • What is your name?
  • How old are you?
  • Do you have a body?
  • How smart are you?

About

Ask your Raspberry Pi questions through SMS and receive answers back

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages