Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamshedvesuna/rpi
A collection of Raspberry Pi projects
https://github.com/jamshedvesuna/rpi
Last synced: about 1 month ago
JSON representation
A collection of Raspberry Pi projects
- Host: GitHub
- URL: https://github.com/jamshedvesuna/rpi
- Owner: JamshedVesuna
- Created: 2014-09-01T06:11:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-16T06:21:41.000Z (over 9 years ago)
- Last Synced: 2024-04-17T14:18:40.178Z (7 months ago)
- Language: Python
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
rpi
===A collection of Raspberry Pi projects
DoorDev
-------
* door_server.py: A [Flask](http://flask.pocoo.org/) server that opens my door.
1. I have an NFC tag on the outside of my door. When read, hits this server in the background.
2. When I hold my phone up to my door, it automatically opens.
* start_server.sh: Starts up the door server in the background.
* lights.py: Simple controls for LED lights.
1. On
2. Off
3. Strobe
* Here is a video of this in action: http://youtu.be/I6o5dRw-dn8DropboxDev
-------
* dropbox_clean.py: A script to clean my `Camera Uploads/` directory and archive pictures older than 3 days.
1. This works with a Dropbox Datastore App API. I have given my app permission to only media files.