Difference between revisions of "RFID Doorlock"

From Fixme.ch
Jump to: navigation, search
(Evolution perspectives)
(Evolution perspectives)
Line 38: Line 38:
 
* Android application using NFC, acting like a passive rfid tag. Is it possible ?
 
* Android application using NFC, acting like a passive rfid tag. Is it possible ?
 
** "Card emulation" mode http://developer.android.com/reference/android/nfc/tech/NfcV.html
 
** "Card emulation" mode http://developer.android.com/reference/android/nfc/tech/NfcV.html
** NDEF Push in NFCManager
+
** Apparently in [https://github.com/nadlabak/android_frameworks_base/blob/gingerbread/nfc-extras/java/com/android/nfc_extras/NfcAdapterExtras.java#L27 Gingerbread] but not ICS
** Custom NDEFMessage
+
** NDEF Push in NFCManagerwith Custom NDEFMessage
 
** http://nfc.android.com/
 
** http://nfc.android.com/
 
** http://developer.android.com/reference/android/nfc/package-summary.html
 
** http://developer.android.com/reference/android/nfc/package-summary.html

Revision as of 01:41, 21 December 2011


Description

Build an RFID doorlock for the hackerspace. This doorlock should tweet when the space is open to alert standard members. Source code


Inspirations

Proposed solution

For the electronic part, taking inspiration from the RFID Tweeter project seems a good start. It allows us to have the whole system embedded in a microcontroller (low power) and solves the biggest problems from such a device (in my opinion) ethernet access and tweeting!

Tasks

  • Test electronic + software (on breadboard) for tweeting accordint to a RFID Tag
  • Design and build mechanic fixation on door
  • Design and test electronic + software (on breadboard) for the mechanic fixation on door
  • Create PCB for electronic
  • Start using it ;-)

Dashboard

RFID Tweeting Test

Mechanic Fixation

Evolution perspectives

Pictures

IMG 20110912 164917.jpg IMG 20110912 164909.jpg

Videos

Personnes interessées

  • eric_st