User:Dmi/Doorbot: Difference between revisions

From London Hackspace Wiki
(Thoughts on updating RFIDIOt to handle Nexus S)
 
(fixed formatting)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
Update RFIDIOt:
Update RFIDIOt:


- ACS_TAG_TYPES 40 = Nexus S
* ACS_TAG_TYPES 40 = Nexus S
- full ACS return is (e.g.) D54B01010002400408FDC60F
* full ACS return is (e.g.) D54B01010002400408FDC60F
- last 6 chars (3 bytes) change
* last 6 chars (3 bytes) change
- first 18 chars (9 bytes) do not
* first 18 chars (9 bytes) do not
- therefore fails to get the UID, as it tries to use the alst 4 bytes
* therefore fails to get the UID, as it tries to use the alst 4 bytes


This is using [[https://market.android.com/details?id=com.pocketluxus.nfclassic|NFC classic]]'s emulation
This is using [https://market.android.com/details?id=com.pocketluxus.nfclassic NFClassic]'s emulation

Latest revision as of 19:37, 16 January 2012

Nexus S + Doorbot

Update RFIDIOt:

  • ACS_TAG_TYPES 40 = Nexus S
  • full ACS return is (e.g.) D54B01010002400408FDC60F
  • last 6 chars (3 bytes) change
  • first 18 chars (9 bytes) do not
  • therefore fails to get the UID, as it tries to use the alst 4 bytes

This is using NFClassic's emulation