Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skn0tt/tagfinder
"Find My Phone" for your personal belongings
https://github.com/skn0tt/tagfinder
Last synced: 13 days ago
JSON representation
"Find My Phone" for your personal belongings
- Host: GitHub
- URL: https://github.com/skn0tt/tagfinder
- Owner: Skn0tt
- Created: 2019-04-06T15:45:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:47:42.000Z (11 months ago)
- Last Synced: 2024-10-06T04:01:32.870Z (about 1 month ago)
- Language: C
- Homepage:
- Size: 9.72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TagFinder
*TagFinder* is a small hardware-project that features a "Find My Phone"-like tagging system for your personal belongings.
It consists of small tags which can be remotely invoked to start an alarm, enabling you to recover your lost items.The tags register themselves at a central repository server that publishes a web frontend for the user.
The project was realized during the HPI-MINT-Camp 2019.
## Getting Started
Use Platform.io to install the client software on a microcontroller (e.g. ESP32 or Arduino).
Make sure to adjust the IPs to your specific network topology.
Start the backend server using `ts-node index.ts`, start the frontend using `npm start`.## Contributors
- [Tido Specht](https://github.com/VanModers)
- Stefan Brand
- Maximilian Koch
- Leo
- [Simon Knott](https://github.com/skn0tt)