https://github.com/arve0/yun-fire-alert
SMS alert for Nobi 220i R2 fire alarm with Arduino Yun
https://github.com/arve0/yun-fire-alert
Last synced: 3 months ago
JSON representation
SMS alert for Nobi 220i R2 fire alarm with Arduino Yun
- Host: GitHub
- URL: https://github.com/arve0/yun-fire-alert
- Owner: arve0
- License: mit
- Created: 2014-10-07T17:05:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-11T09:52:48.000Z (over 10 years ago)
- Last Synced: 2025-01-12T08:24:46.646Z (4 months ago)
- Language: Python
- Size: 4.07 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
yun-fire-alert
==============SMS alert for Nobi 220i R2 fire alarm with Arduino Yun
# Install #
## Requirements
MsTimer2 arduino library:
```
git clone https://github.com/PaulStoffregen/MsTimer2 ~/Documents/Arduino/libraries/MsTimer2
```## Setup
Get code, edit Twilio settings and upload to Yun.
```
git clone https://github.com/arve0/yun-fire-alert.git
cd yun-fire-alert
open sms_alert.py
scp sms_alert.py check_twilio.py cacert.pem [email protected]:/
```Login to YUN through SSH and install twilio:
```
ssh -l root arduino.local
opkg update
opkg install python-openssl python-expat distribute
easy_install twilio
```Make sure 32u4 is restarted when linux is booted:
```
sed -i "" "s/^#reset-mcu/reset-mcu/" /etc/rc.local
```# Images #
## Drawing
## Programming
## First live test
