Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiongyihui/nfcdemo
Use NFC technology to bring you a surprise
https://github.com/xiongyihui/nfcdemo
Last synced: 11 days ago
JSON representation
Use NFC technology to bring you a surprise
- Host: GitHub
- URL: https://github.com/xiongyihui/nfcdemo
- Owner: xiongyihui
- Created: 2013-05-23T03:09:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-10T08:39:44.000Z (over 10 years ago)
- Last Synced: 2024-10-16T02:26:41.672Z (23 days ago)
- Language: Java
- Homepage:
- Size: 1.52 MB
- Stars: 6
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## NFC demo from [Seeed Studio][1]
We are always exploring to new ways to connect with things easily.
Here we bring NFC technology to you. Now we can exchange data between android and Arduino + [NFC Shield][2] with a simple touch.
You may be curious of how NFC technology can be used. There are two demos to inspire you.
### Black Box![Schrodinger's cat][3]
We can't not tell the cat in Schrodinger's black box alive or dead. Fortunately, when we get a black box in real life,
we can use some technology to get thorough understanding of the black box. Here we use NFC technology and some sensors
to equip a black box with a cat. Just use a NFC enabled Android to touch the black box, and a specific app will
be launched **automatically** and display the conditions of the back box.![android app][4]
### Tsukkomi Paper Man
![printer][5]
Use your android to touch the header of Paper Man, and send something to Paper Man. The Paper Man will print it out
### How to
Curious of how these demos work? Have a look at the code.To get started, download the [NFC library][6] for Arduino and follow the examples in the library.
[1]: http://seeedstudio.com
[2]: http://www.seeedstudio.com/depot/nfc-shield-v20-p-1370.html?cPath=19_24
[3]: https://raw.github.com/xiongyihui/NFCDemo/master/cat.jpg
[4]: https://raw.github.com/xiongyihui/NFCDemo/master/app.png
[5]: https://raw.github.com/xiongyihui/NFCDemo/master/printer.jpg
[6]: https://github.com/Seeed-Studio/PN532