Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imrehg/dorothy
A gadget that tells you how far you are away from home
https://github.com/imrehg/dorothy
Last synced: 12 days ago
JSON representation
A gadget that tells you how far you are away from home
- Host: GitHub
- URL: https://github.com/imrehg/dorothy
- Owner: imrehg
- Created: 2015-08-06T06:09:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-23T16:13:30.000Z (about 9 years ago)
- Last Synced: 2024-04-08T17:42:12.522Z (8 months ago)
- Language: Arduino
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Dorothy - Long Way from Home
Making a handy gadget to show you how far you are away from home.
(Work in progress!!)This is a project using the LinkIt One platform.
## Hardware Requirements
* A [LinkIt One](http://labs.mediatek.com/site/global/developer_tools/mediatek_linkit/whatis_linkit/index.gsp)
dev kit, including:
* battery
* GPS antenna
* Grove RGB LCD
* Grove Arduino Shield (optional)
* Grove Touch Button (optional) (normal button does not work yet!)## Softrware Requirements
* [LinkIt One SDK](http://labs.mediatek.com/site/global/developer_tools/mediatek_linkit/sdk_intro/index.gsp)
* [Seeed Studio Grove LCD RGB Backlight library](https://github.com/Seeed-Studio/Grove_LCD_RGB_Backlight),
install it in the Arduino library directory, or add directly to the project## Features
Software features planned and their completition status
- [x] GPS lock and distance calculation
- [ ] Save current lock as home location## License
All software is released under The MIT License (MIT)
Copyright (c) 2015 Gergely Imreh
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.