Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Hardware Hacking: Send an SMS using your Arduino!

Julia Grace
October 05, 2013

Hardware Hacking: Send an SMS using your Arduino!

Talk given at 2013 Hackbright Women's Hardware Hackathon. Learn to send an SMS text message (in Python) by pressing a button on your Arduino!

Julia Grace

October 05, 2013
Tweet

More Decks by Julia Grace

Other Decks in Technology

Transcript

  1. You can find all the instructions at bit.ly/HardwareHacking Or find

    me on Twitter: @jewelia Saturday, October 5, 13
  2. tindie is a python shop. And there are some sweet

    Python libraries! Saturday, October 5, 13
  3. If you install the StandardFirmata on your Arduino you can

    talk to it using pyFirmata https://github.com/tino/pyFirmata (and libraries built on top of pyFirmata) Saturday, October 5, 13
  4. 1 breadboard 6 wires 1 10K ohm resistor 1 button

    1 LED Saturday, October 5, 13
  5. 1. Sign up for a free Twilio account. 2. Add

    you phone number and credentials to settings.py Saturday, October 5, 13
  6. Remember: You can find all the instructions at bit.ly/HardwareHacking Or

    find me on Twitter: @jewelia Saturday, October 5, 13